14
0

- update to 3.7.0:

* Require Python 3.8 or later.
  * Added support for ``Symlink``s for the tree maker
    (``build``).
- Initial package (3.3.1)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.path?expand=0&rev=11
This commit is contained in:
2023-12-07 22:13:59 +00:00
committed by Git OBS Bridge
parent c05daa9e2f
commit ab5090f825
4 changed files with 14 additions and 6 deletions

BIN
jaraco.path-3.5.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jaraco.path-3.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 7 22:13:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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