Merge branch 'f33' into rawhide
This commit is contained in:
commit
da9b03abfb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/zstandard-0.13.0.tar.gz
|
||||
/zstandard-0.15.1.tar.gz
|
||||
|
||||
@ -0,0 +1,12 @@
|
||||
diff -up zstandard-0.15.1/tests/test_data_structures.py.orig zstandard-0.15.1/tests/test_data_structures.py
|
||||
--- zstandard-0.15.1/tests/test_data_structures.py.orig 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ zstandard-0.15.1/tests/test_data_structures.py 2021-02-03 12:41:52.539183516 +0100
|
||||
@@ -102,7 +102,7 @@ class TestCompressionParameters(unittest
|
||||
|
||||
# 32-bit has slightly different values from 64-bit.
|
||||
self.assertAlmostEqual(
|
||||
- p.estimated_compression_context_size(), 1295064, delta=400
|
||||
+ p.estimated_compression_context_size(), 1295064, delta=500
|
||||
)
|
||||
|
||||
def test_strategy(self):
|
||||
@ -13,12 +13,13 @@
|
||||
compression library. A C extension and CFFI interface are provided.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.13.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.15.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Zstandard bindings for Python
|
||||
License: BSD
|
||||
License: BSD and GPLv2
|
||||
URL: https://github.com/indygreg/python-zstandard
|
||||
Source0: %{pypi_source}
|
||||
Patch0: %{name}-fix-estimated_compression_context_size-tolerance-i686.patch
|
||||
|
||||
%description
|
||||
%{desc}
|
||||
@ -35,13 +36,14 @@ BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pytest-xdist
|
||||
%endif
|
||||
# https://github.com/indygreg/python-zstandard/issues/48
|
||||
Provides: bundled(zstd) = 1.4.4
|
||||
Provides: bundled(zstd) = 1.4.8
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
%{desc}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pypi_name}-%{version}
|
||||
%patch0 -p1
|
||||
rm -r %{pypi_name}.egg-info
|
||||
|
||||
%build
|
||||
@ -52,29 +54,41 @@ rm -r %{pypi_name}.egg-info
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
mv zstandard{,.src}
|
||||
export ZSTD_SLOW_TESTS=1
|
||||
%pytest -v\
|
||||
%ifarch s390x
|
||||
-k 'not test_constant_methods\
|
||||
-k "not test_constant_methods\
|
||||
and not test_no_context_manager\
|
||||
and not test_read_closed\
|
||||
and not test_close\
|
||||
and not test_read_after_exit\
|
||||
and not test_read_buffer\
|
||||
and not test_read_stream'\
|
||||
and not test_read_stream\
|
||||
and not test_read_binary_filename\
|
||||
and not test_read_binary_fileobj\
|
||||
and not test_read_text_filename\
|
||||
and not test_read_text_fileobj\
|
||||
and not test_write_binary_filename\
|
||||
and not test_write_binary_fileobj\
|
||||
and not test_write_text_filename"\
|
||||
%endif
|
||||
--numprocesses=auto
|
||||
mv zstandard{.src,}
|
||||
%endif
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%license LICENSE
|
||||
%doc NEWS.rst README.rst
|
||||
%license LICENSE zstd/COPYING
|
||||
%doc README.rst
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||
%{python3_sitearch}/%{pypi_name}
|
||||
%{python3_sitearch}/_zstd_cffi%{python3_ext_suffix}
|
||||
%{python3_sitearch}/zstd%{python3_ext_suffix}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 03 2021 Dominik Mierzejewski <dominik@greysector.net> 0.15.1-1
|
||||
- update to 0.15.1 (#1924620)
|
||||
- work around weird test failure
|
||||
- fix tests on i686 and s390x
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zstandard-0.13.0.tar.gz) = 3a6151de640515f21626d150e1295c1f2e524d377b3b1ccabf2719fae6da89f95480a50ec80eac4d07d317c7abe50ed7a26162b3291169e139c4ddd71b6ada98
|
||||
SHA512 (zstandard-0.15.1.tar.gz) = 7aabe647fa8c9a696084da6544c27287fe7d57e3a0ce2594c061fd20136e147ded4ea3da3648f6ef93c49636edc1d04ca4f29561514fb13f1a5d0340cd51996b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user