From 8abd9ac7a14bdcbc0df1f571db503d74be014b4803d2642639f12e0b1d1192ce Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Mar 2025 05:50:56 +0000 Subject: [PATCH 1/2] - Normalize metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=15 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + jaraco.path-3.7.0.tar.gz | 3 ++ jaraco_path-3.7.1.tar.gz | 3 ++ python-jaraco.path.changes | 48 ++++++++++++++++++++++++++++ python-jaraco.path.spec | 65 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 143 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 jaraco.path-3.7.0.tar.gz create mode 100644 jaraco_path-3.7.1.tar.gz create mode 100644 python-jaraco.path.changes create mode 100644 python-jaraco.path.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/jaraco.path-3.7.0.tar.gz b/jaraco.path-3.7.0.tar.gz new file mode 100644 index 0000000..691e600 --- /dev/null +++ b/jaraco.path-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd55b67bbf53557d1fe1059d27fc4c2652ba1e94451a14f6678235d7703cf650 +size 11039 diff --git a/jaraco_path-3.7.1.tar.gz b/jaraco_path-3.7.1.tar.gz new file mode 100644 index 0000000..ca7f488 --- /dev/null +++ b/jaraco_path-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17c0c0b686022a9b10dc7230b21ce353f5626cf079db3780c405f58501ed78e +size 11771 diff --git a/python-jaraco.path.changes b/python-jaraco.path.changes new file mode 100644 index 0000000..d8706b7 --- /dev/null +++ b/python-jaraco.path.changes @@ -0,0 +1,48 @@ +------------------------------------------------------------------- +Wed Mar 26 05:48:34 UTC 2025 - Steve Kowalik + +- Normalize metadata directory name. + +------------------------------------------------------------------- +Mon Oct 28 23:19:23 UTC 2024 - Dirk Müller + +- update to 3.7.1: + * no significant changes + +------------------------------------------------------------------- +Thu Dec 7 22:13:38 UTC 2023 - Dirk Müller + +- update to 3.7.0: + * Require Python 3.8 or later. + * Added support for ``Symlink``s for the tree maker + (``build``). + +------------------------------------------------------------------- +Thu May 4 21:52:25 UTC 2023 - Dirk Müller + +- update to 3.5.0: + * Introduced ``Recording`` object and ``TreeMaker`` protocol, + with ``build()`` now explicitly accepting any ``TreeMaker``. + * Fixed EncodingWarnings and ResourceWarnings. + +------------------------------------------------------------------- +Fri Apr 21 12:27:25 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + +------------------------------------------------------------------- +Wed Apr 19 01:00:15 UTC 2023 - Matej Cepl + +- Switch to single spec version build for PSP + +------------------------------------------------------------------- +Mon Aug 29 13:25:07 UTC 2022 - Ben Greiner + +- Update to 3.4.0 + * Require Python 3.7 or later. +- Switch to PEP517 and remove obsolete jaraco.base requirement + +------------------------------------------------------------------- +Sat May 1 20:13:31 UTC 2021 - Dirk Müller + +- Initial package (3.3.1) diff --git a/python-jaraco.path.spec b/python-jaraco.path.spec new file mode 100644 index 0000000..4005057 --- /dev/null +++ b/python-jaraco.path.spec @@ -0,0 +1,65 @@ +# +# spec file for package python-jaraco.path +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-jaraco.path +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 +BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools >= 56} +BuildRequires: %{python_module setuptools_scm >= 3.4.1} +BuildRequires: %{python_module wheel} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch +%python_subpackages + +%description +jaraco.path provides cross platform hidden file detection +and other miscellaneous path helper functions. + +%prep +%setup -q -n jaraco_path-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +# work around for gh#pytest-dev/pytest#3396 until gh#pytest-dev/pytest#10088 lands in a pytest release +touch jaraco/__init__.py +%pytest + +%files %{python_files} +%license LICENSE +%dir %{python_sitelib}/jaraco/ +%{python_sitelib}/jaraco/path.py +%{python_sitelib}/jaraco_path-%{version}.dist-info +%pycache_only %dir %{python_sitelib}/jaraco/__pycache__ +%pycache_only %{python_sitelib}/jaraco/__pycache__/path*.py* + +%changelog From e6226fb12d768dbce396739ff1794af23fdea1f944605346caf6d5f815d01e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 1 Apr 2025 15:39:52 +0000 Subject: [PATCH 2/2] - Make it compatible with older setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=16 --- python-jaraco.path.changes | 5 +++++ python-jaraco.path.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.path.changes b/python-jaraco.path.changes index d8706b7..acc098d 100644 --- a/python-jaraco.path.changes +++ b/python-jaraco.path.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 1 15:35:26 UTC 2025 - Markéta Machová + +- Make it compatible with older setuptools + ------------------------------------------------------------------- Wed Mar 26 05:48:34 UTC 2025 - Steve Kowalik diff --git a/python-jaraco.path.spec b/python-jaraco.path.spec index 4005057..87bd51e 100644 --- a/python-jaraco.path.spec +++ b/python-jaraco.path.spec @@ -58,7 +58,7 @@ touch jaraco/__init__.py %license LICENSE %dir %{python_sitelib}/jaraco/ %{python_sitelib}/jaraco/path.py -%{python_sitelib}/jaraco_path-%{version}.dist-info +%{python_sitelib}/jaraco[_.]path-%{version}.dist-info %pycache_only %dir %{python_sitelib}/jaraco/__pycache__ %pycache_only %{python_sitelib}/jaraco/__pycache__/path*.py*