forked from pool/python-jaraco.packaging
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
72120fec57 | |||
ea0f7183b2 | |||
d749588cdd | |||
53f20f383d | |||
045ee0c7ec |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05302a4f8457b74971e7cc220df30fdf79b4fac31601e1b0dc439fff985a3040
|
||||
size 13381
|
BIN
jaraco_packaging-10.2.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
jaraco_packaging-10.2.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 15:35:17 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Make it compatible with older setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 05:48:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Normalize metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 20:03:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 10.2.3:
|
||||
* Adapt to latest versions of importlib.metadata that don't
|
||||
allow for implicit None values.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 06:40:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jaraco.packaging
|
||||
#
|
||||
# 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-jaraco.packaging
|
||||
Version: 10.2.2
|
||||
Version: 10.2.3
|
||||
Release: 0
|
||||
Summary: Supplement packaging Python releases
|
||||
License: MIT
|
||||
@ -73,7 +73,7 @@ export PIP_FIND_LINKS=$(dirname %{SOURCE10})
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc docs/*.rst NEWS.rst README.rst
|
||||
%{python_sitelib}/jaraco.packaging-%{version}.dist-info
|
||||
%{python_sitelib}/jaraco[_.]packaging-%{version}.dist-info
|
||||
%dir %{python_sitelib}/jaraco
|
||||
%{python_sitelib}/jaraco/packaging/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user