17
0

2 Commits

Author SHA256 Message Date
8a1a6bbf38 Accepting request 1219196 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1219196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-frozendict?expand=0&rev=12
2024-10-30 16:36:35 +00:00
19b6514eaa - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozendict?expand=0&rev=30
2024-10-29 21:35:44 +00:00
4 changed files with 15 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df7cd16470fbd26fc4969a208efadc46319334eb97def1ddf48919b351192b8e
size 316416

View File

@@ -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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-frozendict
Version: 2.4.4
Version: 2.4.6
Release: 0
Summary: An immutable dictionary
License: MIT