17
0

6 Commits

Author SHA256 Message Date
d3c03a1566 Accepting request 1292441 from devel:languages:python
- 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/request/show/1292441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dep-logic?expand=0&rev=6
2025-07-14 08:51:42 +00:00
2423cbe327 - 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
2025-07-12 17:32:19 +00:00
11a7f6df22 Accepting request 1239869 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dep-logic?expand=0&rev=5
2025-01-23 17:05:57 +00:00
6a3f63f135 Accepting request 1239842 from home:glaubitz:branches:devel:languages:python
- Update to 0.4.10
  * Don't fail when glibc is not found

OBS-URL: https://build.opensuse.org/request/show/1239842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dep-logic?expand=0&rev=9
2025-01-23 13:01:18 +00:00
3feadf60d7 Accepting request 1204010 from devel:languages:python
- 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/request/show/1204010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dep-logic?expand=0&rev=4
2024-09-27 15:11:10 +00:00
64e5a6e697 - 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
2024-09-27 05:06:36 +00:00
4 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d41c5df231b1ef1464b0d30683af3e349afb70d0c8e87d9e1338372359f8b4cd
size 33483

3
dep_logic-0.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfd10877277d3cbb6e66fd48f316ba6c284701af0e67d52eaaf10275753354a7
size 36819

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
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>
- Update to 0.4.10
* Don't fail when glibc is not found
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dep-logic
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-dep-logic
Version: 0.3.0
Version: 0.5.1
Release: 0
Summary: Python dependency specifications supporting logical operations
License: Apache-2.0