diff --git a/jaraco.path-3.5.0.tar.gz b/jaraco.path-3.5.0.tar.gz deleted file mode 100644 index 8ef3c68..0000000 --- a/jaraco.path-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb87aa212f6777b4efc230a6ff3cc071e148c4b9b390dd44c5041310aad39c14 -size 11060 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/python-jaraco.path.changes b/python-jaraco.path.changes index 2f27b80..1cc3598 100644 --- a/python-jaraco.path.changes +++ b/python-jaraco.path.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 @@ -26,4 +34,4 @@ Mon Aug 29 13:25:07 UTC 2022 - Ben Greiner ------------------------------------------------------------------- Sat May 1 20:13:31 UTC 2021 - Dirk Müller -- Initial package (3.3.1) +- Initial package (3.3.1) diff --git a/python-jaraco.path.spec b/python-jaraco.path.spec index 3cacd3e..0275b56 100644 --- a/python-jaraco.path.spec +++ b/python-jaraco.path.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-jaraco.path -Version: 3.5.0 +Version: 3.7.0 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.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools >= 56}