2023-08-10 09:30:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 10 09:28:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2023-07-10 12:27:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 10 12:18:42 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
|
2023-07-06 16:30:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 6 11:17:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.2.5:
|
|
|
|
|
* Fix hard-coded class reference in fromkeys() resulting in
|
|
|
|
|
always using `dict` for `fromkeys()` (instead of OrderedDict
|
|
|
|
|
in ImmutableOrderedDict for example)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 8 21:26:20 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
|
|
|
|
|
|
- initial package
|