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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b9ee91857486ad089f0a34aa36fad2d492f04ade11d4480a3a2242acd9dac55
size 46412

3
py2pack-0.9.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58268c5dd4f66de07947a8ed1cbaf636c25278ad792b0df58708bd43c1b81643
size 36821

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 17 08:47:27 UTC 2023 - Paolo Perego <paolo.perego@suse.com>
-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
-------------------------------------------------------------------
Thu May 11 18:32:06 UTC 2023 - Ben Greiner <code@bnavigator.de>
@@ -547,4 +558,3 @@ Sat Dec 11 17:31:29 UTC 2010 - saschpe@gmx.de
Sat Dec 11 17:12:10 UTC 2010 - saschpe@gmx.de
- Initial version

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