14
0

- Update to 2021.2.3:

* Support pytools.tag in persistent_dict
  * Add a backport of pkgutil.resolve_name
  * Add persistent_dict.KeyBuilder.new_hash for hash alg customization
  * Use unordered_hash in KeyBuilder hashing frozenset
  * Drop dependency on, included obsolete copy of 'decorator' pypi module
  * make obj_array_vectorize work on class methods 
- Don't build for Python 3.6, due to no NumPy.
- Remove decorator from {Build,}Requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=36
This commit is contained in:
2021-04-19 02:03:20 +00:00
committed by Git OBS Bridge
parent 698bf5c6f7
commit 4f4cd46fd3
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 19 02:01:33 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2021.2.3:
* Support pytools.tag in persistent_dict
* Add a backport of pkgutil.resolve_name
* Add persistent_dict.KeyBuilder.new_hash for hash alg customization
* Use unordered_hash in KeyBuilder hashing frozenset
* Drop dependency on, included obsolete copy of 'decorator' pypi module
* make obj_array_vectorize work on class methods
- Don't build for Python 3.6, due to no NumPy.
- Remove decorator from {Build,}Requires
-------------------------------------------------------------------
Sat Jan 23 01:10:24 UTC 2021 - Dirk Müller <dmueller@suse.com>