15
0

- Update to 0.4.9:

* Handle unknown platform
  * Parsing generic and freebsk platforms
  * Support generic platforms
  * Evaluate free threaded wheel tags
  * Support risvc64 arch
  * Add python_version to markers if requires_python is ==
  * Ignore invalid python tags
  * Allow not set env criteria and compatibility check for env spec
  * Str representation of env spec
  * Platform parsing missing arch part
  * Markers for env spec
  * Add normalized representation for platform

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dep-logic?expand=0&rev=7
This commit is contained in:
2024-09-27 05:06:36 +00:00
committed by Git OBS Bridge
parent 5fb35a140e
commit 64e5a6e697
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Sep 27 05:05:55 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.9:
* Handle unknown platform
* Parsing generic and freebsk platforms
* Support generic platforms
* Evaluate free threaded wheel tags
* Support risvc64 arch
* Add python_version to markers if requires_python is ==
* Ignore invalid python tags
* Allow not set env criteria and compatibility check for env spec
* Str representation of env spec
* Platform parsing missing arch part
* Markers for env spec
* Add normalized representation for platform
-------------------------------------------------------------------
Sat Jun 29 16:04:51 UTC 2024 - Dirk Müller <dmueller@suse.com>