14
0
forked from pool/python-pbr

- update to 5.9.0:

* Future-proofing pyproject.toml
  * Use importlib-metadata for runtime package version lookups
  * Drop wheel from pyproject.toml examples
  * Changed minversion in tox to 3.18.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=142
This commit is contained in:
2022-08-10 15:02:28 +00:00
committed by Git OBS Bridge
parent 7751deb78a
commit 5ed6557076
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 10 14:58:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 5.9.0:
* Future-proofing pyproject.toml
* Use importlib-metadata for runtime package version lookups
* Drop wheel from pyproject.toml examples
* Changed minversion in tox to 3.18.0
-------------------------------------------------------------------
Tue Feb 22 09:04:17 UTC 2022 - Dirk Müller <dmueller@suse.com>