Accepting request 783946 from home:mcalabkova:branches:devel:languages:python

- update to version 13.2.0
  * Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/request/show/783946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-03-11 15:58:40 +00:00
committed by Git OBS Bridge
parent 44db7861e4
commit b46e70c828
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97249b37e5e4017429a780920147200a2215e268c1a18fa549fec0b654ce99b7
size 44958

3
path-13.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10a149813a921540fd48ad639ec9157d08c2149ac2bcc399c74304450f70fdf2
size 46212

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 11 15:41:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 13.2.0
* Require Python 3.6 or later.
-------------------------------------------------------------------
Tue Dec 3 13:56:29 CET 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-path
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
%define skip_python2 1
%define modname path
Name: python-path%{psuffix}
Version: 13.1.0
Version: 13.2.0
Release: 0
Summary: A module wrapper for os.path
License: MIT
@@ -36,6 +36,7 @@ URL: https://github.com/jaraco/path
Source: https://files.pythonhosted.org/packages/source/p/path/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm >= 1.15.0}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-importlib-metadata >= 0.5