forked from pool/python-pytools
Accepting request 1141927 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1141927 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytools?expand=0&rev=16
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 22:30:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2023.1.1:
|
||||||
|
* enable isort
|
||||||
|
* refdebug: concatenate tuple with tuple
|
||||||
|
* typedump: type improvements
|
||||||
|
* docs: update intersphinx mapping from deprecated variant
|
||||||
|
* Fix persistent numpy dtype hashing for numpy 1.25
|
||||||
|
* Remove persistent_dict.new_hash for real
|
||||||
|
* Support attrs classes for persistent hashing
|
||||||
|
* Avoid a reference cycle in ProcessLogger
|
||||||
|
* Add WriteOncePersistentDict.clear_in_mem_cache
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 21 09:32:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Tue Feb 21 09:32:17 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
@@ -69,7 +83,7 @@ Tue Feb 15 09:04:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
- update to 2022.1:
|
- update to 2022.1:
|
||||||
* use platformdirs
|
* use platformdirs
|
||||||
* add typing to memoize_in
|
* add typing to memoize_in
|
||||||
* type annotations
|
* type annotations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 19 02:01:33 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
Mon Apr 19 02:01:33 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
@@ -80,7 +94,7 @@ Mon Apr 19 02:01:33 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|||||||
* Add persistent_dict.KeyBuilder.new_hash for hash alg customization
|
* Add persistent_dict.KeyBuilder.new_hash for hash alg customization
|
||||||
* Use unordered_hash in KeyBuilder hashing frozenset
|
* Use unordered_hash in KeyBuilder hashing frozenset
|
||||||
* Drop dependency on, included obsolete copy of 'decorator' pypi module
|
* Drop dependency on, included obsolete copy of 'decorator' pypi module
|
||||||
* make obj_array_vectorize work on class methods
|
* make obj_array_vectorize work on class methods
|
||||||
- Don't build for Python 3.6, due to no NumPy.
|
- Don't build for Python 3.6, due to no NumPy.
|
||||||
- Remove decorator from {Build,}Requires
|
- Remove decorator from {Build,}Requires
|
||||||
|
|
||||||
@@ -121,7 +135,7 @@ Fri Mar 20 09:59:31 UTC 2020 - pgajdos@suse.com
|
|||||||
|
|
||||||
- version update to 2020.1
|
- version update to 2020.1
|
||||||
+ No upstream changelog available
|
+ No upstream changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 14 18:44:58 UTC 2019 - John Jolly <jjolly@suse.com>
|
Tue May 14 18:44:58 UTC 2019 - John Jolly <jjolly@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytools
|
# spec file for package python-pytools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
Name: python-pytools
|
Name: python-pytools
|
||||||
Version: 2022.1.14
|
Version: 2023.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of tools for Python
|
Summary: A collection of tools for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:41017371610bb2a03685597c5285205e6597c7f177383d95c8b871244b12c14e
|
|
||||||
size 74636
|
|
3
pytools-2023.1.1.tar.gz
Normal file
3
pytools-2023.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:80637873d206f6bcedf7cdb46ad93e868acb4ea2256db052dfcca872bdd0321f
|
||||||
|
size 75472
|
Reference in New Issue
Block a user