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