15 Commits

Author SHA256 Message Date
1f3289a200 Accepting request 1317114 from devel:languages:python
- Run tests in %check section
- Update to 1.2.0 (bsc#1252945, CVE-2025-6176):
  # SECURITY
  - python: added `Decompressor::can_accept_more_data` method and optional
            `output_buffer_limit` argument `Decompressor::process`;
            that allows mitigation of unexpectedly large output;
            reported by Charles Chan (https://github.com/charleswhchan)
  # Added
  - **decoder / encoder: added static initialization to reduce binary size**
  - python: allow limiting decoder output (see SECURITY section)
  # Improved
  - python: modernize extension / allow multi-phase module initialization
  # Changed
  - decoder / encoder: static tables use "small" model (allows 2GiB+ binaries)

OBS-URL: https://build.opensuse.org/request/show/1317114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Brotli?expand=0&rev=7
2025-11-12 20:41:36 +00:00
ffa9323e5a - Run tests in %check section
- Update to 1.2.0 (bsc#1252945, CVE-2025-6176):
  # SECURITY
  - python: added `Decompressor::can_accept_more_data` method and optional
            `output_buffer_limit` argument `Decompressor::process`;
            that allows mitigation of unexpectedly large output;
            reported by Charles Chan (https://github.com/charleswhchan)
  # Added
  - **decoder / encoder: added static initialization to reduce binary size**
  - python: allow limiting decoder output (see SECURITY section)
  # Improved
  - python: modernize extension / allow multi-phase module initialization
  # Changed
  - decoder / encoder: static tables use "small" model (allows 2GiB+ binaries)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Brotli?expand=0&rev=17
2025-11-11 13:51:32 +00:00
f517626eff Accepting request 1274649 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1274649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Brotli?expand=0&rev=6
2025-05-06 14:40:14 +00:00
56a7486ed3 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Brotli?expand=0&rev=15
2025-05-05 15:01:40 +00:00
a5803c1ff3 Accepting request 1110375 from devel:languages:python
- update to 1.1.0:
  * added CLI --dictionary option
  * decoder: faster decoding
  * encoder: faster encoding
  * encoder: smaller stack frames

- update to 1.0.9 (CVE-2020-8927, bsc##1175825):
    2GiB

OBS-URL: https://build.opensuse.org/request/show/1110375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Brotli?expand=0&rev=5
2023-09-12 19:02:21 +00:00
34a59e169a - add sle15_python_module_pythons (jsc#PED-68)
- Make calling of %{sle15modernpython} optional.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Brotli?expand=0&rev=13
2023-09-11 21:08:59 +00:00
a7e862a787 Accepting request 1082049 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Brotli?expand=0&rev=4
2023-04-22 20:03:01 +00:00
3f7850186d Accepting request 1081289 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Brotli?expand=0&rev=10
2023-04-21 15:08:13 +00:00
58d7e5541d 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
2021-01-26 13:44:38 +00:00
e809cb2b4f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Brotli?expand=0&rev=8 2021-01-22 19:54:59 +00:00
b6f72890d1 - 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/package/show/devel:languages:python/python-Brotli?expand=0&rev=7
2021-01-22 19:54:46 +00:00
ca1fdc48ee Accepting request 680056 from devel:languages:python
- Update to 1.0.7:
  * aarch64 speedups
  * minor fixes
  * java 8->9 compatibility

OBS-URL: https://build.opensuse.org/request/show/680056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Brotli?expand=0&rev=2
2019-03-01 15:48:05 +00:00
Tomáš Chvátal
20f4ed5d8b - Update to 1.0.7:
* aarch64 speedups
  * minor fixes
  * java 8->9 compatibility

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Brotli?expand=0&rev=5
2019-02-28 09:09:19 +00:00
921d6b087e Accepting request 612086 from devel:languages:python
Python bindings for the Brotli compression library

OBS-URL: https://build.opensuse.org/request/show/612086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Brotli?expand=0&rev=1
2018-06-02 10:07:49 +00:00
Todd R
675ccd544f Accepting request 612033 from devel:languages:python:misc
Python bindings for the Brotli compression library

OBS-URL: https://build.opensuse.org/request/show/612033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Brotli?expand=0&rev=1
2018-05-24 20:56:19 +00:00