commit python-pygerrit2 for openSUSE:Factory

2020-08-10 Thread root
Hello community,

here is the log from the commit of package python-pygerrit2 for 
openSUSE:Factory checked in at 2020-08-10 15:02:40

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


Package is "python-pygerrit2"

Mon Aug 10 15:02:40 2020 rev:4 rq:825260 version:2.0.13

Changes:

--- /work/SRC/openSUSE:Factory/python-pygerrit2/python-pygerrit2.changes
2020-03-21 00:02:33.941137641 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pygerrit2.new.3399/python-pygerrit2.changes  
2020-08-10 15:03:30.884175242 +0200
@@ -1,0 +2,9 @@
+Fri Aug  7 15:04:44 UTC 2020 - Marketa Calabkova 
+
+- update to 2.0.13
+  * Return result from review() method
+  * Support explicit anonymous access
+  * Debug log when .netrc could not be parsed
+  * Remove unnecessary string concatenation
+
+---

Old:

  pygerrit2-2.0.10.tar.gz

New:

  pygerrit2-2.0.13.tar.gz



Other differences:
--
++ python-pygerrit2.spec ++
--- /var/tmp/diff_new_pack.KyrVLW/_old  2020-08-10 15:03:35.056177444 +0200
+++ /var/tmp/diff_new_pack.KyrVLW/_new  2020-08-10 15:03:35.056177444 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pygerrit2
-Version:2.0.10
+Version:2.0.13
 Release:0
 Summary:Client library for interacting with Gerrit code review
 License:MIT
@@ -26,16 +26,13 @@
 URL:https://github.com/dpursehouse/pygerrit2
 Source: 
https://files.pythonhosted.org/packages/source/p/pygerrit2/pygerrit2-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-importlib-metadata >= 0.22
 Requires:   python-pbr >= 0.8.0
-Requires:   python-requests >= 2.10.0
+Requires:   python-requests >= 2.20.0
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module importlib-metadata >= 0.22}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr >= 0.8.0}
 BuildRequires:  %{python_module requests >= 2.20.0}

++ pygerrit2-2.0.10.tar.gz -> pygerrit2-2.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygerrit2-2.0.10/ChangeLog 
new/pygerrit2-2.0.13/ChangeLog
--- old/pygerrit2-2.0.10/ChangeLog  2020-02-16 08:23:10.0 +0100
+++ new/pygerrit2-2.0.13/ChangeLog  2020-06-19 05:05:14.0 +0200
@@ -1,6 +1,50 @@
 CHANGES
 ===
 
+2.0.13
+--
+
+* Update livetests to use latest versions
+* Bump requests from 2.23.0 to 2.24.0
+* Return result from review() method
+* Use latest version in live tests
+* Bump testcontainers from 3.0.2 to 3.0.3
+* Bump importlib-metadata from 1.6.0 to 1.6.1
+* Add live tests against 3.2.0
+* Run live test with 2.16.20
+* Bump pytest from 5.4.2 to 5.4.3
+* Use latest releases in live tests
+* Bump testcontainers from 3.0.0 to 3.0.2
+* Bump pytest from 5.4.1 to 5.4.2
+* Bump testcontainers from 2.6.0 to 3.0.0
+* Drop livetests against 2.14.x and 2.15.x
+* Run livetests against 2.16.18
+* Bump pbr from 5.4.4 to 5.4.5
+* Run livetests against 3.1.4
+* Bump importlib-metadata from 1.5.2 to 1.6.0
+
+2.0.12
+--
+
+* Fix anonymous auth
+* Remove remnants of 2.13 auth from livetests
+
+2.0.11
+--
+
+* Run livetests with 2.16.17 and 3.0.8
+* Bump importlib-metadata from 1.5.0 to 1.5.2
+* Fix typo in README
+* Bump pytest from 5.4.0 to 5.4.1
+* Support explicit anonymous access
+* Debug log when .netrc could not be parsed
+* Remove unnecessary string concatenation
+* Minor update in README
+* Bump pytest from 5.3.5 to 5.4.0
+* Bump mock from 4.0.1 to 4.0.2
+* Bump testcontainers from 2.5 to 2.6.0
+* Bump requests from 2.22.0 to 2.23.0
+
 2.0.10
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygerrit2-2.0.10/PKG-INFO 
new/pygerrit2-2.0.13/PKG-INFO
--- old/pygerrit2-2.0.10/PKG-INFO   2020-02-16 08:23:10.563132300 +0100
+++ new/pygerrit2-2.0.13/PKG-INFO   2020-06-19 05:05:14.945085000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pygerrit2
-Version: 2.0.10
+Version: 2.0.13
 Summary: Client library for interacting with Gerrit's REST API
 Home-page: https://github.com/dpursehouse/pygerrit2
 Author: David Pursehouse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygerrit2-2.0.10/Pipfile new/pygerrit2-2.0.13/Pipfile
--- old/pygerrit2-2.0.10/Pipfile2020-02-11 04:56:06.0 +0100
+++ 

commit python-pygerrit2 for openSUSE:Factory

2020-03-20 Thread root
Hello community,

here is the log from the commit of package python-pygerrit2 for 
openSUSE:Factory checked in at 2020-03-20 23:58:46

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


Package is "python-pygerrit2"

Fri Mar 20 23:58:46 2020 rev:3 rq:786807 version:2.0.10

Changes:

--- /work/SRC/openSUSE:Factory/python-pygerrit2/python-pygerrit2.changes
2019-05-24 11:32:01.237396644 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pygerrit2.new.3160/python-pygerrit2.changes  
2020-03-21 00:02:33.941137641 +0100
@@ -1,0 +2,9 @@
+Fri Mar 20 08:26:30 UTC 2020 - Marketa Calabkova 
+
+- update to 2.0.10
+  * Support explicit anonymous access
+  * Remove unnecessary string concatenation
+  * Explicitly install importlib_metadata for Python < 3.8.0
+  * Travis: Add build for Python 3.8
+
+---

Old:

  pygerrit2-2.0.9.tar.gz

New:

  pygerrit2-2.0.10.tar.gz



Other differences:
--
++ python-pygerrit2.spec ++
--- /var/tmp/diff_new_pack.md9ZPu/_old  2020-03-21 00:02:35.417138450 +0100
+++ /var/tmp/diff_new_pack.md9ZPu/_new  2020-03-21 00:02:35.469138478 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygerrit2
 #
-# 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pygerrit2
-Version:2.0.9
+Version:2.0.10
 Release:0
 Summary:Client library for interacting with Gerrit code review
 License:MIT
@@ -30,10 +30,12 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-importlib-metadata >= 0.22
 Requires:   python-pbr >= 0.8.0
 Requires:   python-requests >= 2.10.0
 BuildArch:  noarch
 # SECTION test requirements
+BuildRequires:  %{python_module importlib-metadata >= 0.22}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr >= 0.8.0}
 BuildRequires:  %{python_module requests >= 2.20.0}

++ pygerrit2-2.0.9.tar.gz -> pygerrit2-2.0.10.tar.gz ++
 1654 lines of diff (skipped)




commit python-pygerrit2 for openSUSE:Factory

2019-05-24 Thread root
Hello community,

here is the log from the commit of package python-pygerrit2 for 
openSUSE:Factory checked in at 2019-05-24 11:32:00

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


Package is "python-pygerrit2"

Fri May 24 11:32:00 2019 rev:2 rq:704957 version:2.0.9

Changes:

--- /work/SRC/openSUSE:Factory/python-pygerrit2/python-pygerrit2.changes
2018-12-19 13:54:02.490901049 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pygerrit2.new.5148/python-pygerrit2.changes  
2019-05-24 11:32:01.237396644 +0200
@@ -1,0 +2,11 @@
+Thu May 23 07:50:13 UTC 2019 - pgaj...@suse.com
+
+- version update to 2.0.9
+  * Run livetests against 2.15.11 and 2.16.6
+  * Don't attempt to parse empty response content
+  * Raise exception for error status before attempting to parse content
+  * Add debug log of response content type, status code and encoding
+  * Add a test for PUT request with a json file
+  * Bump pytest from 4.2.1 to 4.3.0
+
+---

Old:

  pygerrit2-2.0.7.tar.gz

New:

  pygerrit2-2.0.9.tar.gz



Other differences:
--
++ python-pygerrit2.spec ++
--- /var/tmp/diff_new_pack.Qh5BW3/_old  2019-05-24 11:32:01.757396510 +0200
+++ /var/tmp/diff_new_pack.Qh5BW3/_new  2019-05-24 11:32:01.761396509 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygerrit2
 #
-# 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,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pygerrit2
-Version:2.0.7
+Version:2.0.9
 Release:0
 Summary:Client library for interacting with Gerrit code review
 License:MIT
@@ -36,7 +36,7 @@
 # SECTION test requirements
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr >= 0.8.0}
-BuildRequires:  %{python_module requests >= 2.10.0}
+BuildRequires:  %{python_module requests >= 2.20.0}
 # /SECTION
 %python_subpackages
 

++ pygerrit2-2.0.7.tar.gz -> pygerrit2-2.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygerrit2-2.0.7/AUTHORS new/pygerrit2-2.0.9/AUTHORS
--- old/pygerrit2-2.0.7/AUTHORS 2018-07-19 06:01:50.0 +0200
+++ new/pygerrit2-2.0.9/AUTHORS 2019-02-28 06:27:03.0 +0100
@@ -22,3 +22,5 @@
 Peter Theckanath 
 Vasiliy Kleschov 
 Vineet Naik 
+z-w-k 
+z-w-k 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygerrit2-2.0.7/ChangeLog 
new/pygerrit2-2.0.9/ChangeLog
--- old/pygerrit2-2.0.7/ChangeLog   2018-07-19 06:01:50.0 +0200
+++ new/pygerrit2-2.0.9/ChangeLog   2019-02-28 06:27:03.0 +0100
@@ -1,6 +1,66 @@
 CHANGES
 ===
 
+2.0.9
+-
+
+* Run livetests against 2.15.11 and 2.16.6
+* Don't attempt to parse empty response content
+* Raise exception for error status before attempting to parse content
+* Add debug log of response content type, status code and encoding
+* Add a test for PUT request with a json file
+* Bump pytest from 4.2.1 to 4.3.0
+* Bump pytest from 4.2.0 to 4.2.1
+* Run live tests against 2.15.10 and 2.16.5
+* Bump pytest from 4.1.1 to 4.2.0
+* Fixed an issue with duplicate output log message
+* Run livetests against 2.15.9 and 2.16.4
+* Set logger format and name
+* Run livetests with 2.14.18, 2.15.8 and 2.16.3
+* Bump pytest from 4.1.0 to 4.1.1
+* Bump pytest from 4.0.2 to 4.1.0
+* Run livetests with 2.16.2
+* Bump pytest from 4.0.1 to 4.0.2
+* Add dependabot badge on the pypi description file
+* Run livetests against 2.16.1
+* Bump requests from 2.20.1 to 2.21.0
+* Bump pytest from 4.0.0 to 4.0.1
+* Drop livetests against 2.13.x
+* Run livetests against 2.16 final release
+* Bump pytest from 3.10.1 to 4.0.0
+* Remove unnecessary warning log
+* Run livetests against 2.14.17 and 2.15.7
+* Bump pytest from 3.10.0 to 3.10.1
+
+2.0.8
+-
+
+* Bump requests from 2.20.0 to 2.20.1
+* Run livetests against 2.16-rc3
+* Bump pbr from 5.1.0 to 5.1.1
+* Bump pytest from 3.9.3 to 3.10.0
+* Run livetests against 2.16-rc1
+* CVE-2018-18074: Upgrade requests to >=2.20.0
+* Run livetests against 2.16-rc0
+* Bump pytest from 3.9.2 to 3.9.3
+* Run livetests against 2.14.16 and 2.15.6
+* Bump pbr from 5.0.0 to 5.1.0
+* Bump pytest from 3.9.1 to 3.9.2
+* Add dependabot status badge
+* Bump pytest from 3.8.2 to 3.9.1
+* Bump pydocstyle from 2.1.1 to 3.0.0
+* Bump pbr from 4.2.0 to 4.3.0
+* Run