diff --git a/path-13.1.0.tar.gz b/path-13.1.0.tar.gz deleted file mode 100644 index 1fabb28..0000000 --- a/path-13.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97249b37e5e4017429a780920147200a2215e268c1a18fa549fec0b654ce99b7 -size 44958 diff --git a/path-13.2.0.tar.gz b/path-13.2.0.tar.gz new file mode 100644 index 0000000..4d36df9 --- /dev/null +++ b/path-13.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a149813a921540fd48ad639ec9157d08c2149ac2bcc399c74304450f70fdf2 +size 46212 diff --git a/python-path.changes b/python-path.changes index 6fff5e6..4ca569c 100644 --- a/python-path.changes +++ b/python-path.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 11 15:41:44 UTC 2020 - Marketa Calabkova + +- update to version 13.2.0 + * Require Python 3.6 or later. + ------------------------------------------------------------------- Tue Dec 3 13:56:29 CET 2019 - Matej Cepl diff --git a/python-path.spec b/python-path.spec index 6a51d3e..791e6fc 100644 --- a/python-path.spec +++ b/python-path.spec @@ -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,14 +28,15 @@ %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 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_scm >= 3.4.1} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module toml} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-importlib-metadata >= 0.5