diff --git a/jaraco.path-3.7.0.tar.gz b/jaraco.path-3.7.0.tar.gz deleted file mode 100644 index 691e600..0000000 --- a/jaraco.path-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 index 1cc3598..80441f6 100644 --- a/python-jaraco.path.changes +++ b/python-jaraco.path.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/python-jaraco.path.spec b/python-jaraco.path.spec index 0275b56..20b59c3 100644 --- a/python-jaraco.path.spec +++ b/python-jaraco.path.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.path # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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