15
0

- update to 0.5.1:

* Improve docstrings and format
- update to 0.5.0:
  * Support 'extras' and 'dependency_groups' markers
  * Improve logic for detecting msys2-based Python (works for
    3.11 and 3.
- update to 0.4.11:
  * Handle irregular python tags
  * Basic loongarch64 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dep-logic?expand=0&rev=11
This commit is contained in:
2025-07-12 17:32:19 +00:00
committed by Git OBS Bridge
parent 6a3f63f135
commit 2423cbe327
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 12 17:31:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.1:
* Improve docstrings and format
- update to 0.5.0:
* Support 'extras' and 'dependency_groups' markers
* Improve logic for detecting msys2-based Python (works for
3.11 and 3.
- update to 0.4.11:
* Handle irregular python tags
* Basic loongarch64 support
-------------------------------------------------------------------
Thu Jan 23 11:21:00 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>