commit python-yq for openSUSE:Factory

2020-07-21 Thread root
Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2020-07-21 15:50:47

Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and  /work/SRC/openSUSE:Factory/.python-yq.new.3592 (New)


Package is "python-yq"

Tue Jul 21 15:50:47 2020 rev:7 rq:822066 version:2.10.1

Changes:

--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes  2020-03-05 
23:22:34.541320600 +0100
+++ /work/SRC/openSUSE:Factory/.python-yq.new.3592/python-yq.changes
2020-07-21 15:53:45.988542527 +0200
@@ -1,0 +2,9 @@
+Tue Jul 21 10:35:58 UTC 2020 - Marketa Calabkova 
+
+- Update to 2.10.1
+  * Add support for xmltodict force_list definition for xq CLI (#95)
+  * Support explicit doc markers (#93)
+  * Ensure proper ordering of help messages (#90)
+- Drop already merged pyaml53.patch
+
+---

Old:

  pyaml53.patch
  yq-2.10.0.tar.gz

New:

  yq-2.10.1.tar.gz



Other differences:
--
++ python-yq.spec ++
--- /var/tmp/diff_new_pack.UaV43y/_old  2020-07-21 15:53:53.688551890 +0200
+++ /var/tmp/diff_new_pack.UaV43y/_new  2020-07-21 15:53:53.692551895 +0200
@@ -18,13 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yq
-Version:2.10.0
+Version:2.10.1
 Release:0
 Summary:Command-line YAML processor - jq wrapper for YAML documents
 License:Apache-2.0
 URL:https://github.com/kislyuk/yq
 Source: 
https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
-Patch0: pyaml53.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -51,7 +50,6 @@
 
 %prep
 %setup -q -n yq-%{version}
-%patch0 -p1
 
 %build
 %python_build

++ yq-2.10.0.tar.gz -> yq-2.10.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.10.0/PKG-INFO new/yq-2.10.1/PKG-INFO
--- old/yq-2.10.0/PKG-INFO  2019-12-23 17:52:29.0 +0100
+++ new/yq-2.10.1/PKG-INFO  2020-05-11 17:22:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: yq
-Version: 2.10.0
+Version: 2.10.1
 Summary: Command-line YAML/XML processor - jq wrapper for YAML/XML documents
 Home-page: https://github.com/kislyuk/yq
 Author: Andrey Kislyuk
@@ -53,7 +53,7 @@
 
~
 
 The ``-Y`` option helps preserve custom `string styles 
`_ and
-`tags `_ in 
your document. For exmaple, consider the following
+`tags `_ in 
your document. For example, consider the following
 document (an `AWS CloudFormation 
`_ template fragment)::
 
 Resources:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.10.0/README.rst new/yq-2.10.1/README.rst
--- old/yq-2.10.0/README.rst2019-12-23 17:43:58.0 +0100
+++ new/yq-2.10.1/README.rst2020-05-03 18:22:01.0 +0200
@@ -45,7 +45,7 @@
 ~
 
 The ``-Y`` option helps preserve custom `string styles 
`_ and
-`tags `_ in your 
document. For exmaple, consider the following
+`tags `_ in your 
document. For example, consider the following
 document (an `AWS CloudFormation `_ 
template fragment)::
 
 Resources:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.10.0/setup.py new/yq-2.10.1/setup.py
--- old/yq-2.10.0/setup.py  2019-12-23 17:47:08.0 +0100
+++ new/yq-2.10.1/setup.py  2020-05-11 17:22:15.0 +0200
@@ -6,7 +6,7 @@
 
 setup(
 name="yq",
-version="2.10.0",
+version="2.10.1",
 url="https://github.com/kislyuk/yq;,
 license="Apache Software License",
 author="Andrey Kislyuk",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.10.0/test/doc.yml new/yq-2.10.1/test/doc.yml
--- old/yq-2.10.0/test/doc.yml  1970-01-01 01:00:00.0 +0100
+++ new/yq-2.10.1/test/doc.yml  2020-05-03 18:24:12.0 +0200
@@ -0,0 +1,18 @@
+---
+yaml_struct:
+  - key_1: '$.*?/|\^(){}+@[]&_-'
+key_2:
+  - '$.*?/|\^(){}+@[]&_-'
+  - "{\_}"
+  - value23
+key_3: value31

commit python-yq for openSUSE:Factory

2020-03-05 Thread root
Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2020-03-05 23:22:27

Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and  /work/SRC/openSUSE:Factory/.python-yq.new.26092 (New)


Package is "python-yq"

Thu Mar  5 23:22:27 2020 rev:6 rq:781772 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes  2019-10-31 
18:18:21.662203418 +0100
+++ /work/SRC/openSUSE:Factory/.python-yq.new.26092/python-yq.changes   
2020-03-05 23:22:34.541320600 +0100
@@ -1,0 +2,11 @@
+Thu Mar  5 08:32:23 UTC 2020 - Tomáš Chvátal 
+
+- Update to 2.10.0:
+  * Add support for in-place editing (yq -yi)
+  * Add argcomplete integration
+  * Docs: Migrate from RTD to gh-pages
+  * Add -Y/--yaml-roundtrip for preserving YAML styles and tags
+- Add patch to work with new PyYAML:
+  * pyaml53.patch
+
+---

Old:

  yq-2.8.1.tar.gz

New:

  pyaml53.patch
  yq-2.10.0.tar.gz



Other differences:
--
++ python-yq.spec ++
--- /var/tmp/diff_new_pack.TBMOKj/_old  2020-03-05 23:22:38.313322673 +0100
+++ /var/tmp/diff_new_pack.TBMOKj/_new  2020-03-05 23:22:38.317322676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yq
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yq
-Version:2.8.1
+Version:2.10.0
 Release:0
 Summary:Command-line YAML processor - jq wrapper for YAML documents
 License:Apache-2.0
 URL:https://github.com/kislyuk/yq
 Source: 
https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
+Patch0: pyaml53.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   jq
 Requires:   python-PyYAML >= 3.11
+Requires:   python-argcomplete >= 1.8.1
 Requires:   python-setuptools
 Requires:   python-toml >= 0.9.4
 Requires:   python-xmltodict >= 0.11.0
@@ -37,6 +39,7 @@
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module PyYAML >= 3.11}
+BuildRequires:  %{python_module argcomplete >= 1.8.1}
 BuildRequires:  %{python_module toml >= 0.9.4}
 BuildRequires:  %{python_module xmltodict >= 0.11.0}
 BuildRequires:  jq
@@ -48,6 +51,7 @@
 
 %prep
 %setup -q -n yq-%{version}
+%patch0 -p1
 
 %build
 %python_build

++ pyaml53.patch ++
>From 5754ef46981d688dd249f96fc55ceaf4cd51f130 Mon Sep 17 00:00:00 2001
From: "Daniel M. Capella" 
Date: Sat, 29 Feb 2020 16:10:50 -0500
Subject: [PATCH] Fix test_datetimes for PyYAML >=5.3

https://github.com/yaml/pyyaml/pull/163
---
 test/test.py | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/test/test.py b/test/test.py
index 12fa806..8897196 100755
--- a/test/test.py
+++ b/test/test.py
@@ -3,7 +3,7 @@
 
 from __future__ import absolute_import, division, print_function, 
unicode_literals
 
-import os, sys, unittest, tempfile, json, io, platform, subprocess
+import os, sys, unittest, tempfile, json, io, platform, subprocess, yaml
 
 sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 
'..')))
 from yq import yq, cli  # noqa
@@ -116,7 +116,10 @@ def test_multidocs(self):
 
 def test_datetimes(self):
 self.assertEqual(self.run_yq("- 2016-12-20T22:07:36Z\n", ["."]), "")
-self.assertEqual(self.run_yq("- 2016-12-20T22:07:36Z\n", ["-y", "."]), 
"- '2016-12-20T22:07:36'\n")
+if yaml.__version__ < '5.3':
+self.assertEqual(self.run_yq("- 2016-12-20T22:07:36Z\n", ["-y", 
"."]), "- '2016-12-20T22:07:36'\n")
+else:
+self.assertEqual(self.run_yq("- 2016-12-20T22:07:36Z\n", ["-y", 
"."]), "- '2016-12-20T22:07:36+00:00'\n")
 
 self.assertEqual(self.run_yq("2016-12-20", ["."]), "")
 self.assertEqual(self.run_yq("2016-12-20", ["-y", "."]), 
"'2016-12-20'\n")
++ yq-2.8.1.tar.gz -> yq-2.10.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.8.1/PKG-INFO new/yq-2.10.0/PKG-INFO
--- old/yq-2.8.1/PKG-INFO   2019-10-28 17:16:45.0 +0100
+++ new/yq-2.10.0/PKG-INFO  2019-12-23 17:52:29.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: yq
-Version: 2.8.1
+Version: 2.10.0
 Summary: Command-line YAML/XML processor - jq wrapper for YAML/XML documents
 Home-page: https://github.com/kislyuk/yq
 Author: 

commit python-yq for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2019-10-31 18:18:03

Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and  /work/SRC/openSUSE:Factory/.python-yq.new.2990 (New)


Package is "python-yq"

Thu Oct 31 18:18:03 2019 rev:5 rq:744155 version:2.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes  2019-05-22 
15:41:59.322427068 +0200
+++ /work/SRC/openSUSE:Factory/.python-yq.new.2990/python-yq.changes
2019-10-31 18:18:21.662203418 +0100
@@ -1,0 +2,9 @@
+Wed Oct 30 12:17:49 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2.8.1:
+  * Filter out -C and separate commingled yq and jq short options
+  * Set default block sequence indentation to 2 spaces, –indentless for 0
+  * Make main body of yq callable as a library function
+  * Test and release infrastructure updates
+
+---

Old:

  yq-2.7.2.tar.gz

New:

  yq-2.8.1.tar.gz



Other differences:
--
++ python-yq.spec ++
--- /var/tmp/diff_new_pack.dGx87x/_old  2019-10-31 18:18:22.474204259 +0100
+++ /var/tmp/diff_new_pack.dGx87x/_new  2019-10-31 18:18:22.474204259 +0100
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yq
-Version:2.7.2
+Version:2.8.1
 Release:0
 Summary:Command-line YAML processor - jq wrapper for YAML documents
 License:Apache-2.0
-Group:  Development/Languages/Python
 URL:https://github.com/kislyuk/yq
 Source: 
https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
@@ -69,7 +68,7 @@
 
 %check
 export LANG=en_US.UTF-8
-PYTHONPATH=%{buildroot}%{python3_sitelib} python3 test/test.py -v
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test/test.py 
-v
 
 %files %{python_files}
 %license LICENSE

++ yq-2.7.2.tar.gz -> yq-2.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.7.2/MANIFEST.in new/yq-2.8.1/MANIFEST.in
--- old/yq-2.7.2/MANIFEST.in2018-04-28 16:21:59.0 +0200
+++ new/yq-2.8.1/MANIFEST.in2019-10-16 18:29:39.0 +0200
@@ -1 +1,2 @@
 include LICENSE
+recursive-include test *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.7.2/PKG-INFO new/yq-2.8.1/PKG-INFO
--- old/yq-2.7.2/PKG-INFO   2019-01-09 19:55:01.0 +0100
+++ new/yq-2.8.1/PKG-INFO   2019-10-28 17:16:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: yq
-Version: 2.7.2
+Version: 2.8.1
 Summary: Command-line YAML/XML processor - jq wrapper for YAML/XML documents
 Home-page: https://github.com/kislyuk/yq
 Author: Andrey Kislyuk
@@ -43,6 +43,8 @@
 YAML `tags `_ in the 
input are ignored (any nested data is treated as
 untagged). Key order is preserved.
 
+Because YAML treats JSON as a dialect of YAML, you can use yq to 
convert JSON to YAML: ``yq -y . < in.json > out.yml``.
+
 XML support
 ---
 ``yq`` also supports XML. The ``yq`` package installs an executable, 
``xq``, which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.7.2/README.rst new/yq-2.8.1/README.rst
--- old/yq-2.7.2/README.rst 2018-08-04 04:43:19.0 +0200
+++ new/yq-2.8.1/README.rst 2019-10-16 18:29:39.0 +0200
@@ -35,6 +35,8 @@
 YAML `tags `_ in the input 
are ignored (any nested data is treated as
 untagged). Key order is preserved.
 
+Because YAML treats JSON as a dialect of YAML, you can use yq to convert JSON 
to YAML: ``yq -y . < in.json > out.yml``.
+
 XML support
 ---
 ``yq`` also supports XML. The ``yq`` package installs an executable, ``xq``, 
which
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.7.2/setup.py new/yq-2.8.1/setup.py
--- old/yq-2.7.2/setup.py   2019-01-09 19:51:35.0 +0100
+++ new/yq-2.8.1/setup.py   2019-10-28 17:16:14.0 +0100
@@ -6,7 +6,7 @@
 
 setup(
 name="yq",
-version="2.7.2",
+version="2.8.1",
 url="https://github.com/kislyuk/yq;,
 license="Apache Software License",
 author="Andrey Kislyuk",
@@ -27,7 +27,7 @@
 include_package_data=True,
 entry_points={
 'console_scripts': [
-'yq=yq:main',
+'yq=yq:cli',
 'xq=yq:xq_cli'
 ],
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-yq for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2019-05-22 15:41:03

Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and  /work/SRC/openSUSE:Factory/.python-yq.new.5148 (New)


Package is "python-yq"

Wed May 22 15:41:03 2019 rev:4 rq:704699 version:2.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes  2019-03-29 
20:42:42.494678168 +0100
+++ /work/SRC/openSUSE:Factory/.python-yq.new.5148/python-yq.changes
2019-05-22 15:41:59.322427068 +0200
@@ -1,0 +2,6 @@
+Tue May 21 10:24:07 UTC 2019 - John Vandenberg 
+
+- Add runtime dependency jq
+- Set LANG in %check to make tests pass on Leap builds
+
+---



Other differences:
--
++ python-yq.spec ++
--- /var/tmp/diff_new_pack.LS2v6a/_old  2019-05-22 15:42:00.022427066 +0200
+++ /var/tmp/diff_new_pack.LS2v6a/_new  2019-05-22 15:42:00.026427066 +0200
@@ -23,17 +23,12 @@
 Summary:Command-line YAML processor - jq wrapper for YAML documents
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/kislyuk/yq
+URL:https://github.com/kislyuk/yq
 Source: 
https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module PyYAML >= 3.11}
-BuildRequires:  %{python_module toml >= 0.9.4}
-BuildRequires:  %{python_module xmltodict >= 0.11.0}
-BuildRequires:  jq
-# /SECTION
+Requires:   jq
 Requires:   python-PyYAML >= 3.11
 Requires:   python-setuptools
 Requires:   python-toml >= 0.9.4
@@ -41,7 +36,12 @@
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module PyYAML >= 3.11}
+BuildRequires:  %{python_module toml >= 0.9.4}
+BuildRequires:  %{python_module xmltodict >= 0.11.0}
+BuildRequires:  jq
+# /SECTION
 %python_subpackages
 
 %description
@@ -68,10 +68,10 @@
 %python_uninstall_alternative xq
 
 %check
+export LANG=en_US.UTF-8
 PYTHONPATH=%{buildroot}%{python3_sitelib} python3 test/test.py -v
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE
 %doc README.rst
 %python_alternative %{_bindir}/yq




commit python-yq for openSUSE:Factory

2019-03-29 Thread root
Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2019-03-29 20:42:41

Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and  /work/SRC/openSUSE:Factory/.python-yq.new.25356 (New)


Package is "python-yq"

Fri Mar 29 20:42:41 2019 rev:3 rq:689264 version:2.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes  2018-12-13 
19:45:59.324892012 +0100
+++ /work/SRC/openSUSE:Factory/.python-yq.new.25356/python-yq.changes   
2019-03-29 20:42:42.494678168 +0100
@@ -1,0 +2,24 @@
+Wed Mar 27 14:45:44 UTC 2019 - Matej Cepl 
+
+- Run test suite at least for Python 3
+
+---
+Tue Mar 26 10:45:19 UTC 2019 - pgaj...@suse.com
+
+- version update to 2.7.2
+  * xq: Introduce –xml-dtd and –xml-root.
+  * TOML support is optional and experimental
+  * TOML support with the tq executable entry point.
+  * Disallow argparse abbreviated options.
+  * Parse unrecognized tags instead of dropping them.
+  * Ignore unrecognized YAML tags instead of crashing.
+  * xq -x: Raise understandable error on non-dict conversion failure.
+  * Support XML parsing with xmltodict.
+  * Fix for the –from-file/-f argument: Re-route jq_filter to files
+when using –from-file.
+  * Parse and pass multiple positional-consuming jq args.
+  * Support jq arguments that consume subsequent positionals.
+  * Support bare YAML dates and times.
+- package LICENSE
+
+---

Old:

  yq-2.3.3.tar.gz

New:

  yq-2.7.2.tar.gz



Other differences:
--
++ python-yq.spec ++
--- /var/tmp/diff_new_pack.vfY9i8/_old  2019-03-29 20:42:43.422678140 +0100
+++ /var/tmp/diff_new_pack.vfY9i8/_new  2019-03-29 20:42:43.422678140 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yq
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,26 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-yq
-Version:2.3.3
+Version:2.7.2
 Release:0
 Summary:Command-line YAML processor - jq wrapper for YAML documents
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/kislyuk/yq
 Source: 
https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
-BuildRequires:  %{python_module PyYAML >= 3.11}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# SECTION test requirements
+BuildRequires:  %{python_module PyYAML >= 3.11}
+BuildRequires:  %{python_module toml >= 0.9.4}
+BuildRequires:  %{python_module xmltodict >= 0.11.0}
+BuildRequires:  jq
+# /SECTION
 Requires:   python-PyYAML >= 3.11
+Requires:   python-setuptools
+Requires:   python-toml >= 0.9.4
+Requires:   python-xmltodict >= 0.11.0
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
@@ -48,18 +56,26 @@
 %install
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/yq
+%python_clone -a %{buildroot}%{_bindir}/xq
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
 %python_install_alternative yq
+%python_install_alternative xq
 
 %postun
 %python_uninstall_alternative yq
+%python_uninstall_alternative xq
+
+%check
+PYTHONPATH=%{buildroot}%{python3_sitelib} python3 test/test.py -v
 
 %files %{python_files}
 %defattr(-,root,root,-)
+%license LICENSE
 %doc README.rst
 %python_alternative %{_bindir}/yq
+%python_alternative %{_bindir}/xq
 %{python_sitelib}/*
 
 %changelog

++ yq-2.3.3.tar.gz -> yq-2.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yq-2.3.3/LICENSE new/yq-2.7.2/LICENSE
--- old/yq-2.3.3/LICENSE1970-01-01 01:00:00.0 +0100
+++ new/yq-2.7.2/LICENSE2017-05-01 19:50:52.0 +0200
@@ -0,0 +1,191 @@
+Apache License
+Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction, and
+distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by the copyright
+owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and all other entities
+that control, are controlled by, or are under common control 

commit python-yq for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2018-12-13 19:45:59

Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and  /work/SRC/openSUSE:Factory/.python-yq.new.28833 (New)


Package is "python-yq"

Thu Dec 13 19:45:59 2018 rev:2 rq:654082 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes  2018-02-05 
10:51:19.809026175 +0100
+++ /work/SRC/openSUSE:Factory/.python-yq.new.28833/python-yq.changes   
2018-12-13 19:45:59.324892012 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:56:21 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-yq.spec ++
--- /var/tmp/diff_new_pack.riAW43/_old  2018-12-13 19:46:00.004891128 +0100
+++ /var/tmp/diff_new_pack.riAW43/_new  2018-12-13 19:46:00.008891122 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yq
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -26,7 +26,6 @@
 Url:https://github.com/kislyuk/yq
 Source: 
https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML >= 3.11}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros