Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-py2pack-0.9.0-2.5 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-py2pack Distribution: openSUSE:Factory:zSystems
Version: 0.9.0 Vendor: openSUSE
Release: 2.5 Build date: Thu Jun 8 14:11:21 2023
Group: Development/Languages/Python Build host: reproducible
Size: 123639 Source RPM: python-py2pack-0.9.0-2.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/openSUSE/py2pack
Summary: Script for generating distribution packages from Python packages on PyPI
This script allows to generate RPM spec or DEB dsc files from Python modules.
It allows to list Python modules or search for them on the Python Package Index
(PyPI). Conveniently, it can fetch tarballs and changelogs making it an
universal tool to package Python modules.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Jun 08 2023 Markéta Machová <mmachova@suse.com>
  - Add some forgotten requirements
* Wed May 17 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 2023 Ben Greiner <code@bnavigator.de>
  - Replace build_sphinx setuptools hook with direct sphinx-build
    call -- fixes boo#1211051
  - Move to PEP517 macros for buildin py2pack
  - Remove shebang from __init__.py
* Tue Mar 07 2023 pgajdos@suse.com
  - python-six is not required
* Sat Nov 20 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 2020 Martin Hauke <mardnh@gmx.de>
  - Add missing python-requests to the runtime requirements
* Tue Nov 10 2020 Thomas Bechtold <tbechtold@suse.com>
  - update to 0.8.6 (bsc#1178103):
    * Fix test/exampes/py2pack-opensuse.dsc
    * enhance test\_template with augmented opensuse and update examples to 0.8.5
    * cleanup script basename filter
    * update test reference
    * Fix flake8 errors
    * remove python2 from travis and tox
    * change test suite block
    * Replace python3\_only scripts with python\_alternatives
    * migrate metadate fetch to JSON API
    * remove python2 shims
    * update copyright header
* Tue Oct 27 2020 Thomas Bechtold <tbechtold@suse.com>
  - update to 0.8.5:
    * Use 3.8 python in the travis by default
    * Use python 3.8 and 3.9 in tox
    * Execute flake8 on latest py3 instead of old py2 version
    * Add missing comment to opensuse template header
    * Switch to pytest
    * Just say we support py2 and py3 do not bother with minor versions
    * gitignore coverage datafile
    * Do not bother with creating group tag as it is optional these days in openSUSE
    * Run tests under python 3.7 and fix tests
    * tests: replace year in tests by placeholder
    * bug: show help if no command given
    * Fix date in test examples
    * fix fedora tests
    * fix opensuse tests
    * Update py2pack-opensuse-legacy.spec
    * Update py2pack-opensuse.spec
    * Make template compatible with spec-cleaner
    * Add default empty for scripts
    * Just get rid of whole line in opensuse-legacy.spec, this breaks things
    * Don't add BR on python-devel without thinking
    * Add test for non-existent file
    * Add documentation to py2pack/utils.py
    * Add test with invalid archive
    * Raise a ValueError from \_get\_archive\_filelist instead of Exception
    * Add type hints to py2pack.utils
    * Ignore flake8 unused import warning for typing imports
    * Require typing module for python < 3.5
    * Bump python version in test case
    * Shorten overlong line
    * Add docstrings & type hints to functions in requires.py
    * Replace filter() with list/generator expressions
    * Fix indentation of \_requirement\_find\_lowest\_possible
    * Fix DeprecationWarnings for invalid escape sequences with python3
* Tue Mar 26 2019 John Vandenberg <jayvdb@gmail.com>
  - Fix fdupes
  - Install only Python 3 Sphinx for docs
* Thu Dec 06 2018 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase in summary.

Files

/etc/alternatives/py2pack
/usr/bin/py2pack
/usr/bin/py2pack-3.12
/usr/lib/python3.12/site-packages/py2pack
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/RECORD
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/py2pack-0.9.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/py2pack/__init__.py
/usr/lib/python3.12/site-packages/py2pack/__pycache__
/usr/lib/python3.12/site-packages/py2pack/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/proxy.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/proxy.cpython-312.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/requires.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/requires.cpython-312.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/setup.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/setup.cpython-312.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/version.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/py2pack/__pycache__/version.cpython-312.pyc
/usr/lib/python3.12/site-packages/py2pack/proxy.py
/usr/lib/python3.12/site-packages/py2pack/requires.py
/usr/lib/python3.12/site-packages/py2pack/setup.py
/usr/lib/python3.12/site-packages/py2pack/spdx_license_map.p
/usr/lib/python3.12/site-packages/py2pack/templates
/usr/lib/python3.12/site-packages/py2pack/templates/fedora.spec
/usr/lib/python3.12/site-packages/py2pack/templates/mageia.spec
/usr/lib/python3.12/site-packages/py2pack/templates/opensuse-legacy.spec
/usr/lib/python3.12/site-packages/py2pack/templates/opensuse.dsc
/usr/lib/python3.12/site-packages/py2pack/templates/opensuse.spec
/usr/lib/python3.12/site-packages/py2pack/utils.py
/usr/lib/python3.12/site-packages/py2pack/version.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024