Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2018-05-25 21:35:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pbr (Old)
 and      /work/SRC/openSUSE:Factory/.python-pbr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pbr"

Fri May 25 21:35:36 2018 rev:35 rq:612215 version:4.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr-doc.changes        
2018-05-07 14:52:39.243957883 +0200
+++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr-doc.changes   
2018-05-25 21:35:39.055581420 +0200
@@ -1,0 +2,13 @@
+Fri May 25 09:48:46 UTC 2018 - [email protected]
+
+- for_sphinx.patch - allow warnings for sphinx_build
+  unfortuanetly python3 and python2 Sphinx have diff in docstring parsing
+
+-------------------------------------------------------------------
+Wed May 23 02:48:49 UTC 2018 - [email protected]
+
+- update to version 4.0.3:
+  * Don't poke in pip for requests
+  * Fix builddoc with sphinx <= 1.6
+
+-------------------------------------------------------------------
python-pbr.changes: same change

Old:
----
  pbr-4.0.2.tar.gz

New:
----
  for_sphinx.patch
  pbr-4.0.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pbr-doc.spec ++++++
--- /var/tmp/diff_new_pack.OFzuIS/_old  2018-05-25 21:35:39.683558692 +0200
+++ /var/tmp/diff_new_pack.OFzuIS/_new  2018-05-25 21:35:39.687558547 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pbr-doc
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 Summary:        Documentation for python-pbr
 License:        Apache-2.0
@@ -26,6 +26,7 @@
 URL:            http://pypi.python.org/pypi/pbr
 Source:         
https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
 Source1:        python-pbr-rpmlintrc
+Patch0:         for_sphinx.patch
 BuildRequires:  fdupes
 # Documentation requirements:
 BuildRequires:  python3-Sphinx >= 1.6.2
@@ -40,6 +41,7 @@
 %setup -q -n pbr-%{version}
 # Get rid of ugly build-time deps that require network:
 sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py
+%patch0 -p1
 
 %build
 python3 setup.py build_sphinx

++++++ python-pbr.spec ++++++
--- /var/tmp/diff_new_pack.OFzuIS/_old  2018-05-25 21:35:39.719557389 +0200
+++ /var/tmp/diff_new_pack.OFzuIS/_new  2018-05-25 21:35:39.723557244 +0200
@@ -21,7 +21,7 @@
 # enable testing with a build conditional (off by default):
 %bcond_with test
 Name:           python-pbr
-Version:        4.0.2
+Version:        4.0.3
 Release:        0
 Summary:        Python Build Reasonableness
 License:        Apache-2.0

++++++ for_sphinx.patch ++++++
Index: pbr-4.0.3/setup.cfg
===================================================================
--- pbr-4.0.3.orig/setup.cfg
+++ pbr-4.0.3/setup.cfg
@@ -55,7 +55,6 @@ console_scripts =
 all-files = 1
 build-dir = doc/build
 source-dir = doc/source
-warning-is-error = 1
 
 [wheel]
 universal = 1
++++++ pbr-4.0.2.tar.gz -> pbr-4.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.2/ChangeLog new/pbr-4.0.3/ChangeLog
--- old/pbr-4.0.2/ChangeLog     2018-04-11 11:54:40.000000000 +0200
+++ new/pbr-4.0.3/ChangeLog     2018-05-15 06:15:03.000000000 +0200
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+4.0.3
+-----
+
+* Don't poke in pip for requests
+* Fix builddoc with sphinx <= 1.6
+
 4.0.2
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.2/PKG-INFO new/pbr-4.0.3/PKG-INFO
--- old/pbr-4.0.2/PKG-INFO      2018-04-11 11:54:41.000000000 +0200
+++ new/pbr-4.0.3/PKG-INFO      2018-05-15 06:15:05.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pbr
-Version: 4.0.2
+Version: 4.0.3
 Summary: Python Build Reasonableness
 Home-page: https://docs.openstack.org/pbr/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.2/RELEASENOTES.rst 
new/pbr-4.0.3/RELEASENOTES.rst
--- old/pbr-4.0.2/RELEASENOTES.rst      1970-01-01 01:00:00.000000000 +0100
+++ new/pbr-4.0.3/RELEASENOTES.rst      2018-05-15 06:15:05.000000000 +0200
@@ -0,0 +1,52 @@
+===
+pbr
+===
+
+.. _pbr_4.0.0:
+
+4.0.0
+=====
+
+.. _pbr_4.0.0_New Features:
+
+New Features
+------------
+
+.. releasenotes/notes/v_version-457b38c8679c5868.yaml @ 
4c775e7890e90fc2ea77c66020659e52d6a61414
+
+- Support version parsing of git tag with the ``v<semver>`` pattern
+  (or ``V<semver>``), in addition to ``<semver>``.
+
+
+.. _pbr_4.0.0_Upgrade Notes:
+
+Upgrade Notes
+-------------
+
+.. releasenotes/notes/remove-command-hooks-907d9c2325f306ca.yaml @ 
32c90ba598d7740e52bf21bc5e920fb5df08645a
+
+- Support for entry point command hooks has been removed. This feature was
+  poorly tested, poorly documented, and broken in some environments.
+  Support for global hooks is not affected.
+
+
+.. _pbr_4.0.0_Deprecation Notes:
+
+Deprecation Notes
+-----------------
+
+.. releasenotes/notes/deprecate-pyN-requirements-364655c38fa5b780.yaml @ 
9be181e8e60cc41f3ad685e236b0c4cdc29dbd3c
+
+- Support for ``pyN``-suffixed requirement files has been deprecated:
+  environment markers should be used instead.
+
+.. releasenotes/notes/deprecate-testr-nose-integration-56e3e11248d946fc.yaml @ 
113685e1b94df9dd2945adbdda757a545b09598c
+
+- *testr* and *nose* integration has been deprecated. This feature allowed
+  *pbr* to dynamically configure the test runner used when running
+  ``setup.py test``. However, this target has fallen out of favour in both
+  the OpenStack and broader Python ecosystem, and both *testr* and *nose*
+  offer native setuptools commands that can be manually aliased to ``test``
+  on a per-project basis, if necessary. This feature will be removed in a
+  future release.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.2/pbr/builddoc.py 
new/pbr-4.0.3/pbr/builddoc.py
--- old/pbr-4.0.2/pbr/builddoc.py       2018-04-11 11:51:46.000000000 +0200
+++ new/pbr-4.0.3/pbr/builddoc.py       2018-05-15 06:12:33.000000000 +0200
@@ -228,7 +228,7 @@
             return setup_command.BuildDoc.run(self)
 
         # Sphinx < 1.6
-        for builder in self.builder:
+        for builder in self.builders:
             self.builder = builder
             self.finalize_options()
             self._sphinx_run()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.2/pbr.egg-info/PKG-INFO 
new/pbr-4.0.3/pbr.egg-info/PKG-INFO
--- old/pbr-4.0.2/pbr.egg-info/PKG-INFO 2018-04-11 11:54:40.000000000 +0200
+++ new/pbr-4.0.3/pbr.egg-info/PKG-INFO 2018-05-15 06:15:03.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pbr
-Version: 4.0.2
+Version: 4.0.3
 Summary: Python Build Reasonableness
 Home-page: https://docs.openstack.org/pbr/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.2/releasenotes/notes/reno.cache 
new/pbr-4.0.3/releasenotes/notes/reno.cache
--- old/pbr-4.0.2/releasenotes/notes/reno.cache 1970-01-01 01:00:00.000000000 
+0100
+++ new/pbr-4.0.3/releasenotes/notes/reno.cache 2018-05-15 06:15:05.000000000 
+0200
@@ -0,0 +1,47 @@
+---
+file-contents:
+  releasenotes/notes/deprecate-pyN-requirements-364655c38fa5b780.yaml:
+    deprecations: ['Support for ``pyN``-suffixed requirement files has been 
deprecated:
+
+        environment markers should be used instead.
+
+        ']
+  releasenotes/notes/deprecate-testr-nose-integration-56e3e11248d946fc.yaml:
+    deprecations: ['*testr* and *nose* integration has been deprecated. This 
feature
+        allowed
+
+        *pbr* to dynamically configure the test runner used when running
+
+        ``setup.py test``. However, this target has fallen out of favour in 
both
+
+        the OpenStack and broader Python ecosystem, and both *testr* and *nose*
+
+        offer native setuptools commands that can be manually aliased to 
``test``
+
+        on a per-project basis, if necessary. This feature will be removed in a
+
+        future release.
+
+        ']
+  releasenotes/notes/remove-command-hooks-907d9c2325f306ca.yaml:
+    upgrade: ['Support for entry point command hooks has been removed. This 
feature
+        was
+
+        poorly tested, poorly documented, and broken in some environments.
+
+        Support for global hooks is not affected.
+
+        ']
+  releasenotes/notes/v_version-457b38c8679c5868.yaml:
+    features: ['Support version parsing of git tag with the ``v<semver>`` 
pattern
+
+        (or ``V<semver>``), in addition to ``<semver>``.
+
+        ']
+notes:
+- files:
+  - [releasenotes/notes/deprecate-pyN-requirements-364655c38fa5b780.yaml, 
9be181e8e60cc41f3ad685e236b0c4cdc29dbd3c]
+  - 
[releasenotes/notes/deprecate-testr-nose-integration-56e3e11248d946fc.yaml, 
113685e1b94df9dd2945adbdda757a545b09598c]
+  - [releasenotes/notes/remove-command-hooks-907d9c2325f306ca.yaml, 
32c90ba598d7740e52bf21bc5e920fb5df08645a]
+  - [releasenotes/notes/v_version-457b38c8679c5868.yaml, 
4c775e7890e90fc2ea77c66020659e52d6a61414]
+  version: 4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-4.0.2/tools/integration.sh 
new/pbr-4.0.3/tools/integration.sh
--- old/pbr-4.0.2/tools/integration.sh  2018-04-11 11:51:46.000000000 +0200
+++ new/pbr-4.0.3/tools/integration.sh  2018-05-15 06:12:33.000000000 +0200
@@ -14,7 +14,7 @@
 
     rm -rf $venv
     virtualenv $venv
-    $venv/bin/pip install $PIPFLAGS -U $PIPVERSION wheel
+    $venv/bin/pip install $PIPFLAGS -U $PIPVERSION wheel requests
 
     # If a change to PBR is being tested, preinstall the wheel for it
     if [ -n "$PBR_CHANGE" ] ; then
@@ -106,11 +106,7 @@
 cat <<EOF > setup.py
 import setuptools
 
-try:
-    from requests import Timeout
-except ImportError:
-    from pip._vendor.requests import Timeout
-
+from requests import Timeout
 from socket import error as SocketError
 
 # Some environments have network issues that drop connections to pypi


Reply via email to