14
0

- Add patch correct-version.patch, version in the tarball does not match.

- Add patch remove-future-requirement.patch, drop requirement of future
- Switch to pyproject and autosetup macros
- Clean up python 2 leftovers
- Do not install testdata
- Stop using greedy globs in %files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=23
This commit is contained in:
2023-09-05 01:15:03 +00:00
committed by Git OBS Bridge
parent 09b9dab84d
commit a7d94c22fa
4 changed files with 55 additions and 13 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 5 01:14:13 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch correct-version.patch, version in the tarball does not match.
- Add patch remove-future-requirement.patch, drop requirement of future
- Switch to pyproject and autosetup macros
- Clean up python 2 leftovers
- Do not install testdata
- Stop using greedy globs in %files
-------------------------------------------------------------------
Thu Jul 6 12:19:23 UTC 2023 - ecsos <ecsos@opensuse.org>