1
0

Accepting request 1032178 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1032178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cramjam?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-10-29 18:17:31 +00:00 committed by Git OBS Bridge
commit 77897eee25
6 changed files with 46 additions and 13 deletions

View File

@ -13,11 +13,12 @@
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">pyrus-cramjam</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">pyrus-cramjam</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">pyrus-cramjam</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f452207ff90a431857ced7b0451f4475ff85b5f949022ff277262942bb1db38
size 813848

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5086aa40d28d83418101c4288f0878867f91bc86afadfd0d34a422bfec5e9f20
size 823908

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Oct 29 09:30:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v2.6.1
* Switch brotli2 -> brotli crate by @milesgranger in #87
-------------------------------------------------------------------
Fri Oct 28 16:05:38 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 <william.brown@suse.com>

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abff4f70a35fabfe38ffbb89289ad9ac881ab85f5b4a6a3e31a4aa4cc4ffa00c
size 7261292
oid sha256:5ab99e458e2c9e53e6900297979c1d1f17594de021ae69996daf53f27fa909e9
size 9716060