Hello community,

here is the log from the commit of package python-futurist for openSUSE:Factory 
checked in at 2020-02-18 10:39:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-futurist (Old)
 and      /work/SRC/openSUSE:Factory/.python-futurist.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-futurist"

Tue Feb 18 10:39:55 2020 rev:9 rq:774901 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-futurist/python-futurist.changes  
2019-05-03 22:40:34.151006842 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-futurist.new.26092/python-futurist.changes   
    2020-02-18 10:41:11.133040010 +0100
@@ -1,0 +2,10 @@
+Thu Oct 17 08:28:51 UTC 2019 - [email protected]
+
+- update to version 1.9.0
+  - Update master for stable/stein
+  - OpenDev Migration Patch
+  - Use opendev repository
+  - Dropping the py35 testing
+  - Add Python 3 Train unit tests
+
+-------------------------------------------------------------------

Old:
----
  futurist-1.8.1.tar.gz

New:
----
  futurist-1.9.0.tar.gz

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

Other differences:
------------------
++++++ python-futurist.spec ++++++
--- /var/tmp/diff_new_pack.vKlyrC/_old  2020-02-18 10:41:13.321044474 +0100
+++ /var/tmp/diff_new_pack.vKlyrC/_new  2020-02-18 10:41:13.325044482 +0100
@@ -17,21 +17,19 @@
 
 
 Name:           python-futurist
-Version:        1.8.1
+Version:        1.9.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-1.8.1.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/f/futurist/futurist-1.9.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python2-PrettyTable >= 0.7.1
-BuildRequires:  python2-Sphinx
 BuildRequires:  python2-contextlib2 >= 0.4.0
 BuildRequires:  python2-eventlet
 BuildRequires:  python2-futures >= 3.0.0
 BuildRequires:  python2-monotonic >= 0.6
-BuildRequires:  python2-openstackdocstheme
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-setuptools
@@ -50,12 +48,12 @@
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
 Requires:       python-PrettyTable >= 0.7.1
-Requires:       python-monotonic >= 0.6
 Requires:       python-six >= 1.10.0
 BuildArch:      noarch
 %ifpython2
 Requires:       python-contextlib2 >= 0.4.0
 Requires:       python-futures >= 3.0.0
+Requires:       python-monotonic >= 0.6
 %endif
 %python_subpackages
 
@@ -63,14 +61,16 @@
 Useful additions to futures, from the future.
 
 %prep
-%autosetup -p1 -n futurist-1.8.1
+%autosetup -p1 -n futurist-1.9.0
 %py_req_cleanup
 
 %build
 %{python_build}
 
 # generate html docs
-PBR_VERSION=1.8.1 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.9.0 %sphinx_build -b html doc/source doc/build/html
+# remove the sphinx-build leftovers
+rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install
 %{python_install}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vKlyrC/_old  2020-02-18 10:41:13.365044564 +0100
+++ /var/tmp/diff_new_pack.vKlyrC/_new  2020-02-18 10:41:13.369044572 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/futurist/futurist.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/futurist/futurist.spec.j2</param>
     <param name="output-name">python-futurist.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/futurist/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/futurist/stable/train/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,futurist</param>
   </service>

++++++ futurist-1.8.1.tar.gz -> futurist-1.9.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/.zuul.yaml 
new/futurist-1.9.0/.zuul.yaml
--- old/futurist-1.8.1/.zuul.yaml       2019-02-28 19:05:31.000000000 +0100
+++ new/futurist-1.9.0/.zuul.yaml       2019-09-04 16:19:54.000000000 +0200
@@ -5,8 +5,7 @@
       - lib-forward-testing-python3
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
+      - openstack-python3-train-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/AUTHORS new/futurist-1.9.0/AUTHORS
--- old/futurist-1.8.1/AUTHORS  2019-02-28 19:07:55.000000000 +0100
+++ new/futurist-1.9.0/AUTHORS  2019-09-04 16:20:39.000000000 +0200
@@ -4,15 +4,18 @@
 Anh Tran <[email protected]>
 ChangBo Guo(gcb) <[email protected]>
 Chenjun Shen <[email protected]>
+Corey Bryant <[email protected]>
 Davanum Srinivas <[email protected]>
 Dmitriy Ukhlov <[email protected]>
 Dmitry Tantsur <[email protected]>
 Doug Hellmann <[email protected]>
 Flavio Percoco <[email protected]>
 Gevorg Davoian <[email protected]>
+Ghanshyam Mann <[email protected]>
 Joshua Harlow <[email protected]>
 Joshua Harlow <[email protected]>
 Joshua Harlow <[email protected]>
+Le Hou <[email protected]>
 LeopardMa <[email protected]>
 Mehdi Abaakouk <[email protected]>
 Monty Taylor <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/ChangeLog new/futurist-1.9.0/ChangeLog
--- old/futurist-1.8.1/ChangeLog        2019-02-28 19:07:55.000000000 +0100
+++ new/futurist-1.9.0/ChangeLog        2019-09-04 16:20:39.000000000 +0200
@@ -1,6 +1,15 @@
 CHANGES
 =======
 
+1.9.0
+-----
+
+* Add Python 3 Train unit tests
+* Use opendev repository
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* Update master for stable/stein
+
 1.8.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/PKG-INFO new/futurist-1.9.0/PKG-INFO
--- old/futurist-1.8.1/PKG-INFO 2019-02-28 19:07:55.000000000 +0100
+++ new/futurist-1.9.0/PKG-INFO 2019-09-04 16:20:39.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: futurist
-Version: 1.8.1
+Version: 1.9.0
 Summary: Useful additions to futures, from the future.
 Home-page: https://docs.openstack.org/futurist/latest/
 Author: OpenStack
@@ -35,7 +35,7 @@
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/futurist/latest/
-        * Source: https://git.openstack.org/cgit/openstack/futurist
+        * Source: https://opendev.org/openstack/futurist
         * Bugs: https://bugs.launchpad.net/futurist
         * Blueprints: https://blueprints.launchpad.net/futurist
         
@@ -50,4 +50,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/README.rst 
new/futurist-1.9.0/README.rst
--- old/futurist-1.8.1/README.rst       2019-02-28 19:05:31.000000000 +0100
+++ new/futurist-1.9.0/README.rst       2019-09-04 16:19:54.000000000 +0200
@@ -27,6 +27,6 @@
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/futurist/latest/
-* Source: https://git.openstack.org/cgit/openstack/futurist
+* Source: https://opendev.org/openstack/futurist
 * Bugs: https://bugs.launchpad.net/futurist
 * Blueprints: https://blueprints.launchpad.net/futurist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/futurist.egg-info/PKG-INFO 
new/futurist-1.9.0/futurist.egg-info/PKG-INFO
--- old/futurist-1.8.1/futurist.egg-info/PKG-INFO       2019-02-28 
19:07:55.000000000 +0100
+++ new/futurist-1.9.0/futurist.egg-info/PKG-INFO       2019-09-04 
16:20:39.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: futurist
-Version: 1.8.1
+Version: 1.9.0
 Summary: Useful additions to futures, from the future.
 Home-page: https://docs.openstack.org/futurist/latest/
 Author: OpenStack
@@ -35,7 +35,7 @@
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/futurist/latest/
-        * Source: https://git.openstack.org/cgit/openstack/futurist
+        * Source: https://opendev.org/openstack/futurist
         * Bugs: https://bugs.launchpad.net/futurist
         * Blueprints: https://blueprints.launchpad.net/futurist
         
@@ -50,4 +50,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/futurist.egg-info/SOURCES.txt 
new/futurist-1.9.0/futurist.egg-info/SOURCES.txt
--- old/futurist-1.8.1/futurist.egg-info/SOURCES.txt    2019-02-28 
19:07:55.000000000 +0100
+++ new/futurist-1.9.0/futurist.egg-info/SOURCES.txt    2019-09-04 
16:20:39.000000000 +0200
@@ -54,6 +54,7 @@
 releasenotes/source/pike.rst
 releasenotes/source/queens.rst
 releasenotes/source/rocky.rst
+releasenotes/source/stein.rst
 releasenotes/source/unreleased.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-1.8.1/futurist.egg-info/pbr.json 
new/futurist-1.9.0/futurist.egg-info/pbr.json
--- old/futurist-1.8.1/futurist.egg-info/pbr.json       2019-02-28 
19:07:55.000000000 +0100
+++ new/futurist-1.9.0/futurist.egg-info/pbr.json       2019-09-04 
16:20:39.000000000 +0200
@@ -1 +1 @@
-{"git_version": "481e940", "is_release": true}
\ No newline at end of file
+{"git_version": "25ffb8f", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/releasenotes/source/index.rst 
new/futurist-1.9.0/releasenotes/source/index.rst
--- old/futurist-1.8.1/releasenotes/source/index.rst    2019-02-28 
19:05:31.000000000 +0100
+++ new/futurist-1.9.0/releasenotes/source/index.rst    2019-09-04 
16:19:54.000000000 +0200
@@ -6,6 +6,7 @@
     :maxdepth: 1
 
     unreleased
+    stein
     rocky
     queens
     pike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/releasenotes/source/stein.rst 
new/futurist-1.9.0/releasenotes/source/stein.rst
--- old/futurist-1.8.1/releasenotes/source/stein.rst    1970-01-01 
01:00:00.000000000 +0100
+++ new/futurist-1.9.0/releasenotes/source/stein.rst    2019-09-04 
16:19:54.000000000 +0200
@@ -0,0 +1,6 @@
+===================================
+ Stein Series Release Notes
+===================================
+
+.. release-notes::
+   :branch: stable/stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/setup.cfg new/futurist-1.9.0/setup.cfg
--- old/futurist-1.8.1/setup.cfg        2019-02-28 19:07:55.000000000 +0100
+++ new/futurist-1.9.0/setup.cfg        2019-09-04 16:20:39.000000000 +0200
@@ -16,7 +16,8 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.5
+       Programming Language :: Python :: 3.6
+       Programming Language :: Python :: 3.7
 
 [files]
 packages = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futurist-1.8.1/tox.ini new/futurist-1.9.0/tox.ini
--- old/futurist-1.8.1/tox.ini  2019-02-28 19:05:31.000000000 +0100
+++ new/futurist-1.9.0/tox.ini  2019-09-04 16:19:54.000000000 +0200
@@ -1,13 +1,13 @@
 [tox]
 minversion = 2.0
-envlist = py35,py27,pypy,pep8
+envlist = py27,py37,pypy,pep8
 
 [testenv]
 install_command = pip install {opts} {packages}
 whitelist_externals = find
                       rm
 deps =
-       
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+       
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
        -r{toxinidir}/requirements.txt
        -r{toxinidir}/test-requirements.txt
 commands =


Reply via email to