forked from pool/python-py2pack
Accepting request 933126 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/933126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-py2pack?expand=0&rev=53
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4a8cdfaa4d15075578d1385240f48f4684bed99e4a6382d9c6379cef890a8ae
|
|
||||||
size 42001
|
|
3
py2pack-0.8.7.tar.gz
Normal file
3
py2pack-0.8.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b9ee91857486ad089f0a34aa36fad2d492f04ade11d4480a3a2242acd9dac55
|
||||||
|
size 46412
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 20 09:46:31 UTC 2021 - Fabio Pesari <fpesari@tuxfamily.org>
|
||||||
|
|
||||||
|
- 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 <mardnh@gmx.de>
|
Thu Dec 10 12:17:30 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-py2pack
|
Name: python-py2pack
|
||||||
Version: 0.8.6
|
Version: 0.8.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Script for generating distribution packages from Python packages on PyPI
|
Summary: Script for generating distribution packages from Python packages on PyPI
|
||||||
License: Apache-2.0
|
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 Jinja2}
|
||||||
BuildRequires: %{python_module metaextract}
|
BuildRequires: %{python_module metaextract}
|
||||||
BuildRequires: %{python_module pbr}
|
BuildRequires: %{python_module pbr}
|
||||||
|
BuildRequires: %{python_module pypi-search}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
# SECTION doc requirements
|
# SECTION doc requirements
|
||||||
@@ -39,6 +40,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
Requires: python-metaextract
|
Requires: python-metaextract
|
||||||
Requires: python-pbr
|
Requires: python-pbr
|
||||||
|
Requires: python-pypi-search
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Reference in New Issue
Block a user