14
0

Accepting request 933114 from home:ozu

- 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

OBS-URL: https://build.opensuse.org/request/show/933114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=92
This commit is contained in:
Paolo Perego
2021-11-22 15:41:39 +00:00
committed by Git OBS Bridge
parent c667c053c7
commit ee605577c4
4 changed files with 17 additions and 4 deletions

View File

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