forked from pool/python-packaging
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
84d92a6006 | |||
1d17ea45ef | |||
4aaaf4970b | |||
76970914e0 | |||
7cfafd9a56 | |||
fccaf018aa | |||
4baf058568 |
BIN
packaging-24.1.tar.gz
(Stored with Git LFS)
BIN
packaging-24.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
packaging-24.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
packaging-24.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 15:38:23 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip primary build only for Tumbleweed (adjust version)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 13:40:15 UTC 2024 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
- update to 24.2:
|
||||
* PEP 639: Implement License-Expression and License-File
|
||||
(:issue:`828`)
|
||||
* Use !r formatter for error messages with filenames
|
||||
(:issue:`844`)
|
||||
* Add support for PEP 730 iOS tags (:issue:`832`)
|
||||
* Fix prerelease detection for > and < (:issue:`794`)
|
||||
* Fix uninformative error message (:issue:`830`)
|
||||
* Refactor canonicalize_version (:issue:`793`)
|
||||
* Patch python_full_version unconditionally (:issue:`825`)
|
||||
* Fix doc for canonicalize_version to mention strip_trailing_zero
|
||||
and a typo in a docstring (:issue:`801`)
|
||||
* Fix typo in Version __str__ (:issue:`817`)
|
||||
* Support creating a SpecifierSet from an iterable of Specifier
|
||||
objects (:issue:`775`)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 12:41:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
# in order to avoid rewriting for subpackage generator
|
||||
%define mypython python
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%if 0%{?suse_version} >= 1650
|
||||
%if "%{flavor}" == "primary"
|
||||
# this one is goes into Ring0: Bootstrap for primary python stack
|
||||
%define pprefix %{primary_python}
|
||||
@@ -53,7 +53,7 @@ ExclusiveArch: do-not-build
|
||||
%endif
|
||||
|
||||
Name: %{pprefix}-packaging%{?psuffix}
|
||||
Version: 24.1
|
||||
Version: 24.2
|
||||
Release: 0
|
||||
Summary: Core utilities for Python packages
|
||||
License: Apache-2.0 AND BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user