parent
ccc3e3a0f3
commit
08b2cc5f64
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/zstandard-0.13.0.tar.gz
|
/zstandard-0.13.0.tar.gz
|
||||||
|
/zstandard-0.15.1.tar.gz
|
||||||
|
|||||||
@ -13,10 +13,10 @@
|
|||||||
compression library. A C extension and CFFI interface are provided.
|
compression library. A C extension and CFFI interface are provided.
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.13.0
|
Version: 0.15.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Zstandard bindings for Python
|
Summary: Zstandard bindings for Python
|
||||||
License: BSD
|
License: BSD and GPLv2
|
||||||
URL: https://github.com/indygreg/python-zstandard
|
URL: https://github.com/indygreg/python-zstandard
|
||||||
Source0: %{pypi_source}
|
Source0: %{pypi_source}
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ BuildRequires: python3-pytest
|
|||||||
BuildRequires: python3-pytest-xdist
|
BuildRequires: python3-pytest-xdist
|
||||||
%endif
|
%endif
|
||||||
# https://github.com/indygreg/python-zstandard/issues/48
|
# 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}
|
%description -n python3-%{pypi_name}
|
||||||
%{desc}
|
%{desc}
|
||||||
@ -52,6 +52,7 @@ rm -r %{pypi_name}.egg-info
|
|||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
|
mv zstandard{,.src}
|
||||||
export ZSTD_SLOW_TESTS=1
|
export ZSTD_SLOW_TESTS=1
|
||||||
%pytest -v\
|
%pytest -v\
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
@ -64,17 +65,20 @@ export ZSTD_SLOW_TESTS=1
|
|||||||
and not test_read_stream'\
|
and not test_read_stream'\
|
||||||
%endif
|
%endif
|
||||||
--numprocesses=auto
|
--numprocesses=auto
|
||||||
|
mv zstandard{.src,}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE zstd/COPYING
|
||||||
%doc NEWS.rst README.rst
|
%doc README.rst
|
||||||
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
|
||||||
%{python3_sitearch}/%{pypi_name}
|
%{python3_sitearch}/%{pypi_name}
|
||||||
%{python3_sitearch}/_zstd_cffi.cpython-%{python3_version_nodots}-%{_arch}-linux%{_gnu}.so
|
|
||||||
%{python3_sitearch}/zstd.cpython-%{python3_version_nodots}-%{_arch}-linux%{_gnu}.so
|
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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