diff --git a/py2pack-0.8.6.tar.gz b/py2pack-0.8.6.tar.gz deleted file mode 100644 index c1b3b9a..0000000 --- a/py2pack-0.8.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a8cdfaa4d15075578d1385240f48f4684bed99e4a6382d9c6379cef890a8ae -size 42001 diff --git a/py2pack-0.8.7.tar.gz b/py2pack-0.8.7.tar.gz new file mode 100644 index 0000000..c982bb6 --- /dev/null +++ b/py2pack-0.8.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9ee91857486ad089f0a34aa36fad2d492f04ade11d4480a3a2242acd9dac55 +size 46412 diff --git a/python-py2pack.changes b/python-py2pack.changes index 48f1476..14362eb 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 20 09:46:31 UTC 2021 - Fabio Pesari + +- Update to 0.8.7: + * Templates: collect generator output to list before adding to another list + * Add two dependencies for tests + * License is UNKNOWN if nothing determined + * Fix issue with pypi_search + * Do not crash when setup.py could not be run + * Use package name from PyPI for tarball name + ------------------------------------------------------------------- Thu Dec 10 12:17:30 UTC 2020 - Martin Hauke diff --git a/python-py2pack.spec b/python-py2pack.spec index 6e0263c..792b173 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py2pack -Version: 0.8.6 +Version: 0.8.7 Release: 0 Summary: Script for generating distribution packages from Python packages on PyPI License: Apache-2.0 @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/p/py2pack/py2pack BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module metaextract} BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pypi-search} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} # SECTION doc requirements @@ -39,6 +40,7 @@ BuildRequires: python-rpm-macros Requires: python-Jinja2 Requires: python-metaextract Requires: python-pbr +Requires: python-pypi-search Requires: python-requests Requires: python-setuptools Requires: python-six