Hello community,

here is the log from the commit of package python-requestsexceptions for 
openSUSE:Factory checked in at 2017-07-04 09:11:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requestsexceptions (Old)
 and      /work/SRC/openSUSE:Factory/.python-requestsexceptions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requestsexceptions"

Tue Jul  4 09:11:43 2017 rev:4 rq:507840 version:1.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-requestsexceptions/python-requestsexceptions.changes
      2017-05-24 16:52:10.843237560 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requestsexceptions.new/python-requestsexceptions.changes
 2017-07-04 09:11:57.133464449 +0200
@@ -1,0 +2,10 @@
+Mon Jul  3 11:48:19 UTC 2017 - [email protected]
+
+- update to 1.3.0:
+  * Updated from global requirements
+  * Remove runtime depend on pbr
+  * Update tox for OpenStack
+- convert to singlespec
+- update Source url
+
+-------------------------------------------------------------------

Old:
----
  requestsexceptions-1.2.0.tar.gz

New:
----
  requestsexceptions-1.3.0.tar.gz

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

Other differences:
------------------
++++++ python-requestsexceptions.spec ++++++
--- /var/tmp/diff_new_pack.4SRSwf/_old  2017-07-04 09:11:59.657109555 +0200
+++ /var/tmp/diff_new_pack.4SRSwf/_new  2017-07-04 09:11:59.657109555 +0200
@@ -16,19 +16,23 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-requestsexceptions
-Version:        1.2.0
+Version:        1.3.0
 Release:        0
 Summary:        Import exceptions from potentially bundled packages in requests
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            http://www.openstack.org/
-Source:         
http://tarballs.openstack.org/requestsexceptions/requestsexceptions-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/r/requestsexceptions/requestsexceptions-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
 
+%python_subpackages
+
 %description
 The python requests library bundles the urllib3 library, however, some
 software distributions modify requests to remove the bundled library.
@@ -41,12 +45,12 @@
 %setup -q -n requestsexceptions-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst ChangeLog LICENSE AUTHORS
 %{python_sitelib}/*

++++++ requestsexceptions-1.2.0.tar.gz -> requestsexceptions-1.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.2.0/ChangeLog 
new/requestsexceptions-1.3.0/ChangeLog
--- old/requestsexceptions-1.2.0/ChangeLog      2017-03-01 17:59:27.000000000 
+0100
+++ new/requestsexceptions-1.3.0/ChangeLog      2017-07-03 13:07:19.000000000 
+0200
@@ -1,6 +1,13 @@
 CHANGES
 =======
 
+1.3.0
+-----
+
+* Updated from global requirements
+* Remove runtime depend on pbr
+* Update tox for OpenStack
+
 1.2.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.2.0/PKG-INFO 
new/requestsexceptions-1.3.0/PKG-INFO
--- old/requestsexceptions-1.2.0/PKG-INFO       2017-03-01 17:59:27.000000000 
+0100
+++ new/requestsexceptions-1.3.0/PKG-INFO       2017-07-03 13:07:20.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requestsexceptions
-Version: 1.2.0
+Version: 1.3.0
 Summary: Import exceptions from potentially bundled packages in requests.
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -27,5 +27,4 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/requestsexceptions-1.2.0/requestsexceptions.egg-info/PKG-INFO 
new/requestsexceptions-1.3.0/requestsexceptions.egg-info/PKG-INFO
--- old/requestsexceptions-1.2.0/requestsexceptions.egg-info/PKG-INFO   
2017-03-01 17:59:27.000000000 +0100
+++ new/requestsexceptions-1.3.0/requestsexceptions.egg-info/PKG-INFO   
2017-07-03 13:07:19.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requestsexceptions
-Version: 1.2.0
+Version: 1.3.0
 Summary: Import exceptions from potentially bundled packages in requests.
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -27,5 +27,4 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/requestsexceptions-1.2.0/requestsexceptions.egg-info/SOURCES.txt 
new/requestsexceptions-1.3.0/requestsexceptions.egg-info/SOURCES.txt
--- old/requestsexceptions-1.2.0/requestsexceptions.egg-info/SOURCES.txt        
2017-03-01 17:59:27.000000000 +0100
+++ new/requestsexceptions-1.3.0/requestsexceptions.egg-info/SOURCES.txt        
2017-07-03 13:07:20.000000000 +0200
@@ -2,7 +2,6 @@
 ChangeLog
 LICENSE
 README.rst
-requirements.txt
 setup.cfg
 setup.py
 test-requirements.txt
@@ -13,5 +12,4 @@
 requestsexceptions.egg-info/dependency_links.txt
 requestsexceptions.egg-info/not-zip-safe
 requestsexceptions.egg-info/pbr.json
-requestsexceptions.egg-info/requires.txt
 requestsexceptions.egg-info/top_level.txt
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/requestsexceptions-1.2.0/requestsexceptions.egg-info/pbr.json 
new/requestsexceptions-1.3.0/requestsexceptions.egg-info/pbr.json
--- old/requestsexceptions-1.2.0/requestsexceptions.egg-info/pbr.json   
2017-03-01 17:59:27.000000000 +0100
+++ new/requestsexceptions-1.3.0/requestsexceptions.egg-info/pbr.json   
2017-07-03 13:07:19.000000000 +0200
@@ -1 +1 @@
-{"git_version": "3eb026b", "is_release": true}
\ No newline at end of file
+{"git_version": "d7ac0ff", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/requestsexceptions-1.2.0/requestsexceptions.egg-info/requires.txt 
new/requestsexceptions-1.3.0/requestsexceptions.egg-info/requires.txt
--- old/requestsexceptions-1.2.0/requestsexceptions.egg-info/requires.txt       
2017-03-01 17:59:27.000000000 +0100
+++ new/requestsexceptions-1.3.0/requestsexceptions.egg-info/requires.txt       
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-pbr>=0.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.2.0/requirements.txt 
new/requestsexceptions-1.3.0/requirements.txt
--- old/requestsexceptions-1.2.0/requirements.txt       2017-03-01 
17:57:47.000000000 +0100
+++ new/requestsexceptions-1.3.0/requirements.txt       1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-pbr>=0.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.2.0/setup.cfg 
new/requestsexceptions-1.3.0/setup.cfg
--- old/requestsexceptions-1.2.0/setup.cfg      2017-03-01 17:59:27.000000000 
+0100
+++ new/requestsexceptions-1.3.0/setup.cfg      2017-07-03 13:07:20.000000000 
+0200
@@ -16,8 +16,7 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.3
-       Programming Language :: Python :: 3.4
+       Programming Language :: Python :: 3.5
 
 [files]
 packages = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.2.0/setup.py 
new/requestsexceptions-1.3.0/setup.py
--- old/requestsexceptions-1.2.0/setup.py       2017-03-01 17:57:47.000000000 
+0100
+++ new/requestsexceptions-1.3.0/setup.py       2017-07-03 13:05:13.000000000 
+0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -13,8 +13,17 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
 import setuptools
 
+# In python < 2.7.4, a lazy loading of package `pbr` will break
+# setuptools if some other modules registered functions in `atexit`.
+# solution from: http://bugs.python.org/issue15881#msg170215
+try:
+    import multiprocessing  # noqa
+except ImportError:
+    pass
+
 setuptools.setup(
-    setup_requires=['pbr'],
+    setup_requires=['pbr>=2.0.0'],
     pbr=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.2.0/test-requirements.txt 
new/requestsexceptions-1.3.0/test-requirements.txt
--- old/requestsexceptions-1.2.0/test-requirements.txt  2017-03-01 
17:57:47.000000000 +0100
+++ new/requestsexceptions-1.3.0/test-requirements.txt  2017-07-03 
13:05:13.000000000 +0200
@@ -1 +1,4 @@
-flake8>=2.2.4,<=2.4.1
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.2.0/tox.ini 
new/requestsexceptions-1.3.0/tox.ini
--- old/requestsexceptions-1.2.0/tox.ini        2017-03-01 17:57:47.000000000 
+0100
+++ new/requestsexceptions-1.3.0/tox.ini        2017-07-03 13:05:13.000000000 
+0200
@@ -1,13 +1,12 @@
 [tox]
 minversion = 1.6
 skipsdist = True
-envlist = pep8, py27
+envlist = pep8, py27, py35
 
 [testenv]
 usedevelop = True
 install_command = pip install {opts} {packages}
-deps = -r{toxinidir}/requirements.txt
-       -r{toxinidir}/test-requirements.txt
+deps = -r{toxinidir}/test-requirements.txt
 commands =
   python setup.py testr --slowest --testr-args='{posargs}'
 
@@ -25,8 +24,5 @@
 commands = {posargs}
 
 [flake8]
-# These are ignored intentionally in openstack-infra projects;
-# please don't submit patches that solely correct them or enable them.
-ignore = E125,E129,H
 show-source = True
 exclude = .venv,.tox,dist,doc,build,*.egg


Reply via email to