14
0
forked from pool/python-bidict
Commit Graph

9 Commits

Author SHA256 Message Date
a63a8df297 Accepting request 895557 from home:DocB:branches:devel:languages:python
- Update to version 0.21.2
  * Include `py.typed <https://www.python.org/dev/peps/pep-0561/#packaging-type-information>`__
    file to mark :mod:`bidict` as type hinted.

OBS-URL: https://build.opensuse.org/request/show/895557
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=19
2021-05-26 14:48:42 +00:00
55279e34fb - Update to 0.21.0:
* bidict now provides type hints
  * Add bidict.MutableBidirectionalMapping ABC
  * Drop Python 3.5 support
  * Remove bidict.compat module
  * Remove APIs deprecated in previous releases 
- Drop dont-limit-versions.patch, included upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=17
2020-09-01 04:49:16 +00:00
03f13c54e6 - Add dont-limit-versions.patch … don't limit the upper
version of setuptools_scm to be used.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=15
2020-08-18 18:57:29 +00:00
Tomáš Chvátal
2b0089a8a7 Accepting request 765343 from home:mcalabkova:branches:devel:languages:python
- update to 0.19.0
  * Drop support for Python 2 as promised in v0.18.2.
  * Deprecate bidict.OVERWRITE and bidict.IGNORE. A UserWarning will now be emitted if these are used.
  * Rename DuplicationPolicy to OnDupAction (and implement it via an Enum).
  * No longer use __all__ in bidict’s __init__.py.
  * Improve validation of names passed to namedbidict().

OBS-URL: https://build.opensuse.org/request/show/765343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=13
2020-01-17 18:08:39 +00:00
Tomáš Chvátal
b443fe6fce - Update to 0.18.2:
* Warn that Python 2 support will be dropped in a future release when Python 2 is detected.
  * Fix a regression introduced by the memory optimizations added in 0.15.0 which caused deepcopied and unpickled bidicts to have their inverses set incorrectly. #94

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=11
2019-09-13 11:24:40 +00:00
Tomáš Chvátal
80497f1f5c Accepting request 679991 from home:jayvdb:noflake8
- Remove unused build dependencies
- Add export LANG=en_US.UTF-8
- Add docs/*.rst to %doc
- Update to v0.18.0

OBS-URL: https://build.opensuse.org/request/show/679991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=9
2019-02-28 08:59:38 +00:00
9304aac2a9 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=7
2018-12-04 13:16:22 +00:00
Tomáš Chvátal
831aca8e01 Accepting request 626071 from home:jengelh:branches:devel:languages:python
- Specify summary with a bit more detail.

OBS-URL: https://build.opensuse.org/request/show/626071
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=5
2018-07-30 07:34:05 +00:00
Todd R
65c63791b6 Accepting request 613686 from devel:languages:python:misc
Bidirectional map implementation

OBS-URL: https://build.opensuse.org/request/show/613686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=1
2018-06-02 19:03:28 +00:00