Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed709046ea | ||
|
|
9233dbc996 | ||
|
|
2344e1fb46 | ||
|
|
05fe45941e | ||
|
|
a9dc08b12b | ||
|
|
c9aa2899b6 | ||
|
|
a6f9420ae8 | ||
|
|
cf3a917ff3 | ||
|
|
96ae7df798 | ||
|
|
08f281c034 |
3 changed files with 6 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -10,3 +10,6 @@
|
|||
/cramjam-cdc7d307d0f592f89b3319a7037fd875a5371ef3-filtered.tar.gz
|
||||
/cramjam-2.10.0rc1.tar.gz
|
||||
/cramjam-2.10.0.tar.gz
|
||||
/cramjam-2.11.0rc2.tar.gz
|
||||
/cramjam-2.11.0rc3.tar.gz
|
||||
/cramjam-2.11.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#global snapdate YYYYMMDD
|
||||
|
||||
Name: python-cramjam
|
||||
Version: 2.10.0
|
||||
Version: 2.11.0
|
||||
Release: %autorelease
|
||||
Summary: Thin Python bindings to de/compression algorithms in Rust
|
||||
|
||||
|
|
@ -44,7 +44,6 @@ BuildRequires: cargo-rpm-macros >= 24
|
|||
# dev extra in pyproject.toml.
|
||||
BuildRequires: %{py3_dist numpy}
|
||||
BuildRequires: %{py3_dist pytest}
|
||||
BuildRequires: %{py3_dist pytest-xdist}
|
||||
BuildRequires: %{py3_dist hypothesis}
|
||||
%endif
|
||||
|
||||
|
|
@ -58,7 +57,6 @@ BuildRequires: %{py3_dist hypothesis}
|
|||
Summary: %{summary}
|
||||
# 0BSD OR MIT OR Apache-2.0
|
||||
# Apache-2.0
|
||||
# Apache-2.0 OR MIT
|
||||
# BSD-3-Clause
|
||||
# BSD-3-Clause AND MIT
|
||||
# MIT
|
||||
|
|
@ -147,7 +145,7 @@ k="${k-}${k+ and }not test_variants_decompress_into"
|
|||
# Failed: DID NOT RAISE <class 'cramjam.DecompressionError'>
|
||||
k="${k-}${k+ and }not test_variants_raise_exception[deflate]"
|
||||
|
||||
%pytest -k "${k-}" --ignore=benchmarks/test_bench.py -v -n auto
|
||||
%pytest -k "${k-}" --ignore=benchmarks/test_bench.py -v
|
||||
%endif
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (cramjam-2.10.0.tar.gz) = 0c44643844c6278160d9e2efa3005da265e464edb1d3dd670cadc3effaa744c21c772c0bfeac1ceec6e5f7e8a9a02440d79e5080c432e4dcb73984e613281ad2
|
||||
SHA512 (cramjam-2.11.0.tar.gz) = d92446c0c0ef885f3544783caa1f179fd50b6a6290ada011495b7385411527f75a2544c0c8cdc36910c83c879dbac7dd130f4fe8f3dc3b885a84a45286cb3695
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue