15
0
forked from pool/python-Paste

- Update to 3.5.3:

* Use importlib instead of imp with Python 3.
- Drop patch support-python-311.patch, something similar now included
  upstream.
- Switch to pyproject macros.
- Stop using greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=64
This commit is contained in:
2023-08-28 04:43:09 +00:00
committed by Git OBS Bridge
parent a25170c22d
commit ebf591c24b
5 changed files with 22 additions and 24 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Aug 28 04:41:38 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.5.3:
* Use importlib instead of imp with Python 3.
- Drop patch support-python-311.patch, something similar now included
upstream.
- Switch to pyproject macros.
- Stop using greedy globs in %files.
-------------------------------------------------------------------
Tue May 9 13:53:17 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>