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

python3-py2pack-0.8.6-lp152.2.3.1 RPM for noarch

From OpenSuSE Leap 15.2 updates for noarch

Name: python3-py2pack Distribution: openSUSE Leap 15.2
Version: 0.8.6 Vendor: openSUSE
Release: lp152.2.3.1 Build date: Sat Nov 14 09:26:39 2020
Group: Development/Languages/Python Build host: lamb24
Size: 106091 Source RPM: python-py2pack-0.8.6-lp152.2.3.1.src.rpm
Packager: http://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

* 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.
* Thu Dec 06 2018 Thomas Bechtold <tbechtold@suse.com>
  - update to 0.8.4:
    * Ignore some more pep8 warnings
    * Support %license macro
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Mon Apr 23 2018 tbechtold@suse.com
  - update to 0.8.3:
    * Remove Sphinx cap
    * Fix copyright year in tests
    * Use release\_urls() XMLRPC method for the time being
    * Test python 3.6 and remove 3.5
  - drop fix-api-package-urls.patch (merged upstream)
* Tue Apr 17 2018 kbabioch@suse.com
  - Added fix-api-package-urls.patch: Fix an issue with a deprecated
    XMLRPC method (bnc#1089613)
* Tue Mar 06 2018 dmueller@suse.com
  - update url to point to the new location (bsc#1079905)
* Fri Dec 22 2017 tbechtold@suse.com
  - update to 0.8.2:
    * pep8 fixes
    * opensuse template updates
    * Add source\_url to Args in tests and use None as default value
    * Removed unneeded nargs parameter to add\_argument
    * Add a --source-url parameter to 'fetch' and 'generate' commands
    * tests: templates: fix version
* Fri Aug 11 2017 tbechtold@suse.com
  - update to 0.8.1:
    * Enable tests with python setup.py test
    * Also support for python 3.6
    * Fix opensuse's multipython template
    * unify trailing whitespaces in templates
    * Handle no upstream source download URL gracefully
    * Allow packaging custom pypi names via obs-from-pypi.py
* Thu Jun 22 2017 tbechtold@suse.com
  - Use update-alternatives for the py2pack executable
* Thu Apr 27 2017 toddrme2178@gmail.com
  - Fix source URL.
  - Implement single-spec version.
* Tue Mar 07 2017 p.seiler@linuxmail.org
  - Add missing "Requires: python-setuptools" to get py2pack working
* Thu Mar 02 2017 tbechtold@suse.com
  - update to 0.8.0:
    * Ignore the required python version for now
    * Add build condition for tests in opensuse template
    * Install setup_requires as BuildRequires during build
    * Update opensuse template for singlespec approach
    * Remove useless '(' and ')' replacements from opensuse template
    * travis: Update credential to deploy on pypi
  - Remove manpage for now. Build is broken.
* Tue Feb 14 2017 tbechtold@suse.com
  - update to 0.7.0:
    * Switch to pbr
    * Include doc/* in sdist tarball
    * Add Shinx config to setup.cfg
    * Post release version bump to 0.6.7
    * Bump version to 0.6.6
    * Set files.pythonhosted.org as Source url
    * Also search for tarballs with underscores
    * Set pypi.io url for Source
    * Remove deprecated metadata subcommand
    * doc: Move CLI help to extra document
    * Support multiple template directories
    * Fix pep8 error
    * Use Sphinx for documentation
    * Remove hardcoded markers
    * Add license wit FIXME if available
    * Fix extensions for openSUSE template
    * Add script to create packages for OBS
    * Switch to metaextract
    * Improve openSUSE template checks
    * Update repository name after move to openSUSE
  - Adjust Requires
* Mon Aug 15 2016 tbechtold@suse.com
  - update to version 0.6.4
    * Fix urlretrieve for py3
    * Remove obsolete workaround for old suse in template
    * Update travis.yml
    * Bump version to 0.6.4
    * Add "metadata" subcommand
* Fri Jul 22 2016 tbechtold@suse.com
  - Add missing python-six BuildRequires
* Mon Jul 04 2016 tbechtold@suse.com
  - Use https for Source url
* Thu Jun 30 2016 tbechtold@suse.com
  - update to 0.6.3:
    * Bump version to 0.6.3
    * Set setup.py encoding and retry parsing in error case
    * Move Jinja2 env creation to own function
    * Don't call nosetests when a testsuite was found
    * Fix get_metadata for distutils setup()
    * Also try to get license from classifiers
    * Fix --run deprecation
    * Move requirements related code to requires.py
    * Remove setup.py parsing code
    * Always run setup.py to get metadata
    * Fix README.rst style
* Thu Jun 30 2016 tbechtold@suse.com
  - update to 0.6.2:
    * Bump version to 0.6.2
    * Also list tests_require as BuildRequires for openSUSE
    * Reorder Requires/BuildRequires for openSUSE
    * Requirement markers are only available in newer setuptools versions
* Wed Jun 29 2016 tbechtold@suse.com
  - update to 0.6.1:
    * Bump version to 0.6.1
    * Improve _canonicalize_setup_data() tests
    * Rerun _canonicalize_setup_data()
    * Remove py33 and py34 from travis and tox
    * travis: Fix python 3 test env variables
    * Don't list "./" in names for extracted zip/tar file
    * Fix minimal version detection for requirements
    * Support requirement markers
    * Fix tests_require handling
    * Adjust some comments
    * Use xmlrpc_client from six
    * Adjust docs for testing
    * Remove whitespaces from README
* Wed Jun 29 2016 tbechtold@suse.com
  - update to 0.6.0:
    * Bump version to 0.6.0
    * Add myself as co-maintainer
    * Mention the "--run" as note in README
    * protect against failed eval of setup.py code fragments
    * Also collect tests_require metadata
    * Remove distutils cleanup command
    * Remove pypip.in images from README
    * Use distutils command when running setup.py
    * Add contextmanager to extract a zip/tar into a tempdir
    * Remove bitdeli image from README
    * Relicense under Apache-2.0
    * Move setup.py sandbox run to extra file
    * Also parse entry_points when given as dict
    * Use a "fake" unicode literal from six for decoding
    * Move setup.py parsing to extra file
    * tox: Add possibility to run single test cases
    * Ignore .eggs/ dir in git
    * Update the SPDX mapping file
    * travis: Use matrix to execute tox envs
    * tox: Ignore E402
    * Don't require argparse
    * Remove python 2.6 support
    * travis: remove --use-mirrors pip flag usage
    * tests: ignore console_scripts order during tests
    * Add python 3.4 and 3.5 support
    * Fix company name in spec template
  - Update license. It's now Apache-2.0
  - Adjust Requires
  - USe pypi.io as Source url
* Wed Aug 12 2015 toddrme2178@gmail.com
  - Update to version 0.5.0
    + Fix flake8 issues
    + Fix console_script handling
    + Sanitize collected requirements
    + 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
    + 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 package create function
    + Fix license detection when license is None
    + Don't include comma in _parse_setup_py regexp
    + fix indentation in README
    + Fix KeyError for license and summary
  - Add update-alternatives support for compatibility with
    python 3 version of the package.

Files

/etc/alternatives/py2pack
/usr/bin/py2pack
/usr/bin/py2pack-3.6
/usr/lib/python3.6/site-packages/py2pack
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/pbr.json
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/py2pack-0.8.6-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/py2pack/__init__.py
/usr/lib/python3.6/site-packages/py2pack/__pycache__
/usr/lib/python3.6/site-packages/py2pack/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/proxy.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/proxy.cpython-36.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/requires.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/requires.cpython-36.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/setup.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/setup.cpython-36.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/py2pack/__pycache__/version.cpython-36.pyc
/usr/lib/python3.6/site-packages/py2pack/proxy.py
/usr/lib/python3.6/site-packages/py2pack/requires.py
/usr/lib/python3.6/site-packages/py2pack/setup.py
/usr/lib/python3.6/site-packages/py2pack/spdx_license_map.p
/usr/lib/python3.6/site-packages/py2pack/templates
/usr/lib/python3.6/site-packages/py2pack/templates/fedora.spec
/usr/lib/python3.6/site-packages/py2pack/templates/mageia.spec
/usr/lib/python3.6/site-packages/py2pack/templates/opensuse-legacy.spec
/usr/lib/python3.6/site-packages/py2pack/templates/opensuse.dsc
/usr/lib/python3.6/site-packages/py2pack/templates/opensuse.spec
/usr/lib/python3.6/site-packages/py2pack/utils.py
/usr/lib/python3.6/site-packages/py2pack/version.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:25:09 2024