Hello community, here is the log from the commit of package python-oslo.db for openSUSE:Factory checked in at 2020-10-26 16:16:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.db (Old) and /work/SRC/openSUSE:Factory/.python-oslo.db.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.db" Mon Oct 26 16:16:40 2020 rev:21 rq:841208 version:8.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.db/python-oslo.db.changes 2020-06-05 20:16:11.774976451 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.db.new.3463/python-oslo.db.changes 2020-10-26 16:17:18.134982852 +0100 @@ -1,0 +2,24 @@ +Fri Oct 9 19:03:06 UTC 2020 - [email protected] + +- update to version 8.4.0 + - Remove the unused coding style modules + - Update master for stable/ussuri + - requirements: Drop os-testr + - [goal] Migrate testing to ubuntu focal + - Remove use of deprecated LOG.warn + - Add py38 package metadata + - Make test-setup.sh compatible with mysql8 + - Remove translation sections from setup.cfg + - Switch to newer openstackdocstheme and reno versions + - Bump default tox env from py37 to py38 + - Set create_constraint=True for boolean constraint test + - Modernize use of table.count() with func.count() + - Align contributing doc with oslo's policy + - Fix hacking min version to 3.0.1 + - Fix pygments style + - Add Python3 victoria unit tests + - Imported Translations from Zanata + - Bump bandit version + - Add release notes links to doc index + +------------------------------------------------------------------- Old: ---- oslo.db-8.1.0.tar.gz New: ---- oslo.db-8.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.db.spec ++++++ --- /var/tmp/diff_new_pack.mErPO4/_old 2020-10-26 16:17:19.866984244 +0100 +++ /var/tmp/diff_new_pack.mErPO4/_new 2020-10-26 16:17:19.870984248 +0100 @@ -17,13 +17,13 @@ Name: python-oslo.db -Version: 8.1.0 +Version: 8.4.0 Release: 0 Summary: OpenStack oslo.db library License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/oslo.db -Source0: https://files.pythonhosted.org/packages/source/o/oslo.db/oslo.db-8.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.db/oslo.db-8.4.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PyMySQL BuildRequires: python3-alembic >= 0.9.6 @@ -40,7 +40,6 @@ BuildRequires: python3-psycopg2 BuildRequires: python3-python-subunit BuildRequires: python3-reno -BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-sqlalchemy-migrate >= 0.11.0 BuildRequires: python3-stestr @@ -94,7 +93,7 @@ Documentation for the Oslo database handling library. %prep -%autosetup -p1 -n oslo.db-8.1.0 +%autosetup -p1 -n oslo.db-8.4.0 %py_req_cleanup %build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.mErPO4/_old 2020-10-26 16:17:19.898984270 +0100 +++ /var/tmp/diff_new_pack.mErPO4/_new 2020-10-26 16:17:19.898984270 +0100 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/oslo.db/oslo.db.spec.j2</param> + <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/oslo.db/oslo.db.spec.j2</param> <param name="output-name">python-oslo.db.spec</param> - <param name="requirements">https://opendev.org/openstack/oslo.db/raw/branch/stable/ussuri/requirements.txt</param> + <param name="requirements">https://opendev.org/openstack/oslo.db/raw/branch/stable/victoria/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,oslo.db</param> </service> ++++++ oslo.db-8.1.0.tar.gz -> oslo.db-8.4.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/.zuul.yaml new/oslo.db-8.4.0/.zuul.yaml --- old/oslo.db-8.1.0/.zuul.yaml 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/.zuul.yaml 2020-09-11 21:18:17.000000000 +0200 @@ -3,7 +3,7 @@ - check-requirements - lib-forward-testing-python3 - openstack-lower-constraints-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/AUTHORS new/oslo.db-8.4.0/AUTHORS --- old/oslo.db-8.1.0/AUTHORS 2020-04-07 12:08:31.000000000 +0200 +++ new/oslo.db-8.4.0/AUTHORS 2020-09-11 21:20:08.000000000 +0200 @@ -103,6 +103,7 @@ Michael J Fork <[email protected]> Michael Wilson <[email protected]> Mike Bayer <[email protected]> +Moisés Guimarães de Medeiros <[email protected]> Monty Taylor <[email protected]> Morgan Fainberg <[email protected]> Nikita Konovalov <[email protected]> @@ -186,6 +187,7 @@ wingwj <[email protected]> yan.haifeng <[email protected]> zhang-jinnan <[email protected]> +zhangboye <[email protected]> zhangguoqing <[email protected]> zhangyangyang <[email protected]> zhulingjie <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/CONTRIBUTING.rst new/oslo.db-8.4.0/CONTRIBUTING.rst --- old/oslo.db-8.1.0/CONTRIBUTING.rst 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/CONTRIBUTING.rst 2020-09-11 21:18:17.000000000 +0200 @@ -1,3 +1,8 @@ +If you would like to contribute to the development of oslo's libraries, +first you must take a look to this page: + + https://specs.openstack.org/openstack/oslo-specs/specs/policy/contributing.html + ================= How to contribute ================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/ChangeLog new/oslo.db-8.4.0/ChangeLog --- old/oslo.db-8.1.0/ChangeLog 2020-04-07 12:08:31.000000000 +0200 +++ new/oslo.db-8.4.0/ChangeLog 2020-09-11 21:20:08.000000000 +0200 @@ -1,6 +1,41 @@ CHANGES ======= +8.4.0 +----- + +* [goal] Migrate testing to ubuntu focal +* Bump bandit version + +8.3.0 +----- + +* requirements: Drop os-testr +* Make test-setup.sh compatible with mysql8 + +8.2.1 +----- + +* Fix pygments style +* Set create\_constraint=True for boolean constraint test + +8.2.0 +----- + +* Fix hacking min version to 3.0.1 +* Switch to newer openstackdocstheme and reno versions +* Remove the unused coding style modules +* Remove translation sections from setup.cfg +* Align contributing doc with oslo's policy +* Bump default tox env from py37 to py38 +* Add py38 package metadata +* Imported Translations from Zanata +* Add release notes links to doc index +* Remove use of deprecated LOG.warn +* Add Python3 victoria unit tests +* Update master for stable/ussuri +* Modernize use of table.count() with func.count() + 8.1.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/PKG-INFO new/oslo.db-8.4.0/PKG-INFO --- old/oslo.db-8.1.0/PKG-INFO 2020-04-07 12:08:32.000000000 +0200 +++ new/oslo.db-8.4.0/PKG-INFO 2020-09-11 21:20:08.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: oslo.db -Version: 8.1.0 +Version: 8.4.0 Summary: Oslo Database library Home-page: https://docs.openstack.org/oslo.db/latest Author: OpenStack @@ -48,6 +48,7 @@ Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/babel.cfg new/oslo.db-8.4.0/babel.cfg --- old/oslo.db-8.1.0/babel.cfg 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/babel.cfg 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -[python: **.py] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/doc/requirements.txt new/oslo.db-8.4.0/doc/requirements.txt --- old/oslo.db-8.1.0/doc/requirements.txt 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/doc/requirements.txt 2020-09-11 21:18:17.000000000 +0200 @@ -1,8 +1,8 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -openstackdocstheme>=1.20.0 # Apache-2.0 -sphinx>=1.8.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD doc8>=0.6.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/doc/source/conf.py new/oslo.db-8.4.0/doc/source/conf.py --- old/oslo.db-8.1.0/doc/source/conf.py 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/doc/source/conf.py 2020-09-11 21:18:17.000000000 +0200 @@ -23,15 +23,14 @@ 'stevedore.sphinxext' ] # openstackdocstheme options -repository_name = 'openstack/oslo.db' -bug_project = 'oslo.db' -bug_tag = '' +openstackdocs_repo_name = 'openstack/oslo.db' +openstackdocs_bug_project = 'oslo.db' +openstackdocs_bug_tag = '' # The master toctree document. master_doc = 'index' # General information about the project. -project = u'oslo.db' copyright = u'2014, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. @@ -42,19 +41,17 @@ add_module_names = True # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # A list of ignored prefixes for module index sorting. modindex_common_prefix = ['oslo_db.'] - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. html_theme = 'openstackdocs' - # -- sphinxcontrib.apidoc configuration -------------------------------------- apidoc_module_dir = '../../oslo_db' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/doc/source/index.rst new/oslo.db-8.4.0/doc/source/index.rst --- old/oslo.db-8.1.0/doc/source/index.rst 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/doc/source/index.rst 2020-09-11 21:18:17.000000000 +0200 @@ -14,6 +14,12 @@ user/index reference/index +Release Notes +============= + +Read also the `oslo.db Release Notes +<https://docs.openstack.org/releasenotes/oslo.db/>`_. + Indices and tables ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/lower-constraints.txt new/oslo.db-8.4.0/lower-constraints.txt --- old/oslo.db-8.1.0/lower-constraints.txt 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/lower-constraints.txt 2020-09-11 21:18:17.000000000 +0200 @@ -2,7 +2,7 @@ appdirs==1.3.0 Babel==2.3.4 bandit==1.4.0 -cffi==1.7.0 +cffi==1.14.0 cliff==2.8.0 cmd2==0.8.0 coverage==4.0 @@ -11,35 +11,29 @@ eventlet==0.18.2 extras==1.0.0 fixtures==3.0.0 -flake8==2.5.5 future==0.16.0 gitdb==0.6.4 GitPython==1.0.1 -greenlet==0.4.10 -hacking==0.12.0 +greenlet==0.4.15 iso8601==0.1.11 keystoneauth1==3.4.0 linecache2==1.0.0 Mako==0.4.0 -MarkupSafe==1.0 -mccabe==0.2.1 +MarkupSafe==1.1.1 monotonic==0.6 netaddr==0.7.18 netifaces==0.10.4 os-client-config==1.28.0 -os-testr==1.0.0 oslo.config==5.2.0 oslo.context==2.19.2 oslo.i18n==3.15.3 oslo.utils==3.33.0 oslotest==3.2.0 pbr==2.0.0 -pep8==1.5.7 pifpaf==0.10.0 prettytable==0.7.2 -psycopg2==2.7.0 +psycopg2==2.8.0 pycparser==2.18 -pyflakes==0.8.1 PyMySQL==0.7.6 pyparsing==2.1.0 pyperclip==1.5.27 @@ -47,7 +41,7 @@ python-mimeparse==1.6.0 python-subunit==1.0.0 pytz==2013.6 -PyYAML==3.12 +PyYAML==3.13 requests==2.14.2 requestsexceptions==1.2.0 rfc3986==0.3.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/oslo.db.egg-info/PKG-INFO new/oslo.db-8.4.0/oslo.db.egg-info/PKG-INFO --- old/oslo.db-8.1.0/oslo.db.egg-info/PKG-INFO 2020-04-07 12:08:31.000000000 +0200 +++ new/oslo.db-8.4.0/oslo.db.egg-info/PKG-INFO 2020-09-11 21:20:08.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: oslo.db -Version: 8.1.0 +Version: 8.4.0 Summary: Oslo Database library Home-page: https://docs.openstack.org/oslo.db/latest Author: OpenStack @@ -48,6 +48,7 @@ Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/oslo.db.egg-info/SOURCES.txt new/oslo.db-8.4.0/oslo.db.egg-info/SOURCES.txt --- old/oslo.db-8.1.0/oslo.db.egg-info/SOURCES.txt 2020-04-07 12:08:32.000000000 +0200 +++ new/oslo.db-8.4.0/oslo.db.egg-info/SOURCES.txt 2020-09-11 21:20:08.000000000 +0200 @@ -8,7 +8,6 @@ HACKING.rst LICENSE README.rst -babel.cfg bindep.txt lower-constraints.txt requirements.txt @@ -117,6 +116,7 @@ releasenotes/source/stein.rst releasenotes/source/train.rst releasenotes/source/unreleased.rst +releasenotes/source/ussuri.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/oslo.db.egg-info/pbr.json new/oslo.db-8.4.0/oslo.db.egg-info/pbr.json --- old/oslo.db-8.1.0/oslo.db.egg-info/pbr.json 2020-04-07 12:08:31.000000000 +0200 +++ new/oslo.db-8.4.0/oslo.db.egg-info/pbr.json 2020-09-11 21:20:08.000000000 +0200 @@ -1 +1 @@ -{"git_version": "b903d4e", "is_release": true} \ No newline at end of file +{"git_version": "e42c733", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/oslo.db.egg-info/requires.txt new/oslo.db-8.4.0/oslo.db.egg-info/requires.txt --- old/oslo.db-8.1.0/oslo.db.egg-info/requires.txt 2020-04-07 12:08:31.000000000 +0200 +++ new/oslo.db-8.4.0/oslo.db.egg-info/requires.txt 2020-09-11 21:20:08.000000000 +0200 @@ -1,10 +1,10 @@ -pbr!=2.1.0,>=2.0.0 +SQLAlchemy>=1.2.0 alembic>=0.9.6 debtcollector>=1.2.0 -oslo.i18n>=3.15.3 oslo.config>=5.2.0 +oslo.i18n>=3.15.3 oslo.utils>=3.33.0 -SQLAlchemy>=1.2.0 +pbr!=2.1.0,>=2.0.0 sqlalchemy-migrate>=0.11.0 stevedore>=1.20.0 testresources>=2.0.0 @@ -14,20 +14,19 @@ PyMySQL>=0.7.6 [postgresql] -psycopg2>=2.7.0 +psycopg2>=2.8.0 [test] -hacking<3.1.0,>=3.0 +PyMySQL>=0.7.6 +bandit<1.7.0,>=1.6.0 coverage!=4.4,>=4.0 eventlet!=0.18.3,!=0.20.1,>=0.18.2 fixtures>=3.0.0 -python-subunit>=1.0.0 -oslotest>=3.2.0 +hacking<3.1.0,>=3.0.1 oslo.context>=2.19.2 +oslotest>=3.2.0 +pifpaf>=0.10.0 +psycopg2>=2.8.0 +python-subunit>=1.0.0 stestr>=2.0.0 testtools>=2.2.0 -os-testr>=1.0.0 -bandit<1.6.0,>=1.1.0 -pifpaf>=0.10.0 -PyMySQL>=0.7.6 -psycopg2>=2.7.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/oslo_db/sqlalchemy/exc_filters.py new/oslo.db-8.4.0/oslo_db/sqlalchemy/exc_filters.py --- old/oslo.db-8.1.0/oslo_db/sqlalchemy/exc_filters.py 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/oslo_db/sqlalchemy/exc_filters.py 2020-09-11 21:18:17.000000000 +0200 @@ -413,7 +413,7 @@ if is_disconnect: raise exception.DBConnectionError(error) else: - LOG.warn('DBAPIError exception wrapped.', exc_info=True) + LOG.warning('DBAPIError exception wrapped.', exc_info=True) raise exception.DBError(error) @@ -424,7 +424,7 @@ @filters("*", Exception, r".*") def _raise_for_all_others(error, match, engine_name, is_disconnect): - LOG.warn('DB exception wrapped.', exc_info=True) + LOG.warning('DB exception wrapped.', exc_info=True) raise exception.DBError(error) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/oslo_db/tests/sqlalchemy/test_sqlalchemy.py new/oslo.db-8.4.0/oslo_db/tests/sqlalchemy/test_sqlalchemy.py --- old/oslo.db-8.1.0/oslo_db/tests/sqlalchemy/test_sqlalchemy.py 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/oslo_db/tests/sqlalchemy/test_sqlalchemy.py 2020-09-11 21:18:17.000000000 +0200 @@ -115,10 +115,16 @@ ).fetchall() ) trans.rollback() - self.assertEqual( - 0, - self.engine.scalar(self.test_table.count()) - ) + + with self.engine.connect() as conn: + self.assertEqual( + 0, + conn.scalar( + sqlalchemy.select( + [sqlalchemy.func.count(self.test_table.c.id)], + ).select_from(self.test_table) + ) + ) def test_savepoint_middle(self): with self.engine.begin() as conn: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/oslo_db/tests/sqlalchemy/test_utils.py new/oslo.db-8.4.0/oslo_db/tests/sqlalchemy/test_utils.py --- old/oslo.db-8.1.0/oslo_db/tests/sqlalchemy/test_utils.py 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/oslo_db/tests/sqlalchemy/test_utils.py 2020-09-11 21:18:17.000000000 +0200 @@ -905,7 +905,7 @@ table_name = 'abc' table = Table(table_name, self.meta, Column('id', Integer, primary_key=True), - Column('deleted', Boolean)) + Column('deleted', Boolean(create_constraint=True))) ck = [ const for const in table.constraints if isinstance(const, CheckConstraint)][0] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/releasenotes/source/conf.py new/oslo.db-8.4.0/releasenotes/source/conf.py --- old/oslo.db-8.1.0/releasenotes/source/conf.py 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/releasenotes/source/conf.py 2020-09-11 21:18:17.000000000 +0200 @@ -42,9 +42,9 @@ 'reno.sphinxext', ] # openstackdocstheme options -repository_name = 'openstack/oslo.db' -bug_project = 'oslo.db' -bug_tag = '' +openstackdocs_repo_name = 'openstack/oslo.db' +openstackdocs_bug_project = 'oslo.db' +openstackdocs_bug_tag = '' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -91,7 +91,7 @@ # show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # A list of ignored prefixes for module index sorting. # modindex_common_prefix = [] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/releasenotes/source/index.rst new/oslo.db-8.4.0/releasenotes/source/index.rst --- old/oslo.db-8.1.0/releasenotes/source/index.rst 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/releasenotes/source/index.rst 2020-09-11 21:18:17.000000000 +0200 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + ussuri train stein rocky diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po new/oslo.db-8.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po --- old/oslo.db-8.1.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2020-09-11 21:18:17.000000000 +0200 @@ -2,15 +2,16 @@ # Andi Chandler <[email protected]>, 2017. #zanata # Andi Chandler <[email protected]>, 2018. #zanata # Andi Chandler <[email protected]>, 2019. #zanata +# Andi Chandler <[email protected]>, 2020. #zanata msgid "" msgstr "" "Project-Id-Version: oslo.db\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-12-18 23:51+0000\n" +"POT-Creation-Date: 2020-04-14 14:56+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2019-12-21 02:54+0000\n" +"PO-Revision-Date: 2020-04-18 07:58+0000\n" "Last-Translator: Andi Chandler <[email protected]>\n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -65,6 +66,9 @@ msgid "5.0.0" msgstr "5.0.0" +msgid "7.0.0" +msgstr "7.0.0" + msgid "" "Added new ``.is_started`` boolean flag to enginefacade context manager and " "factory objects, so that double-configure scenarios can be prevented by " @@ -187,6 +191,13 @@ msgstr "Stein Series Release Notes" msgid "" +"Support for Python 2.7 has been dropped. The minimum version of Python now " +"supported is Python 3.6." +msgstr "" +"Support for Python 2.7 has been dropped. The minimum version of Python now " +"supported is Python 3.6." + +msgid "" "The allowed values for the ``connection_debug`` option are now restricted to " "the range between 0 and 100 (inclusive). Previously a number lower than 0 or " "higher than 100 could be given without error. But now, a " @@ -278,6 +289,9 @@ msgid "Upgrade Notes" msgstr "Upgrade Notes" +msgid "Ussuri Series Release Notes" +msgstr "Ussuri Series Release Notes" + msgid "and the ML thread:" msgstr "and the ML thread:" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/releasenotes/source/ussuri.rst new/oslo.db-8.4.0/releasenotes/source/ussuri.rst --- old/oslo.db-8.1.0/releasenotes/source/ussuri.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.db-8.4.0/releasenotes/source/ussuri.rst 2020-09-11 21:18:17.000000000 +0200 @@ -0,0 +1,6 @@ +=========================== +Ussuri Series Release Notes +=========================== + +.. release-notes:: + :branch: stable/ussuri diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/setup.cfg new/oslo.db-8.4.0/setup.cfg --- old/oslo.db-8.1.0/setup.cfg 2020-04-07 12:08:32.000000000 +0200 +++ new/oslo.db-8.4.0/setup.cfg 2020-09-11 21:20:08.000000000 +0200 @@ -17,6 +17,7 @@ Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython @@ -24,7 +25,7 @@ mysql = PyMySQL>=0.7.6 # MIT License postgresql = - psycopg2>=2.7.0 # LGPL/ZPL + psycopg2>=2.8.0 # LGPL/ZPL [files] packages = @@ -38,20 +39,6 @@ alembic = oslo_db.sqlalchemy.migration_cli.ext_alembic:AlembicExtension migrate = oslo_db.sqlalchemy.migration_cli.ext_migrate:MigrateExtension -[compile_catalog] -directory = oslo_db/locale -domain = oslo_db - -[update_catalog] -domain = oslo_db -output_dir = oslo_db/locale -input_file = oslo_db/locale/oslo_db.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = oslo_db/locale/oslo_db.pot - [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/test-requirements.txt new/oslo.db-8.4.0/test-requirements.txt --- old/oslo.db-8.1.0/test-requirements.txt 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/test-requirements.txt 2020-09-11 21:18:17.000000000 +0200 @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT fixtures>=3.0.0 # Apache-2.0/BSD @@ -10,8 +10,7 @@ oslo.context>=2.19.2 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 testtools>=2.2.0 # MIT -os-testr>=1.0.0 # Apache-2.0 -bandit>=1.1.0,<1.6.0 # Apache-2.0 +bandit>=1.6.0,<1.7.0 # Apache-2.0 pifpaf>=0.10.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License -psycopg2>=2.7.0 # LGPL/ZPL +psycopg2>=2.8.0 # LGPL/ZPL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/tools/test-setup.sh new/oslo.db-8.4.0/tools/test-setup.sh --- old/oslo.db-8.1.0/tools/test-setup.sh 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/tools/test-setup.sh 2020-09-11 21:18:17.000000000 +0200 @@ -23,8 +23,8 @@ sudo -H mysql -u root -p$DB_ROOT_PW -h localhost -e " DELETE FROM mysql.user WHERE User=''; FLUSH PRIVILEGES; - GRANT ALL PRIVILEGES ON *.* - TO '$DB_USER'@'%' identified by '$DB_PW' WITH GRANT OPTION;" + CREATE USER '$DB_USER'@'%' IDENTIFIED BY '$DB_PW'; + GRANT ALL PRIVILEGES ON *.* TO '$DB_USER'@'%' WITH GRANT OPTION;" # Now create our database. mysql -u $DB_USER -p$DB_PW -h 127.0.0.1 -e " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.db-8.1.0/tox.ini new/oslo.db-8.4.0/tox.ini --- old/oslo.db-8.1.0/tox.ini 2020-04-07 12:06:18.000000000 +0200 +++ new/oslo.db-8.4.0/tox.ini 2020-09-11 21:18:17.000000000 +0200 @@ -1,6 +1,6 @@ [tox] minversion = 3.1 -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = true [testenv]
