From f38be54eae0f5a95e80f1f451fc8e3dfea9f4e48c28686d516c1184034d1589f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 18 Mar 2020 07:48:55 +0000 Subject: [PATCH] Accepting request 786085 from home:mcalabkova:branches:devel:languages:python - update to 1.2.0 * Add Python 3.8 support * Drop Python 3.4 support OBS-URL: https://build.opensuse.org/request/show/786085 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=17 --- plyvel-1.1.0.tar.gz | 3 --- plyvel-1.2.0.tar.gz | 3 +++ python-plyvel.changes | 7 +++++++ python-plyvel.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 plyvel-1.1.0.tar.gz create mode 100644 plyvel-1.2.0.tar.gz diff --git a/plyvel-1.1.0.tar.gz b/plyvel-1.1.0.tar.gz deleted file mode 100644 index c2031f8..0000000 --- a/plyvel-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3731310784aaffe4e4e004ca5899d8d187a3ca9143e606142200498931f39ac5 -size 143970 diff --git a/plyvel-1.2.0.tar.gz b/plyvel-1.2.0.tar.gz new file mode 100644 index 0000000..d61ae02 --- /dev/null +++ b/plyvel-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d681b689524c98093877e8ddfa7692a4f5b6437d699cb9f81841b1351916ff6 +size 145528 diff --git a/python-plyvel.changes b/python-plyvel.changes index 2e8eeb1..9005a95 100644 --- a/python-plyvel.changes +++ b/python-plyvel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 18 07:35:14 UTC 2020 - Marketa Calabkova + +- update to 1.2.0 + * Add Python 3.8 support + * Drop Python 3.4 support + ------------------------------------------------------------------- Mon May 20 14:01:20 UTC 2019 - pgajdos@suse.com diff --git a/python-plyvel.spec b/python-plyvel.spec index d922f4e..4fbdeeb 100644 --- a/python-plyvel.spec +++ b/python-plyvel.spec @@ -1,7 +1,7 @@ # # spec file for package python-plyvel # -# 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,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-plyvel -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Python interface to LevelDB License: BSD-3-Clause