From a6d51469de1aefa49b7ccd4c7ba2739f426071cc9bd2ded7eb11af2cb1f93db2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 28 May 2022 07:37:40 +0000 Subject: [PATCH] - Update to 3.1.1: - Installs from the source tarball using the setup.py file generated by Poetry installed setup.cfg and tox.ini into site-packages. The workaround for this was to simply not include those files in the source tarball. (Fixes: gh#jodal/pykka#172) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykka?expand=0&rev=6 --- pykka-3.1.0.tar.gz | 3 --- pykka-3.1.1.tar.gz | 3 +++ python-pykka.changes | 10 ++++++++++ python-pykka.spec | 7 ++----- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 pykka-3.1.0.tar.gz create mode 100644 pykka-3.1.1.tar.gz diff --git a/pykka-3.1.0.tar.gz b/pykka-3.1.0.tar.gz deleted file mode 100644 index c7ba67b..0000000 --- a/pykka-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b82cfc82160572a38cfaa35586c6897b228acfb641d19654f4a2fde0975729a -size 46267 diff --git a/pykka-3.1.1.tar.gz b/pykka-3.1.1.tar.gz new file mode 100644 index 0000000..2e41670 --- /dev/null +++ b/pykka-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ce223a55e6d62de6657f9b2b129e6ac785f731eccc5e26059e5254beca3cfb +size 45601 diff --git a/python-pykka.changes b/python-pykka.changes index 3f95ad9..daa47f7 100644 --- a/python-pykka.changes +++ b/python-pykka.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat May 28 07:34:47 UTC 2022 - Matej Cepl + +- Update to 3.1.1: + - Installs from the source tarball using the setup.py file + generated by Poetry installed setup.cfg and tox.ini into + site-packages. The workaround for this was to simply not + include those files in the source tarball. (Fixes: + gh#jodal/pykka#172) + ------------------------------------------------------------------- Fri May 27 20:24:54 UTC 2022 - Matej Cepl diff --git a/python-pykka.spec b/python-pykka.spec index e9ebded..b7e6fd8 100644 --- a/python-pykka.spec +++ b/python-pykka.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname pykka Name: python-pykka -Version: 3.1.0 +Version: 3.1.1 Release: 0 Summary: A Python implementation of the actor model License: Apache-2.0 @@ -55,10 +55,7 @@ rm -v docs/_build/.gitignore %install %pyproject_install -# gh#jodal/pykka#172 -%{python_expand rm %{buildroot}%{$python_sitelib}/{setup.cfg,tox.ini} -%fdupes %{buildroot}%{$python_sitelib} -} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest