14
0

21 Commits

Author SHA256 Message Date
b165187119 Accepting request 1294377 from home:fstegmeier:branches:devel:languages:python
- update to 5.2.1
  * Fixed issue when the defaults included the key 'target'.

OBS-URL: https://build.opensuse.org/request/show/1294377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=37
2025-07-22 11:24:38 +00:00
c58025d2fe - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=35
2025-04-01 15:38:05 +00:00
99d5194ad0 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=34
2025-03-26 05:49:48 +00:00
c6cd4badde - update to 5.1.0:
* Fully typed RangeMap and avoid complete iterations to find
    matches

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=32
2024-10-28 23:18:29 +00:00
912483d407 - update to 5.0.1:
* Delinting and package refresh.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=30
2024-04-20 21:01:03 +00:00
bdd3ebb503 - update to 5.0.0:
* Moved collections into a package and declared as typed.
  * Deprecations and Removals
  * Removed DictFilter.
- Update to 3.8.0
- Update to 3.7.0:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=28
2023-12-16 20:57:22 +00:00
a7234044e1 Accepting request 1116381 from home:mimi_vx:branches:devel:languages:python
- update to 4.3.0
 * Added Mask, the inverse of a Projection.
 * Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/request/show/1116381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=26
2023-10-09 11:13:07 +00:00
4588f71173 - update to 4.1.0:
* ``Projection`` now accepts an iterable or callable or pattern
    for matching keys.  ``Projection`` now retains order of keys
    from the underlying mapping.
  * ``DictFilter`` is now deprecated in favor of ``Projection``.
  * ``DictFilter`` no longer accepts ``include_keys`` and
    requires ``include_pattern`` as a keyword argument.
  * In ``DictFilter``, deprecated ``include_keys`` parameter and
    usage without ``include_pattern``. Future versions will honor
    ``include_pattern`` as a required keyword argument. All other
    uses are deprecated. For uses that currently rely on
    ``include_keys``, use ``Projection`` instead/in addition.
  * ``DictFilter.__len__`` no longer relies on the iterable.
    Improves efficiency and fixes ``RecursionError`` on PyPy (#12).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=24
2023-05-14 18:35:44 +00:00
09faafc0dc Accepting request 1069693 from home:frispete:blender:python
- prepare test environment: correctly provide jaraco modules locally
  %{python3_sitelib} might not be available

OBS-URL: https://build.opensuse.org/request/show/1069693
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=22
2023-03-07 15:52:43 +00:00
891b1869ac Accepting request 1039633 from home:yarunachalam:branches:devel:languages:python
- Update to 3.8.0 
  * Made DictStack mutable.

OBS-URL: https://build.opensuse.org/request/show/1039633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=20
2022-12-02 21:38:29 +00:00
0fa0353bbc Accepting request 1034585 from home:yarunachalam:branches:devel:languages:python
- Update to 3.7.0: 
  * Added RangeMap.left.

OBS-URL: https://build.opensuse.org/request/show/1034585
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=18
2022-11-08 21:17:09 +00:00
a1f60dfbfb - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=16
2022-10-25 19:22:21 +00:00
d43cea1fa8 - Remove conditional definition of python_module.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=15
2022-10-25 19:17:15 +00:00
b9d5af3b36 Accepting request 1000038 from home:bnavigator:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1000038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=13
2022-08-29 19:39:58 +00:00
0a14f5254b Accepting request 853330 from home:bnavigator:branches:devel:languages:python
- compile cache for all python3 flavors, remove unused python2
  compile statements -- gh#openSUSE/python-rpm-macros#66

OBS-URL: https://build.opensuse.org/request/show/853330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=11
2020-12-06 21:46:29 +00:00
Tomáš Chvátal
3b15094d97 Accepting request 782940 from home:mcalabkova:branches:devel:languages:python
- Update to 3.0.0
  * Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/request/show/782940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=9
2020-03-09 13:32:10 +00:00
Tomáš Chvátal
17aa810b07 - Update to 2.1:
* Added pop_all function.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=7
2020-01-16 11:07:40 +00:00
Tomáš Chvátal
63434e3772 Accepting request 679684 from home:jayvdb:noflake8
- 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.

OBS-URL: https://build.opensuse.org/request/show/679684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=5
2019-02-27 08:26:44 +00:00
90765c7b59 - enable tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=3
2018-08-28 12:23:38 +00:00
afe24722cf - filelist cleanup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=2
2018-08-28 08:24:31 +00:00
e8a28f44d4 Accepting request 631264 from home:dheidler
- Initial Package

OBS-URL: https://build.opensuse.org/request/show/631264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.collections?expand=0&rev=1
2018-08-28 08:23:47 +00:00