15
0

Accepting request 1250389 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 3.1.0

OBS-URL: https://build.opensuse.org/request/show/1250389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extra-platforms?expand=0&rev=11
This commit is contained in:
2025-03-05 11:00:34 +00:00
committed by Git OBS Bridge
parent f023c8433a
commit a5f12def16
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Mar 5 10:53:54 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.1.0:
* Allow platform ID membership test on groups.
* Add items() method to Group.
* Allow None values in nested references to platforms and groups.
* Keep initial order of data from platforms_from_ids() and
groups_from_ids() results.
* Allow arbitrary arguments number in Group._extract_platforms().
-------------------------------------------------------------------
Wed Mar 5 10:51:41 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 3.0.0:
* Allow set operations to resolve group and Platform IDs.
* Make resolution of platform and group IDs case-insensitive.
* Only runs website tests on Linux to prevent DOSing them.
* Drop supports for Python 3.10.
* Remove tomli dependency.
-------------------------------------------------------------------
Thu Feb 20 18:31:07 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>