15
0
forked from pool/python-plyvel

- 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
This commit is contained in:
2024-01-22 23:31:01 +00:00
committed by Git OBS Bridge
parent b309deb327
commit e3d182a2f4
4 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd918e0b31690abcd3d202a8742caf951ab2fe1573de7af71c38456847f9202b
size 152348

3
plyvel-1.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3caf6009e4fc24fbf8712d3f5ef3da7e56495c26a488df2161218fc34e46019c
size 200128

View File

@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Mon Jan 22 23:30:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>
- 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 <dmueller@suse.com>
* 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

View File

@@ -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