forked from pool/python-packaging
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
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.
3
packaging-25.0.tar.gz
Normal file
3
packaging-25.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f
|
||||||
|
size 165727
|
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 31 11:44:29 UTC 2025 - marec <marec@detebe.org>
|
||||||
|
|
||||||
|
- update to 25.0:
|
||||||
|
* PEP 751: Add support for extras and dependency_groups markers. (#885)
|
||||||
|
* PEP 738: Add support for Android platform tags. (#880)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Jun 20 12:41:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-packaging
|
# spec file for package python-packaging
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
# in order to avoid rewriting for subpackage generator
|
# in order to avoid rewriting for subpackage generator
|
||||||
%define mypython python
|
%define mypython python
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1650
|
||||||
%if "%{flavor}" == "primary"
|
%if "%{flavor}" == "primary"
|
||||||
# this one is goes into Ring0: Bootstrap for primary python stack
|
# this one is goes into Ring0: Bootstrap for primary python stack
|
||||||
%define pprefix %{primary_python}
|
%define pprefix %{primary_python}
|
||||||
@@ -53,7 +53,7 @@ ExclusiveArch: do-not-build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %{pprefix}-packaging%{?psuffix}
|
Name: %{pprefix}-packaging%{?psuffix}
|
||||||
Version: 24.1
|
Version: 25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core utilities for Python packages
|
Summary: Core utilities for Python packages
|
||||||
License: Apache-2.0 AND BSD-2-Clause
|
License: Apache-2.0 AND BSD-2-Clause
|
||||||
|
Reference in New Issue
Block a user