From 8add767cdaf551f77162d0948b9e0821f0289f1cc2f821935d4c56e3195a700e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 29 Oct 2022 11:44:47 +0000 Subject: [PATCH] Accepting request 1032126 from home:bnavigator:branches:devel:languages:python:numeric - Update to v2.6.1 * Switch brotli2 -> brotli crate by @milesgranger in #87 - Update to v2.6.0 * Update to pyo3 0.16 by @messense in #78 * Update dependencies and simplify CI by @messense in #79 * Support Lz4 de/compress_block_into functions by @milesgranger in #80 * Upgrade maturin to 0.13.0 by @messense in #81 * Integration tests, benchmark updates, subclass Buffer by @milesgranger in #83 * Bump lz4-sys from 1.9.3 to 1.9.4 by @dependabot in #84 * Add Python 3.11 by @milesgranger in #85 - Release v2.5.0 * Incorporate property-based testing by @milesgranger in #69 * Support bzip2 by @milesgranger in #70 - Release v2.4.0 * This release comes with streaming compression support for all variants. And updates Gzip compression variant to support properly decoding input which has multiple streams, as is the default with std gzip lib. This release does not alter any of the existing APIs. * Support compressed gzip multistream (#64) b9cfa13 * Support Compressor for each variant (#64) 8ecb0fa * Support .flush for Compressor (#68) 4b92e42 * Add official OSI name in the license metadata (#66) 446a671 OBS-URL: https://build.opensuse.org/request/show/1032126 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cramjam?expand=0&rev=5 --- _service | 7 ++++--- pyrus-cramjam-2.3.2.tar.xz | 3 --- pyrus-cramjam-2.6.1.tar.xz | 3 +++ python-cramjam.changes | 33 +++++++++++++++++++++++++++++++++ python-cramjam.spec | 9 ++++----- vendor.tar.xz | 4 ++-- 6 files changed, 46 insertions(+), 13 deletions(-) delete mode 100644 pyrus-cramjam-2.3.2.tar.xz create mode 100644 pyrus-cramjam-2.6.1.tar.xz diff --git a/_service b/_service index 7d6d31d..e6fd3ad 100644 --- a/_service +++ b/_service @@ -13,11 +13,12 @@ xz - - pyrus-cramjam - pyrus-cramjam xz + true + + + pyrus-cramjam diff --git a/pyrus-cramjam-2.3.2.tar.xz b/pyrus-cramjam-2.3.2.tar.xz deleted file mode 100644 index 7539a71..0000000 --- a/pyrus-cramjam-2.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f452207ff90a431857ced7b0451f4475ff85b5f949022ff277262942bb1db38 -size 813848 diff --git a/pyrus-cramjam-2.6.1.tar.xz b/pyrus-cramjam-2.6.1.tar.xz new file mode 100644 index 0000000..c46cc6a --- /dev/null +++ b/pyrus-cramjam-2.6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5086aa40d28d83418101c4288f0878867f91bc86afadfd0d34a422bfec5e9f20 +size 823908 diff --git a/python-cramjam.changes b/python-cramjam.changes index c8f525b..4d781af 100644 --- a/python-cramjam.changes +++ b/python-cramjam.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sat Oct 29 09:30:13 UTC 2022 - Ben Greiner + +- Update to v2.6.1 + * Switch brotli2 -> brotli crate by @milesgranger in #87 + +------------------------------------------------------------------- +Fri Oct 28 16:05:38 UTC 2022 - Ben Greiner + +- Update to v2.6.0 + * Update to pyo3 0.16 by @messense in #78 + * Update dependencies and simplify CI by @messense in #79 + * Support Lz4 de/compress_block_into functions by @milesgranger + in #80 + * Upgrade maturin to 0.13.0 by @messense in #81 + * Integration tests, benchmark updates, subclass Buffer by + @milesgranger in #83 + * Bump lz4-sys from 1.9.3 to 1.9.4 by @dependabot in #84 + * Add Python 3.11 by @milesgranger in #85 +- Release v2.5.0 + * Incorporate property-based testing by @milesgranger in #69 + * Support bzip2 by @milesgranger in #70 +- Release v2.4.0 + * This release comes with streaming compression support for all + variants. And updates Gzip compression variant to support + properly decoding input which has multiple streams, as is the + default with std gzip lib. This release does not alter any of + the existing APIs. + * Support compressed gzip multistream (#64) b9cfa13 + * Support Compressor for each variant (#64) 8ecb0fa + * Support .flush for Compressor (#68) 4b92e42 + * Add official OSI name in the license metadata (#66) 446a671 + ------------------------------------------------------------------- Tue Sep 28 01:17:05 UTC 2021 - William Brown diff --git a/python-cramjam.spec b/python-cramjam.spec index 1d9f9d2..f6b7f31 100644 --- a/python-cramjam.spec +++ b/python-cramjam.spec @@ -1,7 +1,7 @@ # # spec file for package python-cramjam # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python36 1 Name: python-cramjam -Version: 2.3.2 +Version: 2.6.1 Release: 0 Summary: Thin Python bindings to de/compression algorithms in Rust License: MIT @@ -28,11 +26,12 @@ URL: https://github.com/milesgranger/pyrus-cramjam Source: pyrus-cramjam-%{version}.tar.xz Source1: vendor.tar.xz Source2: cargo_config -BuildRequires: %{python_module maturin} +BuildRequires: %{python_module maturin >= 0.13} BuildRequires: %{python_module pip} BuildRequires: cargo-packaging BuildRequires: python-rpm-macros # SECTION test dependencies +BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} # /SECTION diff --git a/vendor.tar.xz b/vendor.tar.xz index 4f07281..c843ce3 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abff4f70a35fabfe38ffbb89289ad9ac881ab85f5b4a6a3e31a4aa4cc4ffa00c -size 7261292 +oid sha256:5ab99e458e2c9e53e6900297979c1d1f17594de021ae69996daf53f27fa909e9 +size 9716060