2022-10-25 19:22:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 25 19:21:15 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Upgrade to 3.6.0:
|
|
|
|
|
- Revised DictFilter:
|
|
|
|
|
- Fixed issue where DictFilter.__contains__ would raise a
|
|
|
|
|
KeyError.
|
|
|
|
|
- Relies heavily now on collections.abc.Mapping base class.
|
|
|
|
|
|
2022-10-25 19:17:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 25 19:17:07 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove conditional definition of python_module.
|
|
|
|
|
|
2022-08-29 19:39:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 29 11:37:21 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- Update to v3.5.2
|
|
|
|
|
* Packaging refresh.
|
|
|
|
|
* Enrolled with Tidelift.
|
|
|
|
|
- v3.5.1
|
|
|
|
|
* Fixed DictStack.__len__ and addressed recursion error on PyPy
|
|
|
|
|
in __getitem__.
|
|
|
|
|
- v3.5.0
|
|
|
|
|
* DictStack now supports the following Mapping behaviors:
|
|
|
|
|
- .items()
|
|
|
|
|
- casting to a dict
|
|
|
|
|
- __contains__ (i.e. "x in stack")
|
|
|
|
|
* Require Python 3.7 or later.
|
|
|
|
|
- v3.4.0: Add WeightedLookup.
|
|
|
|
|
- v3.3.0: Add FreezableDefaultDict.
|
|
|
|
|
- v3.2.0: Rely on PEP 420 for namespace package.
|
|
|
|
|
|
2020-12-06 21:46:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 5 22:16:50 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
|
|
- compile cache for all python3 flavors, remove unused python2
|
|
|
|
|
compile statements -- gh#openSUSE/python-rpm-macros#66
|
|
|
|
|
|
2020-03-09 13:32:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 9 12:59:46 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
* Require Python 3.6 or later.
|
|
|
|
|
|
2020-01-16 11:07:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jan 16 10:58:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 2.1:
|
|
|
|
|
* Added pop_all function.
|
|
|
|
|
|
2019-02-27 08:26:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Feb 26 09:28:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Add LICENSE
|
|
|
|
|
- Compile manually due to switch to pkgutil namespace technique
|
|
|
|
|
- Use fdupes
|
|
|
|
|
- Re-instate use of --doctest-modules to increase coverage
|
|
|
|
|
- Add explicit build dependency on python-six
|
|
|
|
|
- Update to v2.0
|
|
|
|
|
* Switch to pkgutil namespace technique for the ``jaraco`` namespace.
|
|
|
|
|
- from 1.6.0
|
|
|
|
|
* Fix DeprecationWarnings when referencing abstract base
|
|
|
|
|
classes from collections module.
|
|
|
|
|
|
2018-08-28 12:23:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 28 12:23:31 UTC 2018 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- enable tests
|
|
|
|
|
|
2018-08-28 08:24:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 28 08:24:24 UTC 2018 - dmueller@suse.com
|
|
|
|
|
|
|
|
|
|
- filelist cleanup
|
|
|
|
|
|
2018-08-28 08:23:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 23 09:50:30 UTC 2018 - dheidler@suse.de
|
|
|
|
|
|
2019-02-27 08:26:44 +00:00
|
|
|
- Initial Package for v1.5.3
|