Hello community,

here is the log from the commit of package python-oslo.db for openSUSE:Factory 
checked in at 2015-07-12 22:52:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2014-08-27 07:47:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes       
2015-07-12 22:52:35.000000000 +0200
@@ -1,0 +2,80 @@
+Sun Sep 21 09:11:23 UTC 2014 - [email protected]
+
+- Update to version 1.0.1:
+  * Fixup Fixtures Use in db test classes
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Add a check for SQLite transactional state
+  * Let oslotest manage the six.move setting for mox
+  * Fix DBReferenceError on MySQL and SQLite
+  * Renaming in WalkVersionsMixin
+  * Clean up documentation
+  * Use single quotes for db schema sanity check
+  * warn against sorting requirements
+  * ModelsMigrationsSync:Override compare_server_default
+  * Updated from global requirements
+  * Imported Translations from Transifex
+  * Add doc8 to tox environment docs
+  * Use oslo.i18n
+  * Repair pysqlite transaction support
+  * Extract logging setup into a separate function
+  * Updated from global requirements
+  * Remove reliance on create_engine() from TestsExceptionFilter
+  * Consolidate sqlite and mysql event listeners
+  * Use dialect dispatch for engine initiailization
+  * Add get_non_innodb_tables() to utils
+  * Added check to see whether oslotest is installed
+- Add python-oslo.i18n as Requires according to requirements.txt
+- Adjust Requires version according to requirements.txt
+
+-------------------------------------------------------------------
+Tue Aug 26 09:47:33 UTC 2014 - [email protected]
+
+- update to 0.4.0:
+  * Implement a dialect-level function dispatch system
+  * Move to oslo.utils
+  * Restore correct source file encodings
+  * Handle DB2 SmallInteger type for change_deleted_column_type_to_boolean
+  * Imported Translations from Transifex
+  * Fixes comments to pass E265 check
+  * Fixes indentations to pass E128 check
+  * Uses keyword params for i18n string to pass H703
+  * Adds empty line to multilines docs to pass H405
+  * Updates one line docstring with dot to pass H402
+  * Changes import orders to pass H305 check
+  * Fixed DeprecationWarning in exc_filters
+  * Imported Translations from Transifex
+  * oslo.db.exceptions module documentation
+  * Updated from global requirements
+  * Extension of DBDuplicateEntry exception
+  * oslo.db.options module documentation
+  * oslo.db.api module documentation
+  * Imported Translations from Transifex
+  * Use SQLAlchemy cursor execute events for tracing
+  * Remove sqla_07 from tox.ini
+  * Updated from global requirements
+  * Specify raise_on_warnings=False for mysqlconnector
+  * Make MySQL regexes generic across MySQL drivers
+  * Allow tox tests with complex OS_TEST_DBAPI_CONNECTION URLs
+  * Raise DBReferenceError on foreign key violation
+  * Add host argument to get_connect_string()
+  * Imported Translations from Transifex
+  * Don't drop pre-existing database before tests
+  * Port _is_db_connection_error check to exception filters
+  * Integrate the ping listener into the filter system
+  * Add disconnect modification support to exception handling
+  * Implement new exception interception and filtering layer
+  * Implement the SQLAlchemy ``handle_error()`` event
+  * Remove moxstubout.py from oslo.db
+  * Added check for DB2 deadlock error
+  * Bump hacking to version 0.9.2
+  * Opportunistic migration tests
+  * Move all db exception to exception.py
+  * Enable skipped tests from test_models.py
+  * Use explicit loops instead of list comprehensions
+  * Imported Translations from Transifex
+  * Allow usage of several iterators on ModelBase
+  * Add DBDuplicateEntry detection for mysqlconnector driver
+  * Check for mysql_sql_mode is not None in create_engine()
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.db.spec ++++++
--- /var/tmp/diff_new_pack.tAvCO3/_old  2015-07-12 22:52:36.000000000 +0200
+++ /var/tmp/diff_new_pack.tAvCO3/_new  2015-07-12 22:52:36.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define component oslo
 Name:           python-oslo.db
-Version:        0.2.0
+Version:        1.0.1
 Release:        0
 Url:            https://launchpad.net/oslo/
 Summary:        OpenStack DB API
@@ -33,12 +33,14 @@
 BuildRequires:  python-oslosphinx
 BuildRequires:  python-pbr
 Requires:       python-Babel >= 1.3
-Requires:       python-PyYAML >= 3.1
-Requires:       python-eventlet >= 0.13
+Requires:       python-SQLAlchemy >= 0.8.4
+Requires:       python-alembic >= 0.6.4
 Requires:       python-iso8601 >= 0.1.9
-Requires:       python-kombu >= 2.4.8
-Requires:       python-oslo.config >= 1.2.1
-Requires:       python-six >= 1.7
+Requires:       python-oslo.config >= 1.4
+Requires:       python-oslo.i18n >= 0.3.0
+Requires:       python-oslo.utils >= 0.3.0
+Requires:       python-psycopg2
+Requires:       python-sqlalchemy-migrate >= 0.9.1
 Requires:       python-stevedore >= 0.14
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -67,8 +69,6 @@
 Requires:       python-discover
 %endif
 Requires:       python-fixtures >= 0.3.14
-Requires:       python-mock >= 1
-Requires:       python-mox3 >= 0.7
 Requires:       python-oslotest
 Requires:       python-python-subunit >= 0.0.18
 Requires:       python-testrepository >= 0.0.18

++++++ oslo.db-0.2.0.tar.gz -> oslo.db-1.0.1.tar.gz ++++++
++++ 8542 lines of diff (skipped)



Reply via email to