diff --git a/py2pack-0.8.7.tar.gz b/py2pack-0.8.7.tar.gz deleted file mode 100644 index c982bb6..0000000 --- a/py2pack-0.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b9ee91857486ad089f0a34aa36fad2d492f04ade11d4480a3a2242acd9dac55 -size 46412 diff --git a/py2pack-0.9.0.tar.gz b/py2pack-0.9.0.tar.gz new file mode 100644 index 0000000..45b703b --- /dev/null +++ b/py2pack-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58268c5dd4f66de07947a8ed1cbaf636c25278ad792b0df58708bd43c1b81643 +size 36821 diff --git a/python-py2pack.changes b/python-py2pack.changes index 042a2e0..09cdfa5 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 17 08:47:27 UTC 2023 - Paolo Perego + +-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 @@ -308,19 +319,19 @@ Wed Aug 12 15:55:29 UTC 2015 - toddrme2178@gmail.com + Remove unused 'requires' from opensuse template + Quote %doc filenames if they contain shell metacharacters + Add support for "entry_points" and "console_scripts" parameters - + Support syntactic variations as per the setuptools spec + + Support syntactic variations as per the setuptools spec + Make "parse" and "run" two separate modes + Support same set of setup() parameters in parse and run modes + Use setuptools instead of distutils in _run_setup_py() … + Run setup.py (instead of just parsing it) to gather more data + Adjust Travis CI build - + Remove commented code and make pep8 happy + + Remove commented code and make pep8 happy + Remove package create function - + Fix license detection when license is None + + Fix license detection when license is None + Don't include comma in _parse_setup_py regexp - + fix indentation in README + + fix indentation in README + Fix KeyError for license and summary -- Add update-alternatives support for compatibility with +- Add update-alternatives support for compatibility with python 3 version of the package. ------------------------------------------------------------------- @@ -490,7 +501,7 @@ Wed Jan 12 10:46:44 UTC 2011 - saschpe@suse.de Mon Dec 20 11:48:08 UTC 2010 - saschpe@suse.de - Update to version 0.3.3 - * Moved 'export CFLAGS...' from %prep to %build section in + * Moved 'export CFLAGS...' from %prep to %build section in templates ------------------------------------------------------------------- @@ -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 - diff --git a/python-py2pack.spec b/python-py2pack.spec index 02ab4e1..c9042bb 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -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