15
0
forked from pool/python-PyTrie

- Update to 0.4.0:

* Drop Python 2.7 support
- LICENSE now included in the tarball, drop the separate Source. 
- Drop fix-sorting-py2.patch, Python 2 not supported
- Drop no-import-from-collections.patch, included upstream
- No longer BuildRequire python-devel, and switch to the macro for
  testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyTrie?expand=0&rev=12
This commit is contained in:
2020-11-11 02:01:22 +00:00
committed by Git OBS Bridge
parent e8de995e40
commit 23fc6d2cc9
7 changed files with 19 additions and 98 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 11 01:51:53 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.0:
* Drop Python 2.7 support
- LICENSE now included in the tarball, drop the separate Source.
- Drop fix-sorting-py2.patch, Python 2 not supported
- Drop no-import-from-collections.patch, included upstream
- No longer BuildRequire python-devel, and switch to the macro for
testsuite
-------------------------------------------------------------------
Tue Dec 3 15:14:36 UTC 2019 - Matej Cepl <mcepl@suse.com>