Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:Factory checked in at 2019-05-03 22:41:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-neutronclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-neutronclient.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-neutronclient"

Fri May  3 22:41:30 2019 rev:21 rq:692842 version:6.12.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes    
    2018-11-29 23:01:11.111448371 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-neutronclient.new.5148/python-neutronclient.changes
      2019-05-03 22:41:32.199129053 +0200
@@ -1,0 +2,36 @@
+Mon Apr  8 12:27:07 UTC 2019 - cloud-de...@suse.de
+
+- update to version 6.12.0
+  - Fix api version handling, which completely breaks the client
+  - Switch to stestr
+  - Update json module to jsonutils
+  - Update mailinglist from dev to discuss
+  - Fix broken unittests
+  - Add subnet onboard CLI
+  - import zuul job settings from project-config
+  - Support of the boolean advertise_extra_routes
+  - Add B303 into list of skipped bandit plugins
+  - Ensure API calls for subnets are in URL length limit
+  - Add release note link in README
+  - Adds the destination and source fwg to fwr
+  - Change openstack-dev to openstack-discuss
+  - Fix docstring in method list_networks_on_dhcp_agent
+  - Update reno for stable/rocky
+  - Don't quote {posargs} in tox.ini
+  - add python 3.6 unit test job
+  - Add support for querying quotas with usage
+  - Add Python 3.6 classifier to setup.cfg
+  - Update hacking version to 1.1
+  - Update links in README
+  - add lib-forward-testing-python3 test job
+  - Fix docstring in method list_routers_on_l3_agent
+  - switch documentation job to new PTI
+  - Update min tox version to 2.3.2
+  - fix tox python3 overrides
+  - Remove basepython from [flake8] section
+  - Consolidate irrelevant files added for py3 project
+  - Add bandit to pep8 gate
+  - Use templates for cover and lower-constraints
+  - [log] Add 'firewall_group' as a loggable resource type for logging
+
+-------------------------------------------------------------------

Old:
----
  python-neutronclient-6.9.1.tar.gz

New:
----
  python-neutronclient-6.12.0.tar.gz

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

Other differences:
------------------
++++++ python-neutronclient.spec ++++++
--- /var/tmp/diff_new_pack.tfilJF/_old  2019-05-03 22:41:32.883130493 +0200
+++ /var/tmp/diff_new_pack.tfilJF/_new  2019-05-03 22:41:32.883130493 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-neutronclient
 #
-# 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
@@ -17,17 +17,16 @@
 
 
 Name:           python-neutronclient
-Version:        6.9.1
+Version:        6.12.0
 Release:        0
 Summary:        Python API and CLI for OpenStack Neutron
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/%{name}
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-6.9.1.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-neutronclient/python-neutronclient-6.12.0.tar.gz
 # https://review.openstack.org/585387
 # Needed for osprofiler==2.3.0
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-cliff >= 2.8.0
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-keystoneauth1 >= 3.4.0
@@ -46,11 +45,10 @@
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-requests-mock
 BuildRequires:  python2-setuptools
-BuildRequires:  python2-testrepository
+BuildRequires:  python2-stestr
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-cliff >= 2.8.0
-BuildRequires:  python3-devel
 BuildRequires:  python3-fixtures
 BuildRequires:  python3-keystoneauth1 >= 3.4.0
 BuildRequires:  python3-keystoneclient >= 3.8.0
@@ -68,7 +66,7 @@
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-requests-mock
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-testrepository
+BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:       python-Babel >= 2.3.4
@@ -116,14 +114,14 @@
 %prep
 %autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %{python_build}
 
 # Build HTML docs and man page
-PBR_VERSION=6.9.1 sphinx-build -b html doc/source doc/build/html
-PBR_VERSION=6.9.1 sphinx-build -b man doc/source doc/build/man
+PBR_VERSION=6.12.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=6.12.0 sphinx-build -b man doc/source doc/build/man
+rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install
 %{python_install}
@@ -136,9 +134,7 @@
 %python_uninstall_alternative neutron
 
 %check
-%{python_expand rm -rf .testrepository
-$python setup.py testr
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tfilJF/_old  2019-05-03 22:41:32.899130526 +0200
+++ /var/tmp/diff_new_pack.tfilJF/_new  2019-05-03 22:41:32.899130526 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-neutronclient/python-neutronclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-neutronclient/python-neutronclient.spec.j2</param>
     <param name="output-name">python-neutronclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-neutronclient/stable/rocky/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-neutronclient/stable/stein/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,python-neutronclient</param>
   </service>

++++++ python-neutronclient-6.9.1.tar.gz -> python-neutronclient-6.12.0.tar.gz 
++++++
++++ 2445 lines of diff (skipped)


Reply via email to