14
0

Accepting request 1000056 from home:bnavigator:branches:devel:languages:python

- Update to v9.0.0
  * Use pep517.meta to load package metadata. Adds support
    for packages without setup.py.
  * Removed info module (and setuptools show command).
  * Removed depends module. Use other packaging tools instead.
- v8.2.1: Rely on PEP 420 for namespace package.
- v8.2.0: Inject rst_epilog to include ``|project|`` substitution.
- Remove jaraco.base: PEP420 namespace packages do not use that
  kind of scheme anymore.

OBS-URL: https://build.opensuse.org/request/show/1000056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.packaging?expand=0&rev=13
This commit is contained in:
2022-08-29 19:46:06 +00:00
committed by Git OBS Bridge
parent e91008bb4a
commit fb4a89748d
8 changed files with 46 additions and 130 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 29 10:11:16 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v9.0.0
* Use pep517.meta to load package metadata. Adds support
for packages without setup.py.
* Removed info module (and setuptools show command).
* Removed depends module. Use other packaging tools instead.
- v8.2.1: Rely on PEP 420 for namespace package.
- v8.2.0: Inject rst_epilog to include ``|project|`` substitution.
- Remove jaraco.base: PEP420 namespace packages do not use that
kind of scheme anymore.
-------------------------------------------------------------------
Mon Nov 8 11:07:15 UTC 2021 - Dirk Müller <dmueller@suse.com>