Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
3 changed files with 5 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -10,6 +10,3 @@
|
|||
/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.11.0
|
||||
Version: 2.10.0
|
||||
Release: %autorelease
|
||||
Summary: Thin Python bindings to de/compression algorithms in Rust
|
||||
|
||||
|
|
@ -44,6 +44,7 @@ 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
|
||||
|
||||
|
|
@ -57,6 +58,7 @@ 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
|
||||
|
|
@ -145,7 +147,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
|
||||
%pytest -k "${k-}" --ignore=benchmarks/test_bench.py -v -n auto
|
||||
%endif
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (cramjam-2.11.0.tar.gz) = d92446c0c0ef885f3544783caa1f179fd50b6a6290ada011495b7385411527f75a2544c0c8cdc36910c83c879dbac7dd130f4fe8f3dc3b885a84a45286cb3695
|
||||
SHA512 (cramjam-2.10.0.tar.gz) = 0c44643844c6278160d9e2efa3005da265e464edb1d3dd670cadc3effaa744c21c772c0bfeac1ceec6e5f7e8a9a02440d79e5080c432e4dcb73984e613281ad2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue