14
0
forked from pool/python-pykka

- 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
This commit is contained in:
2022-05-28 07:37:40 +00:00
committed by Git OBS Bridge
parent 178ac31bf2
commit a6d51469de
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b82cfc82160572a38cfaa35586c6897b228acfb641d19654f4a2fde0975729a
size 46267

3
pykka-3.1.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14ce223a55e6d62de6657f9b2b129e6ac785f731eccc5e26059e5254beca3cfb
size 45601

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat May 28 07:34:47 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <mcepl@suse.com>

View File

@@ -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