Hello community,

here is the log from the commit of package python-futurist for openSUSE:Factory 
checked in at 2020-03-27 21:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-futurist (Old)
 and      /work/SRC/openSUSE:Factory/.python-futurist.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-futurist"

Fri Mar 27 21:57:08 2020 rev:10 rq:788118 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-futurist/python-futurist.changes  
2020-02-18 10:41:11.133040010 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-futurist.new.3160/python-futurist.changes    
    2020-03-27 21:57:30.970800387 +0100
@@ -1,0 +2,5 @@
+Sat Mar 14 12:31:12 UTC 2020 - Dirk Mueller <[email protected]>
+
+- switch to python 3.x only builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-futurist.spec ++++++
--- /var/tmp/diff_new_pack.vH2mm6/_old  2020-03-27 21:57:33.350801771 +0100
+++ /var/tmp/diff_new_pack.vH2mm6/_new  2020-03-27 21:57:33.358801776 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-futurist
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,17 +25,6 @@
 URL:            https://launchpad.net/futurist
 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-contextlib2 >= 0.4.0
-BuildRequires:  python2-eventlet
-BuildRequires:  python2-futures >= 3.0.0
-BuildRequires:  python2-monotonic >= 0.6
-BuildRequires:  python2-oslotest
-BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-setuptools
-BuildRequires:  python2-six >= 1.10.0
-BuildRequires:  python2-stestr
-BuildRequires:  python2-testscenarios
 BuildRequires:  python3-PrettyTable >= 0.7.1
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-eventlet
@@ -47,25 +36,28 @@
 BuildRequires:  python3-six >= 1.10.0
 BuildRequires:  python3-stestr
 BuildRequires:  python3-testscenarios
-Requires:       python-PrettyTable >= 0.7.1
-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
 
 %description
 Useful additions to futures, from the future.
 
+%package -n python3-futurist
+Summary:        Useful additions to futures, from the future.
+Group:          Development/Languages/Python
+Requires:       python3-PrettyTable >= 0.7.1
+Requires:       python3-six >= 1.10.0
+
+%description -n python3-futurist
+Useful additions to futures, from the future.
+
+This package contains the Python 3.x module.
+
 %prep
 %autosetup -p1 -n futurist-1.9.0
 %py_req_cleanup
 
 %build
-%{python_build}
+%{py3_build}
 
 # generate html docs
 PBR_VERSION=1.9.0 %sphinx_build -b html doc/source doc/build/html
@@ -73,15 +65,15 @@
 rm -r doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{python_install}
+%{py3_install}
 
 %check
-%python_exec -m stestr.cli run
+python3 -m stestr.cli run
 
-%files %{python_files}
+%files -n python3-futurist
 %doc doc/build/html README.rst
 %license LICENSE
-%{python_sitelib}/futurist
-%{python_sitelib}/futurist-*-py?.?.egg-info
+%{python3_sitelib}/futurist
+%{python3_sitelib}/futurist-*-py?.?.egg-info
 
 %changelog


Reply via email to