Hello community,
here is the log from the commit of package python-os-client-config for
openSUSE:Factory checked in at 2019-12-04 13:47:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-os-client-config (Old)
and /work/SRC/openSUSE:Factory/.python-os-client-config.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-os-client-config"
Wed Dec 4 13:47:57 2019 rev:13 rq:736634 version:1.33.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-os-client-config/python-os-client-config.changes
2019-05-03 22:41:47.299160843 +0200
+++
/work/SRC/openSUSE:Factory/.python-os-client-config.new.4691/python-os-client-config.changes
2019-12-04 14:18:43.266361239 +0100
@@ -1,0 +2,11 @@
+Wed Oct 9 12:49:03 UTC 2019 - [email protected]
+
+- update to version 1.33.0
+ - Update master for stable/stein
+ - Update for opendev
+ - Update hacking version
+ - OpenDev Migration Patch
+ - Add Python 3 Train unit tests
+ - Fix broken link to openstacksdk
+
+-------------------------------------------------------------------
Old:
----
os-client-config-1.32.0.tar.gz
New:
----
os-client-config-1.33.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-os-client-config.spec ++++++
--- /var/tmp/diff_new_pack.UsiShi/_old 2019-12-04 14:18:43.746361300 +0100
+++ /var/tmp/diff_new_pack.UsiShi/_new 2019-12-04 14:18:43.750361301 +0100
@@ -20,7 +20,7 @@
%bcond_with test
%bcond_with docs
Name: python-os-client-config
-Version: 1.32.0
+Version: 1.33.0
Release: 0
Summary: OpenStack Client Configuration Library
License: Apache-2.0
@@ -46,7 +46,7 @@
BuildRequires: python-mock
BuildRequires: python-oslotest
BuildRequires: python-python-subunit
-BuildRequires: python-testrepository
+BuildRequires: python-stestr
BuildRequires: python-testscenarios
BuildRequires: python-testtools
%endif
@@ -92,7 +92,7 @@
%if %{with test}
%check
export
PYTHONPATH="%{python2_sitearch}:%{python2_sitelib}:%{buildroot}%{python2_sitelib}"
-testr init && testr run
+python2 -m stestr.cli run
%endif
%files %{python_files}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.UsiShi/_old 2019-12-04 14:18:43.770361304 +0100
+++ /var/tmp/diff_new_pack.UsiShi/_new 2019-12-04 14:18:43.770361304 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/os-client-config/os-client-config.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/os-client-config/os-client-config.spec.j2</param>
<param name="output-name">python-os-client-config.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/os-client-config/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/os-client-config/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,os-client-config</param>
</service>
++++++ os-client-config-1.32.0.tar.gz -> os-client-config-1.33.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/.zuul.yaml
new/os-client-config-1.33.0/.zuul.yaml
--- old/os-client-config-1.32.0/.zuul.yaml 2019-03-08 01:01:20.000000000
+0100
+++ new/os-client-config-1.33.0/.zuul.yaml 2019-09-07 20:06:19.000000000
+0200
@@ -5,7 +5,7 @@
Run tox python 27 unittests against master of important libs
vars:
tox_install_siblings: true
- zuul_work_dir: src/git.openstack.org/openstack/os-client-config
+ zuul_work_dir: src/opendev.org/openstack/os-client-config
required-projects:
- openstack/keystoneauth
- openstack/openstacksdk
@@ -18,7 +18,7 @@
Run tox python 37 unittests against master of important libs
vars:
tox_install_siblings: true
- zuul_work_dir: src/git.openstack.org/openstack/os-client-config
+ zuul_work_dir: src/opendev.org/openstack/os-client-config
required-projects:
- openstack/keystoneauth
- openstack/openstacksdk
@@ -42,8 +42,7 @@
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python-jobs
- - openstack-python36-jobs
- - openstack-python37-jobs
+ - openstack-python3-train-jobs
- os-client-config-tox-tips
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/AUTHORS
new/os-client-config-1.33.0/AUTHORS
--- old/os-client-config-1.32.0/AUTHORS 2019-03-08 01:03:31.000000000 +0100
+++ new/os-client-config-1.33.0/AUTHORS 2019-09-07 20:07:00.000000000 +0200
@@ -15,6 +15,7 @@
Clark Boylan <[email protected]>
Clint Byrum <[email protected]>
Colleen Murphy <[email protected]>
+Corey Bryant <[email protected]>
Dao Cong Tien <[email protected]>
David Shrewsbury <[email protected]>
Davide Guerri <[email protected]>
@@ -68,6 +69,7 @@
ZhijunWei <[email protected]>
avnish <[email protected]>
brandonzhao <[email protected]>
+jacky06 <[email protected]>
lifeless <[email protected]>
lingyongxu <[email protected]>
malei <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/ChangeLog
new/os-client-config-1.33.0/ChangeLog
--- old/os-client-config-1.32.0/ChangeLog 2019-03-08 01:03:31.000000000
+0100
+++ new/os-client-config-1.33.0/ChangeLog 2019-09-07 20:07:00.000000000
+0200
@@ -1,6 +1,16 @@
CHANGES
=======
+1.33.0
+------
+
+* Fix broken link to openstacksdk
+* Add Python 3 Train unit tests
+* Update for opendev
+* OpenDev Migration Patch
+* Update master for stable/stein
+* Update hacking version
+
1.32.0
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/PKG-INFO
new/os-client-config-1.33.0/PKG-INFO
--- old/os-client-config-1.32.0/PKG-INFO 2019-03-08 01:03:31.000000000
+0100
+++ new/os-client-config-1.33.0/PKG-INFO 2019-09-07 20:07:00.000000000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: os-client-config
-Version: 1.32.0
+Version: 1.33.0
Summary: OpenStack Client Configuation Library
Home-page: https://docs.openstack.org/os-client-config/latest
Author: OpenStack
@@ -34,7 +34,7 @@
* Free software: Apache license
* Documentation: http://docs.openstack.org/os-client-config/latest
- * Source: http://git.openstack.org/cgit/openstack/os-client-config
+ * Source: http://opendev.org/openstack/os-client-config
* Bugs:
https://storyboard.openstack.org/#!/project/openstack/os-client-config
* Release Notes
https://docs.openstack.org/releasenotes/os-client-config
@@ -51,4 +51,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/README.rst
new/os-client-config-1.33.0/README.rst
--- old/os-client-config-1.32.0/README.rst 2019-03-08 01:01:20.000000000
+0100
+++ new/os-client-config-1.33.0/README.rst 2019-09-07 20:06:19.000000000
+0200
@@ -26,7 +26,7 @@
* Free software: Apache license
* Documentation: http://docs.openstack.org/os-client-config/latest
-* Source: http://git.openstack.org/cgit/openstack/os-client-config
+* Source: http://opendev.org/openstack/os-client-config
* Bugs: https://storyboard.openstack.org/#!/project/openstack/os-client-config
* Release Notes https://docs.openstack.org/releasenotes/os-client-config
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/doc/source/user/using.rst
new/os-client-config-1.33.0/doc/source/user/using.rst
--- old/os-client-config-1.32.0/doc/source/user/using.rst 2019-03-08
01:01:20.000000000 +0100
+++ new/os-client-config-1.33.0/doc/source/user/using.rst 2019-09-07
20:06:19.000000000 +0200
@@ -92,7 +92,7 @@
It should be noted that OpenStack SDK has ways to construct itself that allow
for additional flexibility. If the helper function here does not meet your
needs, you should see the `from_config` method of
-`openstack.connection.Connection
<https://developer.openstack.org/sdks/python/openstacksdk/users/guides/connect_from_config.html>`_
+`openstack.connection.Connection
<https://docs.openstack.org/openstacksdk/latest//user/guides/connect_from_config.html>`_
Constructing shade objects
--------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/os-client-config-1.32.0/os_client_config.egg-info/PKG-INFO
new/os-client-config-1.33.0/os_client_config.egg-info/PKG-INFO
--- old/os-client-config-1.32.0/os_client_config.egg-info/PKG-INFO
2019-03-08 01:03:31.000000000 +0100
+++ new/os-client-config-1.33.0/os_client_config.egg-info/PKG-INFO
2019-09-07 20:07:00.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: os-client-config
-Version: 1.32.0
+Version: 1.33.0
Summary: OpenStack Client Configuation Library
Home-page: https://docs.openstack.org/os-client-config/latest
Author: OpenStack
@@ -34,7 +34,7 @@
* Free software: Apache license
* Documentation: http://docs.openstack.org/os-client-config/latest
- * Source: http://git.openstack.org/cgit/openstack/os-client-config
+ * Source: http://opendev.org/openstack/os-client-config
* Bugs:
https://storyboard.openstack.org/#!/project/openstack/os-client-config
* Release Notes
https://docs.openstack.org/releasenotes/os-client-config
@@ -51,4 +51,5 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/os-client-config-1.32.0/os_client_config.egg-info/SOURCES.txt
new/os-client-config-1.33.0/os_client_config.egg-info/SOURCES.txt
--- old/os-client-config-1.32.0/os_client_config.egg-info/SOURCES.txt
2019-03-08 01:03:31.000000000 +0100
+++ new/os-client-config-1.33.0/os_client_config.egg-info/SOURCES.txt
2019-09-07 20:07:00.000000000 +0200
@@ -79,6 +79,7 @@
releasenotes/source/pike.rst
releasenotes/source/queens.rst
releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/os-client-config-1.32.0/os_client_config.egg-info/pbr.json
new/os-client-config-1.33.0/os_client_config.egg-info/pbr.json
--- old/os-client-config-1.32.0/os_client_config.egg-info/pbr.json
2019-03-08 01:03:31.000000000 +0100
+++ new/os-client-config-1.33.0/os_client_config.egg-info/pbr.json
2019-09-07 20:07:00.000000000 +0200
@@ -1 +1 @@
-{"git_version": "74fc34a", "is_release": true}
\ No newline at end of file
+{"git_version": "d0eea17", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/os-client-config-1.32.0/releasenotes/source/index.rst
new/os-client-config-1.33.0/releasenotes/source/index.rst
--- old/os-client-config-1.32.0/releasenotes/source/index.rst 2019-03-08
01:01:20.000000000 +0100
+++ new/os-client-config-1.33.0/releasenotes/source/index.rst 2019-09-07
20:06:19.000000000 +0200
@@ -9,6 +9,7 @@
:maxdepth: 2
unreleased
+ stein
rocky
queens
pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/os-client-config-1.32.0/releasenotes/source/stein.rst
new/os-client-config-1.33.0/releasenotes/source/stein.rst
--- old/os-client-config-1.32.0/releasenotes/source/stein.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/os-client-config-1.33.0/releasenotes/source/stein.rst 2019-09-07
20:06:19.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/setup.cfg
new/os-client-config-1.33.0/setup.cfg
--- old/os-client-config-1.32.0/setup.cfg 2019-03-08 01:03:31.000000000
+0100
+++ new/os-client-config-1.33.0/setup.cfg 2019-09-07 20:07:00.000000000
+0200
@@ -16,7 +16,8 @@
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
[files]
packages =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/test-requirements.txt
new/os-client-config-1.33.0/test-requirements.txt
--- old/os-client-config-1.32.0/test-requirements.txt 2019-03-08
01:01:26.000000000 +0100
+++ new/os-client-config-1.33.0/test-requirements.txt 2019-09-07
20:06:19.000000000 +0200
@@ -2,7 +2,7 @@
# 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
+hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
extras>=1.0.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/os-client-config-1.32.0/tox.ini
new/os-client-config-1.33.0/tox.ini
--- old/os-client-config-1.32.0/tox.ini 2019-03-08 01:01:20.000000000 +0100
+++ new/os-client-config-1.33.0/tox.ini 2019-09-07 20:06:19.000000000 +0200
@@ -16,7 +16,7 @@
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
@@ -27,7 +27,7 @@
usedevelop = False
skip_install = True
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
doc8
hacking
pygments
@@ -55,7 +55,7 @@
basepython = python3
skip_install = True
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
@@ -65,7 +65,7 @@
basepython = python3
skip_install = True
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html
releasenotes/source releasenotes/build/html