1
0

7 Commits

Author SHA256 Message Date
89b43406d3 - 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
8930a80afc - 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
54ad7d31e7 - 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
ab8b35584a - 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
092fb96d2b - 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
13d033df4f 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
OBS User buildservice-autocommit
b214036f3f 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