diff --git a/lz4-2.1.10.tar.gz b/lz4-2.1.10.tar.gz new file mode 100644 index 0000000..96a535d --- /dev/null +++ b/lz4-2.1.10.tar.gz @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index 0b5ef79..0000000 --- a/lz4-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c9f6a8b71c18c24bd83537a4d616f0301623a5e98db7c7ca956d608e1bcd4c7 -size 152443 diff --git a/python-lz4.changes b/python-lz4.changes index 4191914..4a75887 100644 --- a/python-lz4.changes +++ b/python-lz4.changes @@ -1,12 +1,3 @@ -------------------------------------------------------------------- -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 22fc064..fa88ff8 100644 --- a/python-lz4.spec +++ b/python-lz4.spec @@ -1,7 +1,7 @@ # # spec file for package python-lz4 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-lz4 -Version: 3.0.2 +Version: 2.1.10 Release: 0 Summary: LZ4 Bindings for Python License: BSD-3-Clause