forked from pool/python-dep-logic
* 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
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 0.3.0:
|
|
* New module dep_logic.tags for compatibility check with wheel
|
|
tags
|
|
* Use the same marker environment for current platform
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 06:53:41 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Use sle15_python_module_pythons
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 27 15:42:44 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Initial packaging (v0.2.0), needed by pdm
|