15
0
forked from pool/python-Brotli

Accepting request 866129 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/866129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Brotli?expand=0&rev=3
This commit is contained in:
2021-01-26 13:44:38 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 7 deletions

View File

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

BIN
Brotli-1.0.9.zip LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 22 19:54:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <tchvatal@suse.com>

View File

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