Hello community,

here is the log from the commit of package python-futurist for openSUSE:Factory 
checked in at 2020-10-26 16:14:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-futurist (Old)
 and      /work/SRC/openSUSE:Factory/.python-futurist.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-futurist"

Mon Oct 26 16:14:57 2020 rev:12 rq:841178 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-futurist/python-futurist.changes  
2020-06-05 20:12:42.350220952 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-futurist.new.3463/python-futurist.changes    
    2020-10-26 16:15:46.906907768 +0100
@@ -1,0 +2,16 @@
+Fri Oct  9 19:13:32 UTC 2020 - cloud-de...@suse.de
+
+- update to version 2.3.0
+  - Remove monotonic usage
+  - Remove unnecessary blockquote in release notes
+  - [goal] Migrate testing to ubuntu focal
+  - Add py38 package metadata
+  - Bump default tox env from py37 to py38
+  - Switch to newer openstackdocstheme and reno versions
+  - drop mock from lower-constraints
+  - Update master for stable/ussuri
+  - Use unittest.mock instead of third party mock
+  - Remove translation sections from setup.cfg
+  - Add Python3 victoria unit tests
+
+-------------------------------------------------------------------

Old:
----
  futurist-2.1.1.tar.gz

New:
----
  futurist-2.3.0.tar.gz

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

Other differences:
------------------
++++++ python-futurist.spec ++++++
--- /var/tmp/diff_new_pack.VZurrj/_old  2020-10-26 16:15:47.478908295 +0100
+++ /var/tmp/diff_new_pack.VZurrj/_new  2020-10-26 16:15:47.478908295 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           python-futurist
-Version:        2.1.1
+Version:        2.3.0
 Release:        0
 Summary:        Useful additions to futures, from the future.
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://launchpad.net/futurist
-Source0:        
https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.1.1.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PrettyTable
 BuildRequires:  python3-Sphinx
@@ -32,7 +32,6 @@
 BuildRequires:  python3-openstackdocstheme
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-six >= 1.10.0
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
@@ -53,14 +52,14 @@
 This package contains the Python 3.x module.
 
 %prep
-%autosetup -p1 -n futurist-2.1.1
+%autosetup -p1 -n futurist-2.3.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
 # generate html docs
-PBR_VERSION=2.1.1 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -r doc/build/html/.{doctrees,buildinfo}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.VZurrj/_old  2020-10-26 16:15:47.510908324 +0100
+++ /var/tmp/diff_new_pack.VZurrj/_new  2020-10-26 16:15:47.514908329 +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/futurist/futurist.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/futurist/futurist.spec.j2</param>
     <param name="output-name">python-futurist.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/futurist/raw/branch/stable/ussuri/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/futurist/raw/branch/stable/victoria/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,futurist</param>
   </service>

++++++ futurist-2.1.1.tar.gz -> futurist-2.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/.zuul.yaml 
new/futurist-2.3.0/.zuul.yaml
--- old/futurist-2.1.1/.zuul.yaml       2020-04-07 12:07:26.000000000 +0200
+++ new/futurist-2.3.0/.zuul.yaml       2020-09-11 21:17:12.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/futurist-2.1.1/AUTHORS new/futurist-2.3.0/AUTHORS
--- old/futurist-2.1.1/AUTHORS  2020-04-07 12:08:41.000000000 +0200
+++ new/futurist-2.3.0/AUTHORS  2020-09-11 21:18:03.000000000 +0200
@@ -23,9 +23,11 @@
 Nguyen Van Trung <trun...@vn.fujitsu.com>
 OpenStack Release Bot <infra-r...@openstack.org>
 Ronald Bradford <ronald.bradf...@gmail.com>
+Sean McGinnis <sean.mcgin...@gmail.com>
 Surojit Pathak <s...@yahoo-inc.com>
 THOMAS J. COCOZZELLO <tjcoc...@us.ibm.com>
 Thomas Bechtold <tbecht...@suse.com>
+Tim Burke <tim.bu...@gmail.com>
 Tony Breeds <t...@bakeyournoodle.com>
 Tony Xu <hhkt...@gmail.com>
 Vu Cong Tuan <tua...@vn.fujitsu.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/ChangeLog new/futurist-2.3.0/ChangeLog
--- old/futurist-2.1.1/ChangeLog        2020-04-07 12:08:41.000000000 +0200
+++ new/futurist-2.3.0/ChangeLog        2020-09-11 21:18:03.000000000 +0200
@@ -1,10 +1,29 @@
 CHANGES
 =======
 
+2.3.0
+-----
+
+* [goal] Migrate testing to ubuntu focal
+* drop mock from lower-constraints
+
+2.2.0
+-----
+
+* Switch to newer openstackdocstheme and reno versions
+* Remove translation sections from setup.cfg
+* Remove monotonic usage
+* Bump default tox env from py37 to py38
+* Add py38 package metadata
+* Use unittest.mock instead of third party mock
+* Add Python3 victoria unit tests
+* Update master for stable/ussuri
+
 2.1.1
 -----
 
 * Update hacking for Python3
+* Remove unnecessary blockquote in release notes
 
 2.1.0
 -----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/PKG-INFO new/futurist-2.3.0/PKG-INFO
--- old/futurist-2.1.1/PKG-INFO 2020-04-07 12:08:41.000000000 +0200
+++ new/futurist-2.3.0/PKG-INFO 2020-09-11 21:18:04.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: futurist
-Version: 2.1.1
+Version: 2.3.0
 Summary: Useful additions to futures, from the future.
 Home-page: https://docs.openstack.org/futurist/latest/
 Author: OpenStack
@@ -51,6 +51,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/futurist-2.1.1/babel.cfg new/futurist-2.3.0/babel.cfg
--- old/futurist-2.1.1/babel.cfg        2020-04-07 12:07:26.000000000 +0200
+++ new/futurist-2.3.0/babel.cfg        1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-[python: **.py]
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/doc/requirements.txt 
new/futurist-2.3.0/doc/requirements.txt
--- old/futurist-2.1.1/doc/requirements.txt     2020-04-07 12:07:26.000000000 
+0200
+++ new/futurist-2.3.0/doc/requirements.txt     2020-09-11 21:17:12.000000000 
+0200
@@ -1,3 +1,3 @@
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
-openstackdocstheme>=1.20.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/doc/source/conf.py 
new/futurist-2.3.0/doc/source/conf.py
--- old/futurist-2.1.1/doc/source/conf.py       2020-04-07 12:07:26.000000000 
+0200
+++ new/futurist-2.3.0/doc/source/conf.py       2020-09-11 21:17:12.000000000 
+0200
@@ -27,9 +27,10 @@
 ]
 
 # openstackdocstheme options
-repository_name = 'openstack/futurist'
-bug_project = 'futurist'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/futurist'
+openstackdocs_auto_name = False
+openstackdocs_bug_project = 'futurist'
+openstackdocs_bug_tag = ''
 
 # autodoc generation is a bit aggressive and a nuisance when doing heavy
 # text edit cycles.
@@ -53,7 +54,7 @@
 add_module_names = True
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
 
 # -- Options for HTML output --------------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/futurist/_utils.py 
new/futurist-2.3.0/futurist/_utils.py
--- old/futurist-2.1.1/futurist/_utils.py       2020-04-07 12:07:26.000000000 
+0200
+++ new/futurist-2.3.0/futurist/_utils.py       2020-09-11 21:17:12.000000000 
+0200
@@ -19,16 +19,13 @@
 import multiprocessing
 import sys
 import threading
+from time import monotonic
 import traceback
 
-try:
-    from monotonic import monotonic as now  # noqa
-except ImportError:
-    import time
-    now = time.monotonic
-
 import six
 
+now = monotonic
+
 try:
     import eventlet as _eventlet  # noqa
     EVENTLET_AVAILABLE = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/futurist/tests/test_periodics.py 
new/futurist-2.3.0/futurist/tests/test_periodics.py
--- old/futurist-2.1.1/futurist/tests/test_periodics.py 2020-04-07 
12:07:26.000000000 +0200
+++ new/futurist-2.3.0/futurist/tests/test_periodics.py 2020-09-11 
21:17:12.000000000 +0200
@@ -16,10 +16,10 @@
 import functools
 import threading
 import time
+from unittest import mock
 
 import eventlet
 from eventlet.green import threading as green_threading
-import mock
 import testscenarios
 
 import futurist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/futurist.egg-info/PKG-INFO 
new/futurist-2.3.0/futurist.egg-info/PKG-INFO
--- old/futurist-2.1.1/futurist.egg-info/PKG-INFO       2020-04-07 
12:08:41.000000000 +0200
+++ new/futurist-2.3.0/futurist.egg-info/PKG-INFO       2020-09-11 
21:18:03.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: futurist
-Version: 2.1.1
+Version: 2.3.0
 Summary: Useful additions to futures, from the future.
 Home-page: https://docs.openstack.org/futurist/latest/
 Author: OpenStack
@@ -51,6 +51,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/futurist-2.1.1/futurist.egg-info/SOURCES.txt 
new/futurist-2.3.0/futurist.egg-info/SOURCES.txt
--- old/futurist-2.1.1/futurist.egg-info/SOURCES.txt    2020-04-07 
12:08:41.000000000 +0200
+++ new/futurist-2.3.0/futurist.egg-info/SOURCES.txt    2020-09-11 
21:18:04.000000000 +0200
@@ -9,7 +9,6 @@
 LICENSE
 MANIFEST.in
 README.rst
-babel.cfg
 lower-constraints.txt
 requirements.txt
 setup.cfg
@@ -59,5 +58,6 @@
 releasenotes/source/stein.rst
 releasenotes/source/train.rst
 releasenotes/source/unreleased.rst
+releasenotes/source/ussuri.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/futurist.egg-info/pbr.json 
new/futurist-2.3.0/futurist.egg-info/pbr.json
--- old/futurist-2.1.1/futurist.egg-info/pbr.json       2020-04-07 
12:08:41.000000000 +0200
+++ new/futurist-2.3.0/futurist.egg-info/pbr.json       2020-09-11 
21:18:03.000000000 +0200
@@ -1 +1 @@
-{"git_version": "4836b63", "is_release": true}
\ No newline at end of file
+{"git_version": "1a1c6f8", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/lower-constraints.txt 
new/futurist-2.3.0/lower-constraints.txt
--- old/futurist-2.1.1/lower-constraints.txt    2020-04-07 12:07:26.000000000 
+0200
+++ new/futurist-2.3.0/lower-constraints.txt    2020-09-11 21:17:12.000000000 
+0200
@@ -11,7 +11,7 @@
 extras==1.0.0
 fixtures==3.0.0
 flake8==2.2.4
-greenlet==0.4.10
+greenlet==0.4.15
 hacking==0.10.0
 imagesize==0.7.1
 iso8601==0.1.11
@@ -20,9 +20,7 @@
 linecache2==1.0.0
 MarkupSafe==1.0
 mccabe==0.2.1
-mock==2.0.0
 mox3==0.20.0
-openstackdocstheme==1.18.1
 os-client-config==1.28.0
 oslotest==3.2.0
 pbr==2.0.0
@@ -33,15 +31,12 @@
 python-mimeparse==1.6.0
 python-subunit==1.0.0
 pytz==2013.6
-PyYAML==3.12
-reno==2.5.0
+PyYAML==3.13
 requests==2.14.2
 requestsexceptions==1.2.0
 restructuredtext-lint==1.1.1
 six==1.10.0
 snowballstemmer==1.2.1
-Sphinx==1.6.2
-sphinxcontrib-websupport==1.0.1
 stevedore==1.20.0
 stestr==2.0.0
 testscenarios==0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/releasenotes/source/conf.py 
new/futurist-2.3.0/releasenotes/source/conf.py
--- old/futurist-2.1.1/releasenotes/source/conf.py      2020-04-07 
12:07:26.000000000 +0200
+++ new/futurist-2.3.0/releasenotes/source/conf.py      2020-09-11 
21:17:12.000000000 +0200
@@ -40,9 +40,9 @@
 ]
 
 # openstackdocstheme options
-repository_name = 'openstack/futurist'
-bug_project = 'futurist'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/futurist'
+openstackdocs_bug_project = 'futurist'
+openstackdocs_bug_tag = ''
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -96,7 +96,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/futurist-2.1.1/releasenotes/source/index.rst 
new/futurist-2.3.0/releasenotes/source/index.rst
--- old/futurist-2.1.1/releasenotes/source/index.rst    2020-04-07 
12:07:26.000000000 +0200
+++ new/futurist-2.3.0/releasenotes/source/index.rst    2020-09-11 
21:17:12.000000000 +0200
@@ -2,13 +2,14 @@
  futurist Release Notes
 ========================
 
- .. toctree::
-    :maxdepth: 1
+.. toctree::
+   :maxdepth: 1
 
-    unreleased
-    train
-    stein
-    rocky
-    queens
-    pike
-    ocata
+   unreleased
+   ussuri
+   train
+   stein
+   rocky
+   queens
+   pike
+   ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/releasenotes/source/ussuri.rst 
new/futurist-2.3.0/releasenotes/source/ussuri.rst
--- old/futurist-2.1.1/releasenotes/source/ussuri.rst   1970-01-01 
01:00:00.000000000 +0100
+++ new/futurist-2.3.0/releasenotes/source/ussuri.rst   2020-09-11 
21:17:12.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/futurist-2.1.1/setup.cfg new/futurist-2.3.0/setup.cfg
--- old/futurist-2.1.1/setup.cfg        2020-04-07 12:08:41.000000000 +0200
+++ new/futurist-2.3.0/setup.cfg        2020-09-11 21:18:04.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,20 +25,6 @@
 packages = 
        futurist
 
-[compile_catalog]
-directory = futurist/locale
-domain = futurist
-
-[update_catalog]
-domain = futurist
-output_dir = futurist/locale
-input_file = futurist/locale/futurist.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = futurist/locale/futurist.pot
-
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-2.1.1/tox.ini new/futurist-2.3.0/tox.ini
--- old/futurist-2.1.1/tox.ini  2020-04-07 12:07:26.000000000 +0200
+++ new/futurist-2.3.0/tox.ini  2020-09-11 21:17:12.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 3.1.1
-envlist = py37,pep8
+envlist = py38,pep8
 ignore_basepython_conflict = true
 
 [testenv]


Reply via email to