Revisions of python-immutabledict

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1158388 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- 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.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1146083 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 6)
- Use pytest to run the testsuite.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1133665 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 5)
- update to 4.1.0:
  * Do not store cached hash value when pickling
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1131733 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 4)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1103297 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 3)
- 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
Fabian Vogt's avatar Fabian Vogt (favogt_factory) accepted request 1097109 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 1)
addition for matrix-synapse
Displaying all 7 revisions
openSUSE Build Service is sponsored by