From 82ae853f0775c7be893e6551bb3a7fbd985a56f8d34970686b961a866e030064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Mar 2020 15:58:40 +0000 Subject: [PATCH 1/2] 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 --- path-13.1.0.tar.gz | 3 --- path-13.2.0.tar.gz | 3 +++ python-path.changes | 6 ++++++ python-path.spec | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 path-13.1.0.tar.gz create mode 100644 path-13.2.0.tar.gz 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..f67f466 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,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 From e91399502ac56d7391c32e52437e2d210c2ca1432a37ede63c8a4d3e06cff4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Mar 2020 06:28:16 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-path?expand=0&rev=5 --- python-path.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-path.spec b/python-path.spec index f67f466..791e6fc 100644 --- a/python-path.spec +++ b/python-path.spec @@ -34,7 +34,7 @@ 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