Hello community,

here is the log from the commit of package python-ioflo for openSUSE:Factory 
checked in at 2020-04-15 19:55:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ioflo (Old)
 and      /work/SRC/openSUSE:Factory/.python-ioflo.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ioflo"

Wed Apr 15 19:55:59 2020 rev:16 rq:794069 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ioflo/python-ioflo.changes        
2019-09-27 14:50:13.712487031 +0200
+++ /work/SRC/openSUSE:Factory/.python-ioflo.new.2738/python-ioflo.changes      
2020-04-15 19:56:03.693643767 +0200
@@ -1,0 +2,8 @@
+Tue Apr 14 14:20:46 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to 2.0.0
+  * Python 3.7.4 or later from now on latest version of python
+  * Fixed TLS certs in tests
+- Drop unneeded python-ioflo-renew-certs.patch
+
+-------------------------------------------------------------------

Old:
----
  ioflo-1.7.6.tar.gz
  python-ioflo-renew-certs.patch

New:
----
  ioflo-2.0.0.tar.gz

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

Other differences:
------------------
++++++ python-ioflo.spec ++++++
--- /var/tmp/diff_new_pack.hgW645/_old  2020-04-15 19:56:04.585644436 +0200
+++ /var/tmp/diff_new_pack.hgW645/_new  2020-04-15 19:56:04.585644436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ioflo
 #
-# 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
@@ -17,25 +17,23 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-ioflo
-Version:        1.7.6
+Version:        2.0.0
 Release:        0
 Summary:        Python framework for programming autonomous systems
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/ioflo/ioflo
 Source0:        
https://files.pythonhosted.org/packages/source/i/ioflo/ioflo-%{version}.tar.gz
-Patch0:         python-ioflo-renew-certs.patch
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools-git >= 1.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-enum34
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
-%ifpython2
-Requires:       python-enum34
-%endif
 %python_subpackages
 
 %description
@@ -46,26 +44,29 @@
 
 %prep
 %setup -q -n ioflo-%{version}
-%patch0 -p1
-# invalid syntax
-rm -r ioflo/aio/http/test
-rm -r ioflo/aid/test
 
 %build
 %python_build
 
 %install
 %python_install
-rm -f %{buildroot}%{_bindir}/ioflo{2,3}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/ioflo
 
 %check
 %pytest
 
+%post
+%python_install_alternative ioflo
+
+%postun
+%python_uninstall_alternative ioflo
+
 %files %{python_files}
 %license LICENSE* LEGAL
 %doc README* ChangeLog.md
 %{python_sitelib}/*
-%python3_only %{_bindir}/ioflo
+%python_alternative %{_bindir}/ioflo
+%{_bindir}/ioflo3
 
 %changelog

++++++ ioflo-1.7.6.tar.gz -> ioflo-2.0.0.tar.gz ++++++
++++ 1697 lines of diff (skipped)


Reply via email to