From 2423cbe327d36bdeca4b4610b35e5eb437bb627f0a4000618c6951876e4fec92 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 17:32:19 +0000 Subject: [PATCH] - 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 --- dep_logic-0.4.10.tar.gz | 3 --- dep_logic-0.5.1.tar.gz | 3 +++ python-dep-logic.changes | 13 +++++++++++++ python-dep-logic.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 dep_logic-0.4.10.tar.gz create mode 100644 dep_logic-0.5.1.tar.gz diff --git a/dep_logic-0.4.10.tar.gz b/dep_logic-0.4.10.tar.gz deleted file mode 100644 index 5cb57fa..0000000 --- a/dep_logic-0.4.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2fe0626ae5700c5d3788f7105015a291bd1f4e4ae83287e7094e2feb503f859 -size 35432 diff --git a/dep_logic-0.5.1.tar.gz b/dep_logic-0.5.1.tar.gz new file mode 100644 index 0000000..b0f1f85 --- /dev/null +++ b/dep_logic-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd10877277d3cbb6e66fd48f316ba6c284701af0e67d52eaaf10275753354a7 +size 36819 diff --git a/python-dep-logic.changes b/python-dep-logic.changes index 42c5658..67629c1 100644 --- a/python-dep-logic.changes +++ b/python-dep-logic.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jul 12 17:31:35 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-dep-logic.spec b/python-dep-logic.spec index 9290f4f..20e110e 100644 --- a/python-dep-logic.spec +++ b/python-dep-logic.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-dep-logic -Version: 0.4.10 +Version: 0.5.1 Release: 0 Summary: Python dependency specifications supporting logical operations License: Apache-2.0