Hello community,
here is the log from the commit of package python-trollius for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-trollius (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-trollius.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trollius"
Mon Mar 2 13:24:12 2020 rev:11 rq:777233 version:2.2.post1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-trollius/python-trollius.changes
2020-01-15 15:53:54.655613984 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-trollius.new.26092/python-trollius.changes
2020-03-02 13:24:13.226501325 +0100
@@ -1,0 +2,13 @@
+Tue Sep 10 09:46:42 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.2post1:
+ * see doc/changelog.rst
+
+-------------------------------------------------------------------
+Wed Mar 13 12:37:03 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Simplify a bit
+- Update to 2.2:
+ * see doc/changelog.rst
+
+-------------------------------------------------------------------
Old:
----
trollius-2.1.tar.gz
New:
----
trollius-2.2.post1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-trollius.spec ++++++
--- /var/tmp/diff_new_pack.6Swve9/_old 2020-03-02 13:24:13.542501953 +0100
+++ /var/tmp/diff_new_pack.6Swve9/_new 2020-03-02 13:24:13.546501961 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-trollius
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%bcond_without test
Name: python-trollius
-Version: 2.1
+Version: 2.2.post1
Release: 0
Summary: Port of the Tulip project (asyncio module, PEP 3156) on Python
2
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://github.com/haypo/trollius
+URL: https://github.com/haypo/trollius
Source:
https://files.pythonhosted.org/packages/source/t/trollius/trollius-%{version}.tar.gz
BuildRequires: fdupes
-BuildRequires: python-devel
+BuildRequires: python-coverage
BuildRequires: python-futures
+BuildRequires: python-mock
BuildRequires: python-rpm-macros
BuildRequires: python-setuptools
BuildRequires: python-six
-%if %{with test}
-BuildRequires: python-coverage
-BuildRequires: python-mock
BuildRequires: python-unittest2
-%endif
Requires: python-futures
Requires: python-six
Provides: python2-trollius = %{version}
@@ -50,7 +46,7 @@
%setup -q -n trollius-%{version}
rm -rf trollius.egg-info
# use correct interpreter
-sed -e '1c#!%{__python2}' -i examples/tcp_echo.py examples/udp_echo.py
+sed -e '1c#!python2' -i examples/tcp_echo.py examples/udp_echo.py
%build
%python2_build
@@ -59,14 +55,12 @@
%python2_install
%fdupes %{buildroot}%{python2_sitelib}
-%if %{with test}
%check
-python2 setup.py test
-%endif
+python2 runtests.py
%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING README.rst TODO.rst
+%license COPYING
+%doc AUTHORS README.rst TODO.rst
%doc doc/*.rst doc/trollius.jpg
%doc examples/
%{python2_sitelib}/trollius/