Hello community, here is the log from the commit of package python-Pykka for openSUSE:Factory checked in at 2019-01-24 14:03:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pykka (Old) and /work/SRC/openSUSE:Factory/.python-Pykka.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pykka" Thu Jan 24 14:03:23 2019 rev:2 rq:659839 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pykka/python-Pykka.changes 2018-01-10 23:37:49.252555223 +0100 +++ /work/SRC/openSUSE:Factory/.python-Pykka.new.28833/python-Pykka.changes 2019-01-24 14:03:28.304047614 +0100 @@ -1,0 +2,10 @@ +Wed Dec 19 00:32:45 UTC 2018 - Jan Engelhardt <[email protected]> + +- Trim bias from description. Avoid name repetition in summary. + +------------------------------------------------------------------- +Tue Dec 4 12:52:22 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pykka.spec ++++++ --- /var/tmp/diff_new_pack.caQbuO/_old 2019-01-24 14:03:29.480046271 +0100 +++ /var/tmp/diff_new_pack.caQbuO/_new 2019-01-24 14:03:29.484046266 +0100 @@ -12,7 +12,7 @@ # 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/ # @@ -20,24 +20,22 @@ Name: python-Pykka Version: 1.2.1 Release: 0 -Summary: Pykka is a Python implementation of the actor model +Summary: A Python implementation of the actor model License: Apache-2.0 Group: Development/Languages/Python -Url: http://www.pykka.org/ +URL: http://www.pykka.org/ Source: https://files.pythonhosted.org/packages/source/P/Pykka/Pykka-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description Pykka is a Python implementation of the `actor model <http://en.wikipedia.org/wiki/Actor_model>`_. The actor model introduces some -simple rules to control the sharing of state and cooperation between execution -units, which makes it easier to build concurrent applications. +rules to control the sharing of state and cooperation between execution +units, with which one can build concurrent applications. %prep %setup -q -n Pykka-%{version} @@ -50,7 +48,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog
