Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8a1a6bbf38 | |||
| 19b6514eaa |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f7c031b26e4ee6a3f786ceb5e3abf1181c4ade92dce1f847da26ea2c96008c7
|
|
||||||
size 315923
|
|
||||||
3
frozendict-2.4.6.tar.gz
Normal file
3
frozendict-2.4.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df7cd16470fbd26fc4969a208efadc46319334eb97def1ddf48919b351192b8e
|
||||||
|
size 316416
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 21:35:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.4.6:
|
||||||
|
* Added pure py wheel for Python 3.13
|
||||||
|
* Now `set`, `setdefault` and `delete` does always a shallow
|
||||||
|
copy, as the C extension, `tuple` and the rest of the world.
|
||||||
|
- update to 2.4.5:
|
||||||
|
* Improved speed of `set`, `setdefault` and `delete` for pure
|
||||||
|
py impl, if `frozendict` is hashable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 10 13:28:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Fri May 10 13:28:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-frozendict
|
Name: python-frozendict
|
||||||
Version: 2.4.4
|
Version: 2.4.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An immutable dictionary
|
Summary: An immutable dictionary
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user