Hello community,
here is the log from the commit of package python-oslo.versionedobjects for
openSUSE:Factory checked in at 2018-09-07 15:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.versionedobjects (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.versionedobjects"
Fri Sep 7 15:39:15 2018 rev:6 rq:633111 version:1.33.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.versionedobjects/python-oslo.versionedobjects.changes
2018-03-19 23:36:38.901097557 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new/python-oslo.versionedobjects.changes
2018-09-07 15:39:16.622544310 +0200
@@ -1,0 +2,25 @@
+Sat Sep 1 08:31:45 UTC 2018 - [email protected]
+
+- update to version 1.33.3
+ - Fixing UUID coerce function for unicode non uuid form
+ - Remove stale pip-missing-reqs tox test
+ - set default python to python3
+ - fix tox python3 overrides
+ - Add support version in exception output
+ - Update reno for stable/queens
+ - Zuul: Remove project name
+ - pypy is not checked at gate
+ - Add bindep.txt file to prevent fallback to generic list
+ - Trivial: Update pypi url to new url
+ - Update links in README
+ - Allow escalation of UUID validation warning to error
+ - Imported Translations from Zanata
+ - Remove moxstubout usage
+ - Add release notes link to README
+ - Handle TZ change in iso8601 >=0.1.12
+ - Don't force unicode strings for UUID coercion
+ - Updated from global requirements
+ - add lower-constraints job
+ - Make the hash of a defaulted set field stable
+
+-------------------------------------------------------------------
Old:
----
oslo.versionedobjects-1.31.2.tar.gz
New:
----
oslo.versionedobjects-1.33.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.versionedobjects.spec ++++++
--- /var/tmp/diff_new_pack.OlAmps/_old 2018-09-07 15:39:17.014543889 +0200
+++ /var/tmp/diff_new_pack.OlAmps/_new 2018-09-07 15:39:17.030543872 +0200
@@ -17,33 +17,49 @@
Name: python-oslo.versionedobjects
-Version: 1.31.2
+Version: 1.33.3
Release: 0
Summary: Oslo Versioned Objects library
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/oslo.versionedobjects
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-1.31.2.tar.gz
+URL: https://launchpad.net/oslo.versionedobjects
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-1.33.3.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python-iso8601 >= 0.1.11
-BuildRequires: python-jsonschema >= 2.6.0
-BuildRequires: python-oslo.concurrency >= 3.25.0
-BuildRequires: python-oslo.config >= 5.1.0
-BuildRequires: python-oslo.context >= 2.19.2
-BuildRequires: python-oslo.i18n >= 3.15.3
-BuildRequires: python-oslo.log >= 3.36.0
-BuildRequires: python-oslo.messaging >= 5.29.0
-BuildRequires: python-oslo.serialization >= 2.18.0
-BuildRequires: python-oslo.utils >= 3.33.0
-BuildRequires: python-oslotest >= 3.2.0
-BuildRequires: python-pbr >= 2.0.0
-BuildRequires: python-testtools >= 2.2.0
+BuildRequires: python2-iso8601 >= 0.1.11
+BuildRequires: python2-jsonschema
+BuildRequires: python2-oslo.concurrency >= 3.26.0
+BuildRequires: python2-oslo.config >= 5.2.0
+BuildRequires: python2-oslo.context >= 2.19.2
+BuildRequires: python2-oslo.i18n >= 3.15.3
+BuildRequires: python2-oslo.log >= 3.36.0
+BuildRequires: python2-oslo.messaging >= 5.29.0
+BuildRequires: python2-oslo.serialization >= 2.18.0
+BuildRequires: python2-oslo.utils >= 3.33.0
+BuildRequires: python2-oslotest
+BuildRequires: python2-pbr
+BuildRequires: python2-testrepository
+BuildRequires: python2-testtools
+BuildRequires: python3-devel
+BuildRequires: python3-iso8601 >= 0.1.11
+BuildRequires: python3-jsonschema
+BuildRequires: python3-oslo.concurrency >= 3.26.0
+BuildRequires: python3-oslo.config >= 5.2.0
+BuildRequires: python3-oslo.context >= 2.19.2
+BuildRequires: python3-oslo.i18n >= 3.15.3
+BuildRequires: python3-oslo.log >= 3.36.0
+BuildRequires: python3-oslo.messaging >= 5.29.0
+BuildRequires: python3-oslo.serialization >= 2.18.0
+BuildRequires: python3-oslo.utils >= 3.33.0
+BuildRequires: python3-oslotest
+BuildRequires: python3-pbr
+BuildRequires: python3-testrepository
+BuildRequires: python3-testtools
Requires: python-WebOb >= 1.7.1
Requires: python-iso8601 >= 0.1.11
Requires: python-netaddr >= 0.7.18
-Requires: python-oslo.concurrency >= 3.25.0
-Requires: python-oslo.config >= 5.1.0
+Requires: python-oslo.concurrency >= 3.26.0
+Requires: python-oslo.config >= 5.2.0
Requires: python-oslo.context >= 2.19.2
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.log >= 3.36.0
@@ -52,6 +68,7 @@
Requires: python-oslo.utils >= 3.33.0
Requires: python-six >= 1.10.0
BuildArch: noarch
+%python_subpackages
%description
oslo.versionedobjects library deals with DB schema being at different versions
@@ -61,37 +78,39 @@
used in RPC APIs, to ensure upgrades happen without spreading version dependent
code across different services and projects.
-%package doc
+%package -n python-oslo.versionedobjects-doc
Summary: osloversionedobjects library - Documentation
Group: Documentation/HTML
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.18.1
-Requires: %{name} = %{version}
+BuildRequires: python-openstackdocstheme
-%description doc
+%description -n python-oslo.versionedobjects-doc
This package contains documentation files for %{name}.
%prep
-%autosetup -p1 -n oslo.versionedobjects-1.31.2
+%autosetup -p1 -n oslo.versionedobjects-1.33.3
%py_req_cleanup
%build
-%{py2_build}
+%{python_build}
+
PYTHONPATH=. sphinx-build -b html doc/source doc/build/html
%install
-%{py2_install}
+%{python_install}
%check
-%{__python2} setup.py testr
+%{python_expand rm -rf .testrepository
+$python setup.py testr
+}
-%files
+%files %{python_files}
%license LICENSE
-%doc README.rst ChangeLog
-%{python2_sitelib}/*
+%{python_sitelib}/oslo_versionedobjects
+%{python_sitelib}/*.egg-info
-%files doc
+%files -n python-oslo.versionedobjects-doc
%license LICENSE
-%doc doc/build/html
+%doc doc/build/html README.rst
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.OlAmps/_old 2018-09-07 15:39:17.050543851 +0200
+++ /var/tmp/diff_new_pack.OlAmps/_new 2018-09-07 15:39:17.050543851 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/oslo.versionedobjects/oslo.versionedobjects.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.versionedobjects/oslo.versionedobjects.spec.j2</param>
<param name="output-name">python-oslo.versionedobjects.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/oslo.versionedobjects/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.versionedobjects</param>
</service>
++++++ oslo.versionedobjects-1.31.2.tar.gz ->
oslo.versionedobjects-1.33.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/.zuul.yaml
new/oslo.versionedobjects-1.33.3/.zuul.yaml
--- old/oslo.versionedobjects-1.31.2/.zuul.yaml 2018-01-27 22:32:58.000000000
+0100
+++ new/oslo.versionedobjects-1.33.3/.zuul.yaml 2018-06-27 10:26:38.000000000
+0200
@@ -1,9 +1,12 @@
- project:
- name: openstack/oslo.versionedobjects
check:
jobs:
- oslo.versionedobjects-src-grenade-devstack-multinode
+ - openstack-tox-lower-constraints
+ gate:
+ jobs:
+ - openstack-tox-lower-constraints
- job:
name: oslo.versionedobjects-src-grenade-devstack-multinode
parent: legacy-dsvm-base-multinode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/AUTHORS
new/oslo.versionedobjects-1.33.3/AUTHORS
--- old/oslo.versionedobjects-1.31.2/AUTHORS 2018-01-27 22:38:07.000000000
+0100
+++ new/oslo.versionedobjects-1.33.3/AUTHORS 2018-06-27 10:28:59.000000000
+0200
@@ -35,6 +35,7 @@
Anne Gentle <[email protected]>
Anthony Young <[email protected]>
Anton V. Yanchenko <[email protected]>
+Anusree <[email protected]>
Arata Notsu <[email protected]>
Armando Migliaccio <[email protected]>
Armando Migliaccio <[email protected]>
@@ -57,6 +58,7 @@
Chang Bo Guo <[email protected]>
ChangBo Guo(gcb) <[email protected]>
Chaozhe.Chen <[email protected]>
+Charles Short <[email protected]>
Chet Burgess <[email protected]>
Chiradeep Vittal <chiradeep@chiradeep-lt2>
Chris Behrens <[email protected]>
@@ -192,6 +194,7 @@
Keisuke Tagami <[email protected]>
Ken Pepple <[email protected]>
Ken'ichi Ohmichi <[email protected]>
+Kenneth Giusti <[email protected]>
Kevin Benton <[email protected]>
Kevin L. Mitchell <[email protected]>
Koji Iida <[email protected]>
@@ -299,11 +302,13 @@
Sean Dague <[email protected]>
Sean Dague <[email protected]>
Sean McCully <[email protected]>
+Sean McGinnis <[email protected]>
Sean McGinnis <[email protected]>
Sergey Nikitin <[email protected]>
Sergey Skripnick <[email protected]>
Sergey Vilgelm <[email protected]>
Serhii Skrypnik <[email protected]>
+Seyeong Kim <[email protected]>
Shane Wang <[email protected]>
Shlomi Sasson <[email protected]>
Shuangtai Tian <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/ChangeLog
new/oslo.versionedobjects-1.33.3/ChangeLog
--- old/oslo.versionedobjects-1.31.2/ChangeLog 2018-01-27 22:38:07.000000000
+0100
+++ new/oslo.versionedobjects-1.33.3/ChangeLog 2018-06-27 10:28:59.000000000
+0200
@@ -1,12 +1,51 @@
CHANGES
=======
-1.31.2
+1.33.3
------
+* Add release notes link to README
+
+1.33.2
+------
+
+* fix tox python3 overrides
+* Make the hash of a defaulted set field stable
+* Add support version in exception output
+* Remove moxstubout usage
+* Remove stale pip-missing-reqs tox test
+* Trivial: Update pypi url to new url
+* set default python to python3
+
+1.33.1
+------
+
+* Don't force unicode strings for UUID coercion
+
+1.33.0
+------
+
+* Fixing UUID coerce function for unicode non uuid form
+* Updated from global requirements
+* add lower-constraints job
+* pypy is not checked at gate
+* Add bindep.txt file to prevent fallback to generic list
+* Updated from global requirements
+
+1.32.0
+------
+
+* Imported Translations from Zanata
+* Update links in README
+* Zuul: Remove project name
+* Imported Translations from Zanata
+* Zuul: Remove project name
+* Allow escalation of UUID validation warning to error
+* Update reno for stable/queens
* Handle TZ change in iso8601 >=0.1.12
-* Update UPPER\_CONSTRAINTS\_FILE for stable/queens
-* Update .gitreview for stable/queens
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
1.31.1
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/PKG-INFO
new/oslo.versionedobjects-1.33.3/PKG-INFO
--- old/oslo.versionedobjects-1.31.2/PKG-INFO 2018-01-27 22:38:08.000000000
+0100
+++ new/oslo.versionedobjects-1.33.3/PKG-INFO 2018-06-27 10:28:59.000000000
+0200
@@ -1,18 +1,17 @@
Metadata-Version: 1.1
Name: oslo.versionedobjects
-Version: 1.31.2
+Version: 1.33.3
Summary: Oslo Versioned Objects library
Home-page: https://docs.openstack.org/oslo.versionedobjects/latest/
Author: OpenStack
Author-email: [email protected]
License: UNKNOWN
-Description-Content-Type: UNKNOWN
Description: ========================
Team and repository tags
========================
- .. image::
http://governance.openstack.org/badges/oslo.versionedobjects.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+ .. image::
https://governance.openstack.org/tc/badges/oslo.versionedobjects.svg
+ :target:
https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@@ -21,11 +20,11 @@
===================================
.. image:: https://img.shields.io/pypi/v/oslo.versionedobjects.svg
- :target: https://pypi.python.org/pypi/oslo.versionedobjects/
+ :target: https://pypi.org/project/oslo.versionedobjects/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.versionedobjects.svg
- :target: https://pypi.python.org/pypi/oslo.versionedobjects/
+ :target: https://pypi.org/project/oslo.versionedobjects/
:alt: Downloads
The oslo.versionedobjects library provides a generic versioned object
model
@@ -38,6 +37,7 @@
* Documentation:
https://docs.openstack.org/oslo.versionedobjects/latest
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
+ * Release notes:
https://docs.openstack.org/releasenotes/oslo.versionedobjects/
Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/README.rst
new/oslo.versionedobjects-1.33.3/README.rst
--- old/oslo.versionedobjects-1.31.2/README.rst 2018-01-27 22:32:58.000000000
+0100
+++ new/oslo.versionedobjects-1.33.3/README.rst 2018-06-27 10:26:38.000000000
+0200
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/oslo.versionedobjects.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/tc/badges/oslo.versionedobjects.svg
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@@ -12,11 +12,11 @@
===================================
.. image:: https://img.shields.io/pypi/v/oslo.versionedobjects.svg
- :target: https://pypi.python.org/pypi/oslo.versionedobjects/
+ :target: https://pypi.org/project/oslo.versionedobjects/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.versionedobjects.svg
- :target: https://pypi.python.org/pypi/oslo.versionedobjects/
+ :target: https://pypi.org/project/oslo.versionedobjects/
:alt: Downloads
The oslo.versionedobjects library provides a generic versioned object model
@@ -29,3 +29,4 @@
* Documentation: https://docs.openstack.org/oslo.versionedobjects/latest
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
+* Release notes: https://docs.openstack.org/releasenotes/oslo.versionedobjects/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/bindep.txt
new/oslo.versionedobjects-1.33.3/bindep.txt
--- old/oslo.versionedobjects-1.31.2/bindep.txt 1970-01-01 01:00:00.000000000
+0100
+++ new/oslo.versionedobjects-1.33.3/bindep.txt 2018-06-27 10:26:38.000000000
+0200
@@ -0,0 +1,9 @@
+# This is a cross-platform list tracking distribution packages needed by tests;
+# see http://docs.openstack.org/infra/bindep/ for additional information.
+
+locales [platform:debian]
+python-dev [platform:dpkg]
+python-devel [platform:rpm]
+python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
+python3-dev [platform:dpkg]
+python3-devel [platform:fedora]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/doc/requirements.txt
new/oslo.versionedobjects-1.33.3/doc/requirements.txt
--- old/oslo.versionedobjects-1.31.2/doc/requirements.txt 2018-01-27
22:33:25.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/doc/requirements.txt 2018-06-27
10:26:38.000000000 +0200
@@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# These are needed for docs generation
-openstackdocstheme>=1.17.0 # Apache-2.0
-sphinx>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
reno>=2.5.0 # Apache-2.0
mock>=2.0.0 # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/lower-constraints.txt
new/oslo.versionedobjects-1.33.3/lower-constraints.txt
--- old/oslo.versionedobjects-1.31.2/lower-constraints.txt 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/lower-constraints.txt 2018-06-27
10:26:38.000000000 +0200
@@ -0,0 +1,76 @@
+amqp==2.1.1
+appdirs==1.3.0
+Babel==2.3.4
+bandit==1.4.0
+cachetools==2.0.0
+contextlib2==0.4.0
+coverage==4.0
+debtcollector==1.2.0
+eventlet==0.18.2
+extras==1.0.0
+fasteners==0.7.0
+fixtures==3.0.0
+flake8==2.5.5
+futurist==1.2.0
+gitdb==0.6.4
+GitPython==1.0.1
+greenlet==0.4.10
+hacking==0.12.0
+iso8601==0.1.11
+Jinja2==2.10
+jsonschema==2.6.0
+keystoneauth1==3.4.0
+kombu==4.0.0
+linecache2==1.0.0
+MarkupSafe==1.0
+mccabe==0.2.1
+mock==2.0.0
+monotonic==0.6
+mox3==0.20.0
+msgpack-python==0.4.0
+netaddr==0.7.18
+netifaces==0.10.4
+os-client-config==1.28.0
+oslo.concurrency==3.25.0
+oslo.config==5.2.0
+oslo.context==2.19.2
+oslo.i18n==3.15.3
+oslo.log==3.36.0
+oslo.messaging==5.29.0
+oslo.middleware==3.31.0
+oslo.serialization==2.18.0
+oslo.service==1.24.0
+oslo.utils==3.33.0
+oslotest==3.2.0
+Paste==2.0.2
+PasteDeploy==1.5.0
+pbr==2.0.0
+pep8==1.5.7
+pika==0.10.0
+pika-pool==0.1.3
+prettytable==0.7.2
+pyflakes==0.8.1
+pyinotify==0.9.6
+pyparsing==2.1.0
+python-dateutil==2.5.3
+python-mimeparse==1.6.0
+python-subunit==1.0.0
+pytz==2013.6
+PyYAML==3.12
+repoze.lru==0.7
+requests==2.14.2
+requestsexceptions==1.2.0
+rfc3986==0.3.1
+Routes==2.3.1
+six==1.10.0
+smmap==0.9.0
+statsd==3.2.1
+stevedore==1.20.0
+tenacity==3.2.1
+testrepository==0.0.18
+testtools==2.2.0
+traceback2==1.4.0
+unittest2==1.1.0
+vine==1.1.4
+WebOb==1.7.1
+wrapt==1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/PKG-INFO
new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/PKG-INFO
--- old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/PKG-INFO
2018-01-27 22:38:07.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/PKG-INFO
2018-06-27 10:28:59.000000000 +0200
@@ -1,18 +1,17 @@
Metadata-Version: 1.1
Name: oslo.versionedobjects
-Version: 1.31.2
+Version: 1.33.3
Summary: Oslo Versioned Objects library
Home-page: https://docs.openstack.org/oslo.versionedobjects/latest/
Author: OpenStack
Author-email: [email protected]
License: UNKNOWN
-Description-Content-Type: UNKNOWN
Description: ========================
Team and repository tags
========================
- .. image::
http://governance.openstack.org/badges/oslo.versionedobjects.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+ .. image::
https://governance.openstack.org/tc/badges/oslo.versionedobjects.svg
+ :target:
https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
@@ -21,11 +20,11 @@
===================================
.. image:: https://img.shields.io/pypi/v/oslo.versionedobjects.svg
- :target: https://pypi.python.org/pypi/oslo.versionedobjects/
+ :target: https://pypi.org/project/oslo.versionedobjects/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/dm/oslo.versionedobjects.svg
- :target: https://pypi.python.org/pypi/oslo.versionedobjects/
+ :target: https://pypi.org/project/oslo.versionedobjects/
:alt: Downloads
The oslo.versionedobjects library provides a generic versioned object
model
@@ -38,6 +37,7 @@
* Documentation:
https://docs.openstack.org/oslo.versionedobjects/latest
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
+ * Release notes:
https://docs.openstack.org/releasenotes/oslo.versionedobjects/
Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/SOURCES.txt
new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/SOURCES.txt
--- old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/SOURCES.txt
2018-01-27 22:38:08.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/SOURCES.txt
2018-06-27 10:28:59.000000000 +0200
@@ -9,6 +9,8 @@
LICENSE
README.rst
babel.cfg
+bindep.txt
+lower-constraints.txt
requirements.txt
setup.cfg
setup.py
@@ -62,6 +64,7 @@
releasenotes/source/index.rst
releasenotes/source/ocata.rst
releasenotes/source/pike.rst
+releasenotes/source/queens.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/pbr.json
new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/pbr.json
--- old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/pbr.json
2018-01-27 22:38:07.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/pbr.json
2018-06-27 10:28:59.000000000 +0200
@@ -1 +1 @@
-{"git_version": "c95f0c8", "is_release": true}
\ No newline at end of file
+{"git_version": "d46aea7", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/requires.txt
new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/requires.txt
---
old/oslo.versionedobjects-1.31.2/oslo.versionedobjects.egg-info/requires.txt
2018-01-27 22:38:07.000000000 +0100
+++
new/oslo.versionedobjects-1.33.3/oslo.versionedobjects.egg-info/requires.txt
2018-06-27 10:28:59.000000000 +0200
@@ -1,12 +1,12 @@
six>=1.10.0
-oslo.concurrency>=3.20.0
-oslo.config>=5.1.0
+oslo.concurrency>=3.26.0
+oslo.config>=5.2.0
oslo.context>=2.19.2
oslo.messaging>=5.29.0
oslo.serialization!=2.19.1,>=2.18.0
oslo.utils>=3.33.0
iso8601>=0.1.11
-oslo.log>=3.30.0
+oslo.log>=3.36.0
oslo.i18n>=3.15.3
WebOb>=1.7.1
netaddr>=0.7.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/exception.py
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/exception.py
--- old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/exception.py
2018-01-27 22:32:58.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/exception.py
2018-06-27 10:26:38.000000000 +0200
@@ -155,7 +155,8 @@
class IncompatibleObjectVersion(VersionedObjectsException):
- msg_fmt = _('Version %(objver)s of %(objname)s is not supported')
+ msg_fmt = _('Version %(objver)s of %(objname)s is not supported, '
+ 'supported version is %(supported)s')
class ReadOnlyFieldError(VersionedObjectsException):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/fields.py
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/fields.py
--- old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/fields.py
2018-01-27 22:32:58.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/fields.py
2018-06-27 10:26:38.000000000 +0200
@@ -144,8 +144,14 @@
self._read_only = read_only
def __repr__(self):
+ if isinstance(self._default, set):
+ # make a py27 and py35 compatible representation. See bug 1771804
+ default = 'set([%s])' % ','.join(sorted([six.text_type(v)
+ for v in self._default]))
+ else:
+ default = str(self._default)
return '%s(default=%s,nullable=%s)' % (self._type.__class__.__name__,
- self._default, self._nullable)
+ default, self._nullable)
@property
def nullable(self):
@@ -347,9 +353,12 @@
def coerce(obj, attr, value):
# FIXME(danms): We should actually verify the UUIDness here
with warnings.catch_warnings():
- warnings.simplefilter("once")
+ # Change the warning action only if no other filter exists
+ # for this warning to allow the client to define other action
+ # like 'error' for this warning.
+ warnings.filterwarnings(action="once", append=True)
try:
- uuid.UUID(str(value))
+ uuid.UUID("%s" % value)
except Exception:
# This is to ensure no breaking behaviour for current
# users
@@ -360,9 +369,11 @@
"code to input valid UUIDs or accept "
"ValueErrors for invalid UUIDs. See "
"https://docs.openstack.org/oslo.versionedobjects/latest/reference/fields.html#oslo_versionedobjects.fields.UUIDField
" # noqa
- "for further details" % value, FutureWarning)
+ "for further details" %
+ repr(value).encode('utf8'),
+ FutureWarning)
- return str(value)
+ return "%s" % value
class MACAddress(StringPattern):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/locale/en_GB/LC_MESSAGES/oslo_versionedobjects.po
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/locale/en_GB/LC_MESSAGES/oslo_versionedobjects.po
---
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/locale/en_GB/LC_MESSAGES/oslo_versionedobjects.po
2018-01-27 22:32:58.000000000 +0100
+++
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/locale/en_GB/LC_MESSAGES/oslo_versionedobjects.po
2018-06-27 10:26:38.000000000 +0200
@@ -10,18 +10,18 @@
# Andi Chandler <[email protected]>, 2017. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.versionedobjects 1.28.1.dev1\n"
+"Project-Id-Version: oslo.versionedobjects VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
-"POT-Creation-Date: 2017-10-05 14:55+0000\n"
+"POT-Creation-Date: 2018-02-13 18:33+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-09-28 03:01+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
-"Language: en-GB\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.0\n"
-"X-Generator: Zanata 3.9.6\n"
+"X-Generator: Zanata 4.3.3\n"
"Language-Team: English (United Kingdom)\n"
#, python-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/test.py
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/test.py
--- old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/test.py
2018-01-27 22:32:58.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/test.py
2018-06-27 10:26:38.000000000 +0200
@@ -32,7 +32,6 @@
from oslo_config import cfg
from oslo_config import fixture as config_fixture
from oslo_log.fixture import logging_error
-from oslotest import moxstubout
import six
import testtools
@@ -145,9 +144,6 @@
# because sqlalchemy-migrate messes with the warnings filters.
self.useFixture(obj_fixtures.WarningsFixture())
- mox_fixture = self.useFixture(moxstubout.MoxStubout())
- self.mox = mox_fixture.mox
- self.stubs = mox_fixture.stubs
self.addCleanup(self._clear_attrs)
self.useFixture(fixtures.EnvironmentVariable('http_proxy'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/tests/test_fields.py
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/tests/test_fields.py
--- old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/tests/test_fields.py
2018-01-27 22:32:58.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/tests/test_fields.py
2018-06-27 10:26:38.000000000 +0200
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
# Copyright 2013 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
@@ -13,6 +14,7 @@
# under the License.
import datetime
+import warnings
import iso8601
import mock
@@ -158,7 +160,7 @@
self.coerce_good_values = [
('foo', 'foo'), (1, '1'), (1.0, '1.0'), (True, 'True')]
if six.PY2:
- self.coerce_good_values += [(long(1), '1')]
+ self.coerce_good_values += [(long(1), '1')] # noqa
self.coerce_bad_values = [None]
self.to_primitive_values = self.coerce_good_values[0:1]
self.from_primitive_values = self.coerce_good_values[0:1]
@@ -284,6 +286,9 @@
('da66a411-af0e-4829-9b67-475017ddz152',
'da66a411-af0e-4829-9b67-475017ddz152'),
('fake_uuid', 'fake_uuid'),
+ (u'fake_uāid', u'fake_uāid'),
+ (b'fake_u\xe1id'.decode('latin_1'),
+ b'fake_u\xe1id'.decode('latin_1')),
('1', '1'),
(1, '1')
]
@@ -296,6 +301,11 @@
self.test_from_primitive()
self.test_to_primitive()
+ def test_validation_warning_can_be_escalated_to_exception(self):
+ warnings.filterwarnings(action='error')
+ self.assertRaises(FutureWarning, self.field.coerce, 'obj', 'attr',
+ 'not a uuid')
+
def test_get_schema(self):
field = fields.UUIDField()
schema = field.get_schema()
@@ -803,6 +813,15 @@
def test_stringify(self):
self.assertEqual('set([1,2])', self.field.stringify(set([1, 2])))
+ def test_repr(self):
+ self.assertEqual("Set(default=<class 'oslo_versionedobjects.fields."
+ "UnspecifiedDefault'>,nullable=False)",
+ repr(self.field))
+ self.assertEqual("Set(default=set([]),nullable=False)",
+ repr(fields.SetOfIntegersField(default=set())))
+ self.assertEqual("Set(default=set([1,a]),nullable=False)",
+ repr(fields.SetOfIntegersField(default={1, 'a'})))
+
class TestListOfSetsOfIntegers(TestField):
def setUp(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/tests/test_fixture.py
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/tests/test_fixture.py
---
old/oslo.versionedobjects-1.31.2/oslo_versionedobjects/tests/test_fixture.py
2018-01-27 22:32:58.000000000 +0100
+++
new/oslo.versionedobjects-1.33.3/oslo_versionedobjects/tests/test_fixture.py
2018-06-27 10:26:38.000000000 +0200
@@ -601,6 +601,20 @@
self.assertEqual(expected_fp, fp, "_get_fingerprint() did not "
"generate a correct fingerprint.")
+ def test_get_fingerprint_with_defaulted_set(self):
+ class ClassWithDefaultedSetField(base.VersionedObject):
+ VERSION = 1.0
+ fields = {
+ 'empty_default': fields.SetOfIntegersField(default=set()),
+ 'non_empty_default': fields.SetOfIntegersField(default={1, 2})
+ }
+ self._add_class(self.obj_classes, ClassWithDefaultedSetField)
+
+ # it is expected that this hash is stable across python versions
+ expected = '1.0-bcc44920f2f727eca463c6eb4fe8445b'
+ actual = self.ovc._get_fingerprint(ClassWithDefaultedSetField.__name__)
+ self.assertEqual(expected, actual)
+
def test_get_dependencies(self):
# Make sure _get_dependencies() generates a correct tree when parsing
# an object
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/releasenotes/source/index.rst
new/oslo.versionedobjects-1.33.3/releasenotes/source/index.rst
--- old/oslo.versionedobjects-1.31.2/releasenotes/source/index.rst
2018-01-27 22:32:58.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/releasenotes/source/index.rst
2018-06-27 10:26:38.000000000 +0200
@@ -6,5 +6,6 @@
:maxdepth: 1
unreleased
+ queens
pike
ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
new/oslo.versionedobjects-1.33.3/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
---
old/oslo.versionedobjects-1.31.2/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2018-01-27 22:32:58.000000000 +0100
+++
new/oslo.versionedobjects-1.33.3/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2018-06-27 10:26:38.000000000 +0200
@@ -1,17 +1,18 @@
# Andi Chandler <[email protected]>, 2017. #zanata
+# Andi Chandler <[email protected]>, 2018. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.versionedobjects Release Notes 1.28.1.dev2\n"
+"Project-Id-Version: oslo.versionedobjects Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-10-09 03:31+0000\n"
+"POT-Creation-Date: 2018-02-13 18:33+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2017-10-21 09:00+0000\n"
+"PO-Revision-Date: 2018-02-06 11:26+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: English (United Kingdom)\n"
-"Language: en-GB\n"
-"X-Generator: Zanata 3.9.6\n"
+"Language: en_GB\n"
+"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
msgid "1.19.0"
@@ -32,5 +33,8 @@
msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"
+msgid "Queens Series Release Notes"
+msgstr "Queens Series Release Notes"
+
msgid "oslo.versionedobjects Release Notes"
msgstr "oslo.versionedobjects Release Notes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.versionedobjects-1.31.2/releasenotes/source/queens.rst
new/oslo.versionedobjects-1.33.3/releasenotes/source/queens.rst
--- old/oslo.versionedobjects-1.31.2/releasenotes/source/queens.rst
1970-01-01 01:00:00.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/releasenotes/source/queens.rst
2018-06-27 10:26:38.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Queens Series Release Notes
+===================================
+
+.. release-notes::
+ :branch: stable/queens
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/requirements.txt
new/oslo.versionedobjects-1.33.3/requirements.txt
--- old/oslo.versionedobjects-1.31.2/requirements.txt 2018-01-27
22:33:25.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/requirements.txt 2018-06-27
10:26:38.000000000 +0200
@@ -2,14 +2,14 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
six>=1.10.0 # MIT
-oslo.concurrency>=3.20.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+oslo.concurrency>=3.26.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
oslo.context>=2.19.2 # Apache-2.0
oslo.messaging>=5.29.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
iso8601>=0.1.11 # MIT
-oslo.log>=3.30.0 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
WebOb>=1.7.1 # MIT
netaddr>=0.7.18 # BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/test-requirements.txt
new/oslo.versionedobjects-1.33.3/test-requirements.txt
--- old/oslo.versionedobjects-1.31.2/test-requirements.txt 2018-01-27
22:33:25.000000000 +0100
+++ new/oslo.versionedobjects-1.33.3/test-requirements.txt 2018-06-27
10:26:38.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
-oslotest>=1.10.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
testtools>=2.2.0 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
jsonschema<3.0.0,>=2.6.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.versionedobjects-1.31.2/tox.ini
new/oslo.versionedobjects-1.33.3/tox.ini
--- old/oslo.versionedobjects-1.31.2/tox.ini 2018-01-27 22:33:25.000000000
+0100
+++ new/oslo.versionedobjects-1.33.3/tox.ini 2018-06-27 10:26:38.000000000
+0200
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py27,pypy,pep8
+envlist = py35,py27,pep8
[testenv]
setenv =
@@ -8,11 +8,15 @@
BRANCH_NAME=master
install_command = pip install {opts} {packages}
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
+[testenv:py27]
+basepython = python2.7
+
[testenv:pep8]
+basepython = python3
deps =
-r{toxinidir}/test-requirements.txt
commands =
@@ -21,13 +25,16 @@
bandit -r oslo_versionedobjects tests -n5 --skip B303
[testenv:venv]
+basepython = python3
commands = {posargs}
[testenv:docs]
+basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:cover]
+basepython = python3
commands = python setup.py test --coverage
--coverage-package-name=oslo_versionedobjects --testr-args='{posargs}'
[flake8]
@@ -41,14 +48,14 @@
[hacking]
import_exceptions = oslo_versionedobjects._i18n
-[testenv:pip-missing-reqs]
-# do not install test-requirements as that will pollute the virtualenv for
-# determining missing packages
-# this also means that pip-missing-reqs must be installed separately, outside
-# of the requirements.txt files
-deps = pip_missing_reqs
-commands = pip-missing-reqs -d --ignore-module=oslo_versionedobjects*
--ignore-module=pkg_resources --ignore-file=oslo_versionedobjects/test.py
--ignore-file=oslo_versionedobjects/tests/* oslo_versionedobjects
-
[testenv:releasenotes]
+basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html
releasenotes/source releasenotes/build/html
+
+[testenv:lower-constraints]
+basepython = python3
+deps =
+ -c{toxinidir}/lower-constraints.txt
+ -r{toxinidir}/test-requirements.txt
+ -r{toxinidir}/requirements.txt