1
0

7 Commits

Author SHA256 Message Date
454f60c884 Accepting request 1292493 from devel:languages:python
- update to 3.7.2:
  * Fix FilesSpec parameters variance issues by making it a
    typing.Mapping instead of a dict -- by :user:`Avasam`

OBS-URL: https://build.opensuse.org/request/show/1292493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.path?expand=0&rev=8
2025-07-15 14:42:58 +00:00
444485f149 - update to 3.7.2:
* Fix FilesSpec parameters variance issues by making it a
    typing.Mapping instead of a dict -- by :user:`Avasam`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=18
2025-07-13 12:13:02 +00:00
b90725161f Accepting request 1266237 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.path?expand=0&rev=7
2025-04-11 14:45:09 +00:00
e6226fb12d - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=16
2025-04-01 15:39:52 +00:00
8abd9ac7a1 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=15
2025-03-26 05:50:56 +00:00
2ab0eea348 Accepting request 1218897 from devel:languages:python
- update to 3.7.1:
  * no significant changes

OBS-URL: https://build.opensuse.org/request/show/1218897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.path?expand=0&rev=6
2024-10-30 16:29:52 +00:00
2f9e7afdcf - update to 3.7.1:
* no significant changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=13
2024-10-28 23:19:41 +00:00
4 changed files with 31 additions and 8 deletions

Binary file not shown.

3
jaraco_path-3.7.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1263c4bb481002e83a96e9253915b33241ac3e1ed6219a2793d3121f65159107
size 12360

View File

@@ -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>

View File

@@ -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*