Hello community,

here is the log from the commit of package python-oslo.db for openSUSE:Factory 
checked in at 2017-02-21 13:42:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.db (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.db.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.db"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes    
2016-10-06 12:45:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes       
2017-02-21 13:42:03.346490581 +0100
@@ -1,0 +2,56 @@
+Mon Feb 13 09:26:28 UTC 2017 - [email protected]
+
+- update to version 4.17.0:
+  - migration: don't assume the mixin use provision
+  - Support MariaDB error 1927
+  - exc_filters: fix deadlock detection for percona xtradb cluster
+  - Strip prefix `migrate_` in parameter `migrate_engine`
+  - Fix exc_filters for mysql-python
+  - standardize release note page ordering
+  - Enable release notes translation
+  - Enhanced fixtures for enginefacade-based provisioning
+  - Fix marker checking when value is None
+  - Correctly detect incomplete sort_keys passed to paginate_query
+  - Update reno for stable/newton
+  - Add DBDataError for "Data too long"
+  - OpenStack typo
+  - Show team and repo badges on README
+  - Replaces uuid.uuid4 with uuidutils.generate_uuid()
+  - Modify word "whetever" to "whether"
+  - SoftDeleteMixin: coerce deleted param to be an integer
+  - Don't run LegacyBaseClass provision test for unavailable database
+  - docs: mention that it's possible to use Connection directly
+  - Restore provisioning of DBs in legacy test base
+  - Add a specific exception for 'unknown database' errors
+  - SoftDeleteMixin: allow for None values
+  - Check if an index on given columns exists
+  - Add Constraints support
+  - Add additional caution looking for table, info
+  - Fix DBReferenceError and DBNonExistentTable with new PyMySQL version
+  - utils: deprecate InsertFromSelect properly
+  - Change assertTrue(isinstance()) by optimal assert
+  - Changed the home-page link
+  - Break optimize_db_test_loader into package and module level
+  - utils: fix get_unique_keys() when model has no table attached to it
+  - Support packet sequence wrong error
+  - Using new style assertions instead of  old style assertions
+  - Ensure provision_new_database is True by default
+  - Updated from global requirements
+  - Adjust SAVEPOINT cause test for SQLA 1.1
+
+-------------------------------------------------------------------
+Thu Jan 12 21:10:15 UTC 2017 - [email protected]
+
+- update to 4.13.5:
+  * Support packet sequence wrong error
+  * exc_filters: fix deadlock detection for percona xtradb cluster
+
+-------------------------------------------------------------------
+Fri Dec 23 12:42:25 UTC 2016 - [email protected]
+
+- update to version 4.13.4:
+  - Support MariaDB error 1927
+  - Updated from global requirements
+  - Backport fix exc_filters for mysql-python
+
+-------------------------------------------------------------------

Old:
----
  oslo.db-4.13.3.tar.gz

New:
----
  oslo.db-4.17.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.db.spec ++++++
--- /var/tmp/diff_new_pack.YXOmHk/_old  2017-02-21 13:42:03.742434724 +0100
+++ /var/tmp/diff_new_pack.YXOmHk/_new  2017-02-21 13:42:03.742434724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.db
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,7 @@
 
 %global sname oslo.db
 Name:           python-oslo.db
-Version:        4.13.3
+Version:        4.17.0
 Release:        0
 Summary:        OpenStack oslo.db library
 License:        Apache-2.0
@@ -27,7 +27,7 @@
 Source0:        
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-MySQL-python
-BuildRequires:  python-PyMySQL >= 0.6.2
+BuildRequires:  python-PyMySQL >= 0.7.6
 BuildRequires:  python-alembic >= 0.8.4
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
@@ -35,11 +35,11 @@
 BuildRequires:  python-fixtures >= 3.0.0
 BuildRequires:  python-mock >= 2.0
 BuildRequires:  python-oslo.config >= 3.14.0
-BuildRequires:  python-oslo.context >= 2.6.0
+BuildRequires:  python-oslo.context >= 2.9.0
 BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.utils >= 3.16.0
+BuildRequires:  python-oslo.utils >= 3.18.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 1.8
 BuildRequires:  python-psycopg2 >= 2.5
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-reno >= 1.8.0
@@ -47,19 +47,20 @@
 BuildRequires:  python-sqlalchemy-migrate >= 0.9.6
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testresources >= 0.2.4
+BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
-Requires:       python-PyMySQL >= 0.6.2
+Requires:       python-PyMySQL >= 0.7.6
 Requires:       python-SQLAlchemy >= 1.0.10
 Requires:       python-alembic >= 0.8.4
 Requires:       python-debtcollector >= 1.2.0
 Requires:       python-oslo.config >= 3.14.0
-Requires:       python-oslo.context >= 2.6.0
+Requires:       python-oslo.context >= 2.9.0
 Requires:       python-oslo.i18n >= 2.1.0
-Requires:       python-oslo.utils >= 3.16.0
+Requires:       python-oslo.utils >= 3.18.0
 Requires:       python-psycopg2 >= 2.5
 Requires:       python-six >= 1.9.0
 Requires:       python-sqlalchemy-migrate >= 0.9.6
-Requires:       python-stevedore >= 1.16.0
+Requires:       python-stevedore >= 1.17.1
 BuildArch:      noarch
 
 %description
@@ -73,13 +74,14 @@
 Summary:        Documentation for the Oslo database handling library
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for the Oslo database handling library.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %{py2_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.YXOmHk/_old  2017-02-21 13:42:03.782429082 +0100
+++ /var/tmp/diff_new_pack.YXOmHk/_new  2017-02-21 13:42:03.782429082 +0100
@@ -1,11 +1,12 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/oslo.db/oslo.db.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/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/newton/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">[email protected]</param>
+    <param name="changelog-provider">gh,openstack,oslo.db</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
   </service>
   <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ oslo.db-4.13.3.tar.gz -> oslo.db-4.17.0.tar.gz ++++++
++++ 3318 lines of diff (skipped)


Reply via email to