From e3d182a2f469ca198a30d8b29217217a4ad4d11bce046ada0b05f607f3b1f470 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Jan 2024 23:31:01 +0000 Subject: [PATCH] - update to 1.5.1: * Add Python 3.12 support * Rebuild Linux wheels, including Python 3.12 wheels. * Allow using plyvel.DB as a context manager (pr #151) - Update to 1.5.0 * Completely drop Python 2 support - Initial package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plyvel?expand=0&rev=24 --- plyvel-1.5.0.tar.gz | 3 --- plyvel-1.5.1.tar.gz | 3 +++ python-plyvel.changes | 14 +++++++++++--- python-plyvel.spec | 4 ++-- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 plyvel-1.5.0.tar.gz create mode 100644 plyvel-1.5.1.tar.gz diff --git a/plyvel-1.5.0.tar.gz b/plyvel-1.5.0.tar.gz deleted file mode 100644 index 2059297..0000000 --- a/plyvel-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd918e0b31690abcd3d202a8742caf951ab2fe1573de7af71c38456847f9202b -size 152348 diff --git a/plyvel-1.5.1.tar.gz b/plyvel-1.5.1.tar.gz new file mode 100644 index 0000000..7b552bb --- /dev/null +++ b/plyvel-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caf6009e4fc24fbf8712d3f5ef3da7e56495c26a488df2161218fc34e46019c +size 200128 diff --git a/python-plyvel.changes b/python-plyvel.changes index 470851e..478a69d 100644 --- a/python-plyvel.changes +++ b/python-plyvel.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 22 23:30:45 UTC 2024 - Dirk Müller + +- update to 1.5.1: + * Add Python 3.12 support + * Rebuild Linux wheels, including Python 3.12 wheels. + * Allow using plyvel.DB as a context manager (pr #151) + ------------------------------------------------------------------- Wed Nov 9 16:29:57 UTC 2022 - Yogalakshmi Arunachalam -- Update to 1.5.0 +- Update to 1.5.0 * use manylinux2014 image for building wheels * Fix typo in docs (#145) * update leveldb links to github @@ -20,7 +28,7 @@ Sun Jan 16 12:36:55 UTC 2022 - Dirk Müller * Use manylinux2010 instead of manylinux1 to build wheels * Add Python 3.9 support * Drop Python 3.5 support - * Completely drop Python 2 support + * Completely drop Python 2 support ------------------------------------------------------------------- Thu May 27 07:28:42 UTC 2021 - pgajdos@suse.com @@ -92,5 +100,5 @@ Sun Jan 31 08:31:40 UTC 2016 - mpluskal@suse.com ------------------------------------------------------------------- Tue Oct 28 16:52:58 UTC 2014 - mpluskal@suse.com -- Initial package +- Initial package diff --git a/python-plyvel.spec b/python-plyvel.spec index f5c81f3..e361357 100644 --- a/python-plyvel.spec +++ b/python-plyvel.spec @@ -1,7 +1,7 @@ # # spec file for package python-plyvel # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-plyvel -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Python interface to LevelDB License: BSD-3-Clause