14
0

Accepting request 1087540 from home:pperego:branches:devel:languages:python

-Update to 0.9.0:
    * Add the python- prefix to default spec filename as well.
    * Remove python_module definition macro
    * Update python version in tox.yml
    * The releases field has been removed from the API endpoint and should not
      be used.
    * openSUSE template: add package name to sitelib path

OBS-URL: https://build.opensuse.org/request/show/1087540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=97
This commit is contained in:
Paolo Perego
2023-05-17 13:44:59 +00:00
committed by Git OBS Bridge
parent 2241a5ee01
commit 51617fd238
4 changed files with 24 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
Name: python-py2pack
Version: 0.8.7
Version: 0.9.0
Release: 0
Summary: Script for generating distribution packages from Python packages on PyPI
License: Apache-2.0
@@ -68,6 +68,8 @@ Documentation and help files for %{name}.
sed -i '1{/#!/d}' py2pack/__init__.py
%build
export PBR_VERSION=0.9.0
%pyproject_wheel
# build docs, cli.rst needs py2pack as executable
@@ -103,7 +105,7 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%files -n %{name}-doc
%license LICENSE
%doc AUTHORS
# %doc AUTHORS
%doc doc/build/html/
%changelog