diff --git a/Brotli-1.0.7.zip b/Brotli-1.0.7.zip deleted file mode 100644 index a5e3ce0..0000000 --- a/Brotli-1.0.7.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0538dc1744fd17c314d2adc409ea7d1b779783b89fd95bcfb0c2acc93a6ea5a7 -size 496391 diff --git a/Brotli-1.0.9.zip b/Brotli-1.0.9.zip new file mode 100644 index 0000000..1b7fe6c --- /dev/null +++ b/Brotli-1.0.9.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438 +size 510202 diff --git a/python-Brotli.changes b/python-Brotli.changes index e945df4..9d96d11 100644 --- a/python-Brotli.changes +++ b/python-Brotli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 22 19:54:33 UTC 2021 - Dirk Müller + +- update to 1.0.9: + * Fix integer overflow when input chunk is longer than + 2GiB [boo#1175825] + * `brotli -v` now reports raw / compressed size + * decoder: minor speed / memory usage improvements + * encoder: fix rare access to uninitialized data in ring-buffer + ------------------------------------------------------------------- Thu Feb 28 09:06:24 UTC 2019 - Tomáš Chvátal diff --git a/python-Brotli.spec b/python-Brotli.spec index e322c1e..3caab9c 100644 --- a/python-Brotli.spec +++ b/python-Brotli.spec @@ -1,7 +1,7 @@ # # spec file for package python-Brotli # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Brotli -Version: 1.0.7 +Version: 1.0.9 Release: 0 Summary: Python bindings for the Brotli compression library License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/google/brotli +URL: https://pypi.org/project/Brotli/ Source: https://files.pythonhosted.org/packages/source/B/Brotli/Brotli-%{version}.zip BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -31,7 +31,6 @@ BuildRequires: c++_compiler BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip - %python_subpackages %description