Update to 21.3
This commit is contained in:
parent
5acb671d7f
commit
c05d8d4109
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/packaging-20.9.tar.gz
|
||||
/packaging-21.0.tar.gz
|
||||
/packaging-21.2.tar.gz
|
||||
/packaging-21.3.tar.gz
|
||||
|
@ -17,7 +17,7 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 21.2
|
||||
Version: 21.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Core utilities for Python packages
|
||||
|
||||
@ -117,7 +117,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
%pytest
|
||||
# Specified tests don't work on big endian platforms
|
||||
# Reported in: https://github.com/pypa/packaging/issues/472
|
||||
%pytest -k "not test_get_musl_version and not test_parse_ld_musl_from_elf_no_interpreter_section and not test_parse_ld_musl_from_elf"
|
||||
%endif
|
||||
|
||||
|
||||
@ -134,6 +136,10 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 18 2021 Lumír Balhar <lbalhar@redhat.com> - 21.3-1
|
||||
- Update to 21.3
|
||||
Resolves: rhbz#2024413
|
||||
|
||||
* Mon Nov 01 2021 Lumír Balhar <lbalhar@redhat.com> - 21.2-1
|
||||
- Update to 21.2
|
||||
Resolves: rhbz#2018534
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (packaging-21.2.tar.gz) = 29bc0a556fc34b7bc249f42c5d5dec05cd65c6db379186b1b2acb9a0d7d720eb4e7152449c299b72b69e059bb16c0ec12755846dd3f07e18e0b35dd765d4a534
|
||||
SHA512 (packaging-21.3.tar.gz) = 8960deacda26877b73d98a3b632e760e902a16ec7a04707f84044980e4d4fb33e4f584db115c9008066aa876079f28633bafe37fbd5ce9a23830b6b89eb4ae7a
|
||||
|
Loading…
Reference in New Issue
Block a user