Hello community, here is the log from the commit of package python-oslo.db for openSUSE:Factory checked in at 2016-10-06 12:45:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-19 12:14:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.db.new/python-oslo.db.changes 2016-10-06 12:45:13.000000000 +0200 @@ -1,0 +2,79 @@ +Fri Sep 30 13:37:35 UTC 2016 - [email protected] + +- update to 4.13.3 + +------------------------------------------------------------------- +Tue Aug 30 16:20:11 UTC 2016 - [email protected] + +- update to version 4.13.0 + * Link enginefacade to test database provisioning + * Display full reason for backend not available + * Fix parameters of assertEqual are misplaced + * Add logging_name to enginefacade config + * release notes: mention changes in wrap_db_retry() + * Deprecate argument sqlite_db in method set_defaults + * Updated from global requirements + * Add test helpers to enginefacade + +------------------------------------------------------------------- +Fri Aug 26 20:44:57 UTC 2016 - [email protected] + +- update to version 4.11.0 + * Memoize sys.exc_info() before attempting a savepoint rollback + * Add a hook to process newly created engines + * Set a min and max on the connection_debug option + * Consolidate pifpaf commands into variables + * Add dispose_pool() method to enginefacade context, factory + * Fixed unit tests running on Windows + * Capture DatabaseError for deadlock check + * tox: add py35 envs for convenience + * Set max pool size default to 5 + * Updated from global requirements + * Remove discover from setup.cfg + +------------------------------------------------------------------- +Wed Aug 10 14:39:02 UTC 2016 - [email protected] + +- update to version 4.8.0 + * Add tests for float interval values in wrap_db_retry() + * Imported Translations from Zanata + * Add debtcollector to requirements + * Fix typo: 'olso' to 'oslo' + * api: do not log a traceback if error is not expected + * Replace tempest-lib dependency with os-testr + * Add new filter for DBDataError exception + * api: always enable retry_on_request + * exc_filters: catch and translate non existent constraint on drop + * Deprecate config option sqlite_db for removal + * api: use sane default in wrap_db_retry() + * Fix spelling mistake + * Update reno for stable/mitaka + * tests: fix order of assertEqual in exc_filter + * exception: make message mandatory in DbMigrationError and deprecates it + * Make it possible to use enginefacade decorators with class methods + * Fix unit tests failures, when psycopg2 is not installed + * Fix server_default comparison for BigInteger + * Remove unused sqlite_fk in _init_connection_args call + * Fix typos in comments and docstring + * Catch empty value DBDuplicate errors + * Remove sqlalchemy < 1.0.0 compatible layer + * Let enginefacade._TransactionContextManager look for context + * Remove direct dependency on babel + * Correct docstring + * Repair boolean CHECK constraint detection + * Add support for LONGTEXT, MEDIUMTEXT to JsonEncodedType + * Raise DbMigrationError for invalid version + * exc_filters: catch and translate non existent table on drop + * Remove oslo-incubator related stuff + * Fix imports in doc + * Allow testing of MySQL and PostgreSQL scenario locally + * Add support for custom JSON serializer + * Updated from global requirements + +------------------------------------------------------------------- +Mon Jul 4 15:47:30 UTC 2016 - [email protected] + +- Switch to upstream .spec file +- Use renderspec source service to update .spec.j2 template + +------------------------------------------------------------------- Old: ---- oslo.db-4.7.0.tar.gz rpmlintrc New: ---- oslo.db-4.13.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.db.spec ++++++ --- /var/tmp/diff_new_pack.B9a7y1/_old 2016-10-06 12:45:15.000000000 +0200 +++ /var/tmp/diff_new_pack.B9a7y1/_new 2016-10-06 12:45:15.000000000 +0200 @@ -16,107 +16,93 @@ # -%define component oslo_db - -%define version_unconverted 4.7.0 - +%global sname oslo.db Name: python-oslo.db -Version: 4.7.0 +Version: 4.13.3 Release: 0 -Url: https://launchpad.net/oslo/ -Summary: OpenStack DB API +Summary: OpenStack oslo.db library License: Apache-2.0 Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/o/oslo.db/oslo.db-%{version}.tar.gz -Source99: rpmlintrc -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes -BuildRequires: openstack-suse-macros +Url: https://launchpad.net/%{sname} +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-alembic >= 0.8.4 +BuildRequires: python-debtcollector >= 1.2.0 BuildRequires: python-devel -BuildRequires: python-oslo.config -BuildRequires: python-pbr -Requires: python-Babel >= 1.3 +BuildRequires: python-eventlet >= 0.18.2 +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.i18n >= 2.1.0 +BuildRequires: python-oslo.utils >= 3.16.0 +BuildRequires: python-oslotest >= 1.10.0 +BuildRequires: python-pbr >= 1.6 +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-sqlalchemy-migrate >= 0.9.6 +BuildRequires: python-testrepository >= 0.0.18 +BuildRequires: python-testresources >= 0.2.4 +BuildRequires: python-testtools >= 1.4.0 Requires: python-PyMySQL >= 0.6.2 Requires: python-SQLAlchemy >= 1.0.10 -Requires: python-alembic >= 0.8.0 -Requires: python-oslo.config >= 3.7.0 -Requires: python-oslo.context >= 0.2.0 +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.i18n >= 2.1.0 -Requires: python-oslo.utils >= 3.5.0 +Requires: python-oslo.utils >= 3.16.0 Requires: python-psycopg2 >= 2.5 Requires: python-six >= 1.9.0 Requires: python-sqlalchemy-migrate >= 0.9.6 -Requires: python-stevedore >= 1.5.0 -Requires: python-testresources >= 0.2.4 -%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()")} -%else +Requires: python-stevedore >= 1.16.0 BuildArch: noarch -%endif %description -The Oslo DB library is a project to have a common DB -abstraction independent of the actual DB being used. +The OpenStack Oslo database handling library. Provides database connectivity +to the different backends and helper utils. +* Documentation: http://docs.openstack.org/developer/oslo.db +* Source: http://git.openstack.org/cgit/openstack/oslo.db +* Bugs: http://bugs.launchpad.net/oslo %package doc -Summary: OpenStack DB API - Documentation -Group: Documentation/HTML -Requires: %{name} = %{version} +Summary: Documentation for the Oslo database handling library +Group: Documentation BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx +BuildRequires: python-oslosphinx >= 2.5.0 %description doc -This package contains documentation files for %{name}. - -%package test -Summary: OpenStack DB API - test suite -Group: System/Management -Requires: %{name} = %{version} -Requires: python-PyMySQL >= 0.6.2 -Requires: python-fixtures >= 1.3.1 -Requires: python-oslotest >= 1.10.0 -Requires: python-python-subunit >= 0.0.18 -Requires: python-tempest-lib >= 0.14.0 -Requires: python-testrepository >= 0.0.18 -Requires: python-testscenarios >= 0.4 -Requires: python-testtools >= 1.4.0 - -%description test -This package contains testsuite files for %{name}. +Documentation for the Oslo database handling library. %prep -%setup -q -n oslo.db-%{version} +%setup -q -n %{sname}-%{version} %build -%{__python2} setup.py build +%{py2_build} # generate html docs -sphinx-build doc/source html +%{__python2} setup.py build_sphinx # remove the sphinx-build leftovers -rm -rf html/.{doctrees,buildinfo} +rm -rf doc/build/html/.{doctrees,buildinfo} %install -%{__python2} setup.py install --skip-build --root %{buildroot} -%fdupes doc +%{py2_install} -%openstack_test_package_install +%check +%{__python2} setup.py testr %files -%defattr(-,root,root,-) -%doc LICENSE README.rst AUTHORS -%dir %{python2_sitelib}/oslo_db +%license LICENSE +%doc README.rst ChangeLog %{python2_sitelib}/oslo_db %{python2_sitelib}/*.egg-info -# Part of test subpackage -%exclude %{python2_sitelib}/%{component}/tests/ %files doc -%defattr(-,root,root,-) -%doc LICENSE html - -%files test -%defattr(-,root,root,-) -%{python2_sitelib}/%{component}/tests/ -%{_localstatedir}/lib/%{name}-test/ +%license LICENSE +%doc doc/build/html %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.B9a7y1/_old 2016-10-06 12:45:15.000000000 +0200 +++ /var/tmp/diff_new_pack.B9a7y1/_new 2016-10-06 12:45:15.000000000 +0200 @@ -1,13 +1,11 @@ <services> - <service mode="disabled" name="download_files"> - <param name="changesgenerate">enable</param> - </service> - <service mode="disabled" name="set_version"> - <param name="basename">oslo.db</param> + <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="output-name">python-oslo.db.spec</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/global-requirements.txt</param> </service> - <service mode="disabled" name="python_requires"> - </service> - <service name="refresh_patches" mode="disabled"> + <service mode="disabled" name="download_files"> <param name="changesgenerate">enable</param> </service> + <service name="format_spec_file" mode="disabled"/> </services> ++++++ oslo.db-4.7.0.tar.gz -> oslo.db-4.13.3.tar.gz ++++++ ++++ 5342 lines of diff (skipped)
