17
0

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
This commit is contained in:
2024-10-30 16:29:52 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 7 deletions

Binary file not shown.

BIN
jaraco_path-3.7.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

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