From 16273a57974cf3f08e51d603dd198beaaf28828587ba6c2f8b5d41fa798196f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Feb 2020 13:39:04 +0000 Subject: [PATCH] Accepting request 770592 from home:mcalabkova:branches:devel:languages:python - update to version 0.6 * support Python 3.8 * dropped Python 2.6 and 3.3 support OBS-URL: https://build.opensuse.org/request/show/770592 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whatever?expand=0&rev=5 --- 0.5.tar.gz | 3 --- 0.6.tar.gz | 3 +++ python-whatever.changes | 7 +++++++ python-whatever.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 0.5.tar.gz create mode 100644 0.6.tar.gz diff --git a/0.5.tar.gz b/0.5.tar.gz deleted file mode 100644 index 0be4b7b..0000000 --- a/0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:576921eeba0449f338da76fefb3dd3eceb5a88ef04e3b5335986dd0f9cb21bc7 -size 5937 diff --git a/0.6.tar.gz b/0.6.tar.gz new file mode 100644 index 0000000..1ad7f10 --- /dev/null +++ b/0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0a7f310c1dc717c7d94f0076cabea193fcd9d53f600a84d5846f9a617a90e5 +size 6003 diff --git a/python-whatever.changes b/python-whatever.changes index 27bf174..e7fd12f 100644 --- a/python-whatever.changes +++ b/python-whatever.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 6 13:28:58 UTC 2020 - Marketa Calabkova + +- update to version 0.6 + * support Python 3.8 + * dropped Python 2.6 and 3.3 support + ------------------------------------------------------------------- Thu Mar 14 21:05:02 UTC 2019 - Jan Engelhardt diff --git a/python-whatever.spec b/python-whatever.spec index 8837608..9875084 100644 --- a/python-whatever.spec +++ b/python-whatever.spec @@ -1,7 +1,7 @@ # # spec file for package python-whatever # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-whatever -Version: 0.5 +Version: 0.6 Release: 0 Summary: Module to make anonymous functions by partial application of operators License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/Suor/whatever +URL: https://github.com/Suor/whatever Source: https://github.com/Suor/whatever/archive/%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}