14
0
forked from pool/python-lz4

Accepting request 781881 from home:pgajdos:python

- version update to 3.0.2
    Drops support for Python 2 (although some dead code remains for future removal)
    Adds streams support thanks to the hard work of @tSed
    Fixes a performance bug with the frame bindings - thanks to @bjonen for the careful report and reproducer
    Adds Python 3.8 support

OBS-URL: https://build.opensuse.org/request/show/781881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-03-05 15:10:01 +00:00
committed by Git OBS Bridge
parent b6034e81e2
commit 4b635ca3ac
4 changed files with 15 additions and 5 deletions

View File

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

3
lz4-3.0.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 5 14:04:27 UTC 2020 - pgajdos@suse.com
- version update to 3.0.2
Drops support for Python 2 (although some dead code remains for future removal)
Adds streams support thanks to the hard work of @tSed
Fixes a performance bug with the frame bindings - thanks to @bjonen for the careful report and reproducer
Adds Python 3.8 support
-------------------------------------------------------------------
Mon Jun 17 11:57:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-lz4
#
# 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
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-lz4
Version: 2.1.10
Version: 3.0.2
Release: 0
Summary: LZ4 Bindings for Python
License: BSD-3-Clause