forked from pool/python-dep-logic
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0090c590a8 | |||
| 79ea36029d | |||
| 0746eb33dd | |||
| 86bb6b4ff2 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d41c5df231b1ef1464b0d30683af3e349afb70d0c8e87d9e1338372359f8b4cd
|
|
||||||
size 33483
|
|
||||||
3
dep_logic-0.4.10.tar.gz
Normal file
3
dep_logic-0.4.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2fe0626ae5700c5d3788f7105015a291bd1f4e4ae83287e7094e2feb503f859
|
||||||
|
size 35432
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Jun 29 16:04:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-dep-logic
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-dep-logic
|
Name: python-dep-logic
|
||||||
Version: 0.3.0
|
Version: 0.4.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python dependency specifications supporting logical operations
|
Summary: Python dependency specifications supporting logical operations
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user