From 204f37ed1d25812c0a3f6e39f3827b8d35adafa53578286bc4a80a3e5534d9c5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 5 Mar 2020 22:25:21 +0000 Subject: [PATCH] Accepting request 781885 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/781885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=6 --- lz4-2.1.10.tar.gz | 3 --- lz4-3.0.2.tar.gz | 3 +++ python-lz4.changes | 9 +++++++++ python-lz4.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 lz4-2.1.10.tar.gz create mode 100644 lz4-3.0.2.tar.gz diff --git a/lz4-2.1.10.tar.gz b/lz4-2.1.10.tar.gz deleted file mode 100644 index 96a535d..0000000 --- a/lz4-2.1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db4ac5a9b54d6d6b5bb0d6f9b77790f1460e2aeb37cd8ec76c96fe78aaf4a2a8 -size 138372 diff --git a/lz4-3.0.2.tar.gz b/lz4-3.0.2.tar.gz new file mode 100644 index 0000000..0b5ef79 --- /dev/null +++ b/lz4-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9f6a8b71c18c24bd83537a4d616f0301623a5e98db7c7ca956d608e1bcd4c7 +size 152443 diff --git a/python-lz4.changes b/python-lz4.changes index 4a75887..4191914 100644 --- a/python-lz4.changes +++ b/python-lz4.changes @@ -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 diff --git a/python-lz4.spec b/python-lz4.spec index fa88ff8..22fc064 100644 --- a/python-lz4.spec +++ b/python-lz4.spec @@ -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