Hello community, here is the log from the commit of package python-oslo.db for openSUSE:Factory checked in at 2018-01-24 15:27:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.db (Old) and /work/SRC/openSUSE:Factory/.python-oslo.db.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.db" Wed Jan 24 15:27:40 2018 rev:12 rq:567273 version:4.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes 2017-08-28 15:32:28.599600879 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes 2018-01-24 15:27:43.334169560 +0100 @@ -1,0 +2,36 @@ +Mon Jan 15 11:52:16 UTC 2018 - [email protected] + +- update to version 4.32.0 + - Add requirements.txt for docs builds + - Remove AutoString* in ndb.py + - Imported Translations from Zanata + - Migrate to zuulv3 - move legacy jobs to project + - Remove class InsertFromSelect + - Zuul: add file extension to playbook path + - Add new foreign key utility function to utils + - Remove kwarg retry_on_request in wrap_db_retry + - Use assertRegex instead of assertRegexpMatches + - Remove deprecation warning when loading tests/sqlalchemy + - Test illegal "boolean" values without Boolean datatype + - Replace six.iteritems() with .items() + - Remove class TransactionResource + - Remove provisioned_engine in class BackendImpl + - Handle deprecation of inspect.getargspec + - Drop MySQL-python dependency from oslo.db + - Fix pagination when marker value is None + - Use skipTest() method instead of deprecated skip() + - Remove method get_connect_string and is_backend_avail + - Rename idle_timeout to connection_recycle_time + - Throw DBMigrationError instead of DbMigrationError. + - Log an exception when reconnect-to-disconnected occurs + - Update the documentation link + - Remove property message for DBInvalidUnicodeParameter and InvalidSortKey + - Replace ndb "auto" types with unified String + - Update reno for stable/pike + - Remove method provisioned_engine in class Backend + - Remove setting of version/release from releasenotes + - Let others listen to SQLAlchemy errors + - Workaround non-compatible type.adapt() for SQLAlchemy < 1.1 + - Updated from global requirements + +------------------------------------------------------------------- Old: ---- oslo.db-4.25.0.tar.gz New: ---- oslo.db-4.32.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.db.spec ++++++ --- /var/tmp/diff_new_pack.yg5hSk/_old 2018-01-24 15:27:43.962140189 +0100 +++ /var/tmp/diff_new_pack.yg5hSk/_new 2018-01-24 15:27:43.962140189 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oslo.db # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -16,15 +16,14 @@ # -%global sname oslo.db Name: python-oslo.db -Version: 4.25.0 +Version: 4.32.0 Release: 0 Summary: OpenStack oslo.db library License: Apache-2.0 Group: Development/Languages/Python -Url: https://launchpad.net/%{sname} -Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz +Url: https://launchpad.net/oslo.db +Source0: https://files.pythonhosted.org/packages/source/o/oslo.db/oslo.db-4.32.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-PyMySQL >= 0.7.6 BuildRequires: python-alembic >= 0.8.10 @@ -32,32 +31,32 @@ BuildRequires: python-devel BuildRequires: python-eventlet >= 0.18.2 BuildRequires: python-fixtures >= 3.0.0 -BuildRequires: python-mock >= 2.0 -BuildRequires: python-oslo.config >= 4.0.0 -BuildRequires: python-oslo.context >= 2.14.0 -BuildRequires: python-oslo.i18n >= 2.1.0 -BuildRequires: python-oslo.utils >= 3.20.0 +BuildRequires: python-mock >= 2.0.0 +BuildRequires: python-oslo.config >= 4.6.0 +BuildRequires: python-oslo.context >= 2.19.2 +BuildRequires: python-oslo.i18n >= 3.15.3 +BuildRequires: python-oslo.utils >= 3.31.0 BuildRequires: python-oslotest >= 1.10.0 BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-psycopg2 >= 2.5 -BuildRequires: python-python-subunit >= 0.0.18 -BuildRequires: python-reno >= 1.8.0 -BuildRequires: python-six >= 1.9.0 +BuildRequires: python-psycopg2 >= 2.6.2 +BuildRequires: python-python-subunit >= 1.0.0 +BuildRequires: python-reno >= 2.5.0 +BuildRequires: python-six >= 1.10.0 BuildRequires: python-sqlalchemy-migrate >= 0.11.0 BuildRequires: python-testrepository >= 0.0.18 -BuildRequires: python-testresources >= 0.2.4 +BuildRequires: python-testresources >= 2.0.0 BuildRequires: python-testscenarios >= 0.4 -BuildRequires: python-testtools >= 1.4.0 +BuildRequires: python-testtools >= 2.2.0 Requires: python-PyMySQL >= 0.7.6 Requires: python-SQLAlchemy >= 1.0.10 Requires: python-alembic >= 0.8.10 Requires: python-debtcollector >= 1.2.0 -Requires: python-oslo.config >= 4.0.0 -Requires: python-oslo.context >= 2.14.0 -Requires: python-oslo.i18n >= 2.1.0 -Requires: python-oslo.utils >= 3.20.0 -Requires: python-psycopg2 >= 2.5 -Requires: python-six >= 1.9.0 +Requires: python-oslo.config >= 4.6.0 +Requires: python-oslo.context >= 2.19.2 +Requires: python-oslo.i18n >= 3.15.3 +Requires: python-oslo.utils >= 3.31.0 +Requires: python-psycopg2 >= 2.6.2 +Requires: python-six >= 1.10.0 Requires: python-sqlalchemy-migrate >= 0.11.0 Requires: python-stevedore >= 1.20.0 BuildArch: noarch @@ -71,15 +70,15 @@ %package doc Summary: Documentation for the Oslo database handling library -Group: Documentation +Group: Documentation/HTML BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.11.0 +BuildRequires: python-openstackdocstheme >= 1.17.0 %description doc Documentation for the Oslo database handling library. %prep -%autosetup -n %{sname}-%{version} +%autosetup -p1 -n oslo.db-4.32.0 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yg5hSk/_old 2018-01-24 15:27:43.994138692 +0100 +++ /var/tmp/diff_new_pack.yg5hSk/_new 2018-01-24 15:27:43.998138505 +0100 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.db/oslo.db.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.db/oslo.db.spec.j2</param> <param name="output-name">python-oslo.db.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,oslo.db</param> </service> ++++++ oslo.db-4.25.0.tar.gz -> oslo.db-4.32.0.tar.gz ++++++ ++++ 2779 lines of diff (skipped)
