15
0

Accepting request 1001823 from home:jayvdb:branches:devel:languages:python

Note: This version is minimum required for deepdiff , which is currently broken when used by anything which uses pkg_resources and similar to do version checking.

Note: The egg-info is now a single file instead of a directory.  If there is some reason it needs to be a directory, either upstream needs to provide one, or we need to somehow do the conversion.

- Update to v4.1.0

OBS-URL: https://build.opensuse.org/request/show/1001823
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-set?expand=0&rev=18
This commit is contained in:
2022-09-08 15:36:21 +00:00
committed by Git OBS Bridge
parent b60f379344
commit 8ba5eb245f
4 changed files with 23 additions and 14 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 8 05:02:48 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Update URL to https://github.com/rspeer/ordered-set
- The egg-info is now a single file instead of a directory
- Update to v4.1.0
* Packaged using flit. Wheels now exist, and setuptools is no longer required.
* The code is in ordered_set/__init__.py instead of ordered_set.py.
* There is an ordered_set/py.typed so that type checkers know about the types.
* Use the type aliases SetLike[T] and OrderedSetInitializer[T] to simplify some types.
* Updated the way overloaded type signatures are written to what MyPy currently expects.
* Minimum Python version is 3.7.
-------------------------------------------------------------------
Tue Dec 28 10:51:04 UTC 2021 - Ben Greiner <code@bnavigator.de>