Sync from SUSE:SLFO:Main python-jaraco.path revision 9d4d98410c431e109ca589e9d195c437
This commit is contained in:
BIN
jaraco.path-3.7.0.tar.gz
(Stored with Git LFS)
BIN
jaraco.path-3.7.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
jaraco_path-3.7.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
jaraco_path-3.7.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 15:35:26 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 23:19:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.7.1:
|
||||
* no significant changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 22:13:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jaraco.path
|
||||
#
|
||||
# Copyright (c) 2023 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,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jaraco.path
|
||||
Version: 3.7.0
|
||||
Version: 3.7.1
|
||||
Release: 0
|
||||
Summary: Miscellaneous path functions for jaraco packages
|
||||
License: MIT
|
||||
URL: https://github.com/jaraco/jaraco.path
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jaraco.path/jaraco.path-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jaraco.path/jaraco_path-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -40,7 +40,7 @@ jaraco.path provides cross platform hidden file detection
|
||||
and other miscellaneous path helper functions.
|
||||
|
||||
%prep
|
||||
%setup -q -n jaraco.path-%{version}
|
||||
%setup -q -n jaraco_path-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -58,7 +58,7 @@ touch jaraco/__init__.py
|
||||
%license LICENSE
|
||||
%dir %{python_sitelib}/jaraco/
|
||||
%{python_sitelib}/jaraco/path.py
|
||||
%{python_sitelib}/jaraco.path-%{version}*-info
|
||||
%{python_sitelib}/jaraco[_.]path-%{version}.dist-info
|
||||
%pycache_only %dir %{python_sitelib}/jaraco/__pycache__
|
||||
%pycache_only %{python_sitelib}/jaraco/__pycache__/path*.py*
|
||||
|
||||
|
Reference in New Issue
Block a user