forked from pool/python-jaraco.path
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 454f60c884 | |||
| 444485f149 | |||
| b90725161f | |||
| e6226fb12d | |||
| 8abd9ac7a1 | |||
| 2ab0eea348 | |||
| 2f9e7afdcf |
BIN
jaraco.path-3.7.0.tar.gz
LFS
BIN
jaraco.path-3.7.0.tar.gz
LFS
Binary file not shown.
3
jaraco_path-3.7.2.tar.gz
Normal file
3
jaraco_path-3.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1263c4bb481002e83a96e9253915b33241ac3e1ed6219a2793d3121f65159107
|
||||||
|
size 12360
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 13 12:12:52 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.7.2:
|
||||||
|
* Fix FilesSpec parameters variance issues by making it a
|
||||||
|
typing.Mapping instead of a dict -- by :user:`Avasam`
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
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
|
# 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
|
# 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,12 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jaraco.path
|
Name: python-jaraco.path
|
||||||
Version: 3.7.0
|
Version: 3.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Miscellaneous path functions for jaraco packages
|
Summary: Miscellaneous path functions for jaraco packages
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/jaraco.path
|
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 base >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -40,7 +40,7 @@ jaraco.path provides cross platform hidden file detection
|
|||||||
and other miscellaneous path helper functions.
|
and other miscellaneous path helper functions.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jaraco.path-%{version}
|
%setup -q -n jaraco_path-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -58,7 +58,7 @@ touch jaraco/__init__.py
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{python_sitelib}/jaraco/
|
%dir %{python_sitelib}/jaraco/
|
||||||
%{python_sitelib}/jaraco/path.py
|
%{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 %dir %{python_sitelib}/jaraco/__pycache__
|
||||||
%pycache_only %{python_sitelib}/jaraco/__pycache__/path*.py*
|
%pycache_only %{python_sitelib}/jaraco/__pycache__/path*.py*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user