Hello community, here is the log from the commit of package python-Pykka for openSUSE:Leap:15.2 checked in at 2020-05-01 15:06:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-Pykka (Old) and /work/SRC/openSUSE:Leap:15.2/.python-Pykka.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pykka" Fri May 1 15:06:58 2020 rev:11 rq:776353 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-Pykka/python-Pykka.changes 2020-01-15 15:46:16.563351906 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-Pykka.new.2738/python-Pykka.changes 2020-05-01 15:07:00.474526682 +0200 @@ -1,0 +2,23 @@ +Mon Dec 2 14:30:24 CET 2019 - Matej Cepl <[email protected]> + +- Update to 2.0.2: + - Make :class:`~pykka.ActorRef` hashable + - Fix test suite run with pytest-mocker >= 1.11.2. + +------------------------------------------------------------------- +Tue May 21 10:49:22 UTC 2019 - Ondřej Súkup <[email protected]> + +- update to 2.0.0 +- enable tests + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- Old: ---- Pykka-1.2.1.tar.gz New: ---- Pykka-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pykka.spec ++++++ --- /var/tmp/diff_new_pack.a37cmz/_old 2020-05-01 15:07:01.430528758 +0200 +++ /var/tmp/diff_new_pack.a37cmz/_new 2020-05-01 15:07:01.430528758 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Pykka # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,35 +12,36 @@ # 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pykka -Version: 1.2.1 +Version: 2.0.2 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 pytest-mock} +BuildRequires: %{python_module pytest} 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} +%autopatch -p1 %build %python_build @@ -49,8 +50,12 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog ++++++ Pykka-1.2.1.tar.gz -> Pykka-2.0.2.tar.gz ++++++ ++++ 10235 lines of diff (skipped)
