f52b0445b8
Accepting request 1317847 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1317847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=9
2025-11-17 11:14:10 +00:00
26f11eb992
Accepting request 1317825 from home:glaubitz:branches:devel:languages:python
...
- Update to 4.2.2
* Update classifiers, Github Actions... for Python 3.14
* Update metadatas for PEP 639
OBS-URL: https://build.opensuse.org/request/show/1317825
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=20
2025-11-14 16:14:50 +00:00
f7fc1747f7
Accepting request 1225136 from devel:languages:python
...
- update to 4.2.1:
* Published with attestation
* Update classifiers, Github Actions... for Python 3.13 (no
code changes)
OBS-URL: https://build.opensuse.org/request/show/1225136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=8
2024-11-19 21:24:18 +00:00
049a346559
- update to 4.2.1:
...
* Published with attestation
* Update classifiers, Github Actions... for Python 3.13 (no
code changes)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=18
2024-11-19 15:37:40 +00:00
984af52e78
Accepting request 1158388 from devel:languages:python
...
- update to 4.2.0:
* Add `discard` method which return a new immutabledict without
the item at the given key, if present
- Use pytest to run the testsuite.
OBS-URL: https://build.opensuse.org/request/show/1158388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=7
2024-03-17 21:14:31 +00:00
2f99969ccd
- update to 4.2.0:
...
* Add `discard` method which return a new immutabledict without
the item at the given key, if present
- Use pytest to run the testsuite.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=16
2024-03-16 08:34:14 +00:00
71645ae275
Accepting request 1146083 from devel:languages:python
...
- Use pytest to run the testsuite.
OBS-URL: https://build.opensuse.org/request/show/1146083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=6
2024-02-12 17:52:50 +00:00
bb04dd18a1
- Use pytest to run the testsuite.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=14
2024-02-12 06:01:01 +00:00
fdc36ccf21
Accepting request 1133665 from devel:languages:python
...
- update to 4.1.0:
* Do not store cached hash value when pickling
OBS-URL: https://build.opensuse.org/request/show/1133665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=5
2023-12-17 20:33:01 +00:00
b153096524
- update to 4.1.0:
...
* Do not store cached hash value when pickling
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=12
2023-12-16 21:10:19 +00:00
6f962697b1
Accepting request 1131733 from devel:languages:python
...
- update to 4.0.0:
* Replace `__init__` by `__new__`.
* Add explicit items()/keys()/values() methods to speedup these
methods.
* Add set/delete/update functions.
* Add documentation at immutabledict.corenting.fr
- Fix key/value typing missing for ImmutableOrderedDict
OBS-URL: https://build.opensuse.org/request/show/1131733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=4
2023-12-08 21:32:08 +00:00
fd56a76df1
- update to 4.0.0:
...
* Replace `__init__` by `__new__`.
* Add explicit items()/keys()/values() methods to speedup these
methods.
* Add set/delete/update functions.
* Add documentation at immutabledict.corenting.fr
- Fix key/value typing missing for ImmutableOrderedDict
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=10
2023-12-07 22:35:43 +00:00
173994f4b3
Accepting request 1103297 from devel:languages:python
...
- update to 3.0.0:
* copy() (breaking change): remove the option to pass keyword
arguments (which were present as key/value pairs in the copy).
Now the method doesn't take any arguments (it behaves the same
as a normal dict).
* Python versions: drop Python 3.7 support
* Typing: fixes
- Make the key covariant. Thanks to @spacether for the PR #244
- Fix key/value typing missing for ImmutableOrderedDict
OBS-URL: https://build.opensuse.org/request/show/1103297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=3
2023-08-10 13:34:49 +00:00
131af2819a
- update to 3.0.0:
...
* copy() (breaking change): remove the option to pass keyword
arguments (which were present as key/value pairs in the copy).
Now the method doesn't take any arguments (it behaves the same
as a normal dict).
* Python versions: drop Python 3.7 support
* Typing: fixes
- Make the key covariant. Thanks to @spacether for the PR #244
- Fix key/value typing missing for ImmutableOrderedDict
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=8
2023-08-10 09:30:47 +00:00
52cb264f83
Accepting request 1097956 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1097956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=2
2023-07-10 14:40:58 +00:00
ab4b4a9dc3
Accepting request 1097951 from home:ecsos:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1097951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=6
2023-07-10 12:27:27 +00:00
abb933050f
Accepting request 1097109 from devel:languages:python
...
addition for matrix-synapse
OBS-URL: https://build.opensuse.org/request/show/1097109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutabledict?expand=0&rev=1
2023-07-06 16:30:02 +00:00
OBS User buildservice-autocommit
410d45488b
baserev update by copy to link target
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutabledict?expand=0&rev=4
2023-07-06 16:30:02 +00:00