From 64e5a6e6979127db738f54876f34148c10bf345dec4d7b200a81bfd3a9ecb075 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 27 Sep 2024 05:06:36 +0000 Subject: [PATCH] - 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 --- dep_logic-0.3.0.tar.gz | 3 --- dep_logic-0.4.9.tar.gz | 3 +++ python-dep-logic.changes | 17 +++++++++++++++++ python-dep-logic.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 dep_logic-0.3.0.tar.gz create mode 100644 dep_logic-0.4.9.tar.gz diff --git a/dep_logic-0.3.0.tar.gz b/dep_logic-0.3.0.tar.gz deleted file mode 100644 index 4cc4d0a..0000000 --- a/dep_logic-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d41c5df231b1ef1464b0d30683af3e349afb70d0c8e87d9e1338372359f8b4cd -size 33483 diff --git a/dep_logic-0.4.9.tar.gz b/dep_logic-0.4.9.tar.gz new file mode 100644 index 0000000..2416059 --- /dev/null +++ b/dep_logic-0.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d455ea2a3da4fea2be6186d886905c57eeeebe3ea7fa967f599cb8e0f01d5c9 +size 35463 diff --git a/python-dep-logic.changes b/python-dep-logic.changes index cca87df..eea4527 100644 --- a/python-dep-logic.changes +++ b/python-dep-logic.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 27 05:05:55 UTC 2024 - Steve Kowalik + +- 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 diff --git a/python-dep-logic.spec b/python-dep-logic.spec index d4779b2..54a7359 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.3.0 +Version: 0.4.9 Release: 0 Summary: Python dependency specifications supporting logical operations License: Apache-2.0