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:
@@ -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
3
pykka-3.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:14ce223a55e6d62de6657f9b2b129e6ac785f731eccc5e26059e5254beca3cfb
|
||||||
|
size 45601
|
@@ -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>
|
Fri May 27 20:24:54 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define modname pykka
|
%define modname pykka
|
||||||
Name: python-pykka
|
Name: python-pykka
|
||||||
Version: 3.1.0
|
Version: 3.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python implementation of the actor model
|
Summary: A Python implementation of the actor model
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -55,10 +55,7 @@ rm -v docs/_build/.gitignore
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
# gh#jodal/pykka#172
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%{python_expand rm %{buildroot}%{$python_sitelib}/{setup.cfg,tox.ini}
|
|
||||||
%fdupes %{buildroot}%{$python_sitelib}
|
|
||||||
}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
Reference in New Issue
Block a user