Update to latest version.

epel9
Elliott Sales de Andrade 4 years ago
parent 6dfcd6f378
commit ca4e8164fd

1
.gitignore vendored

@ -9,3 +9,4 @@
/python-sortedcontainers-2.2.1.tar.gz
/python-sortedcontainers-2.2.2.tar.gz
/python-sortedcontainers-2.3.0.tar.gz
/python-sortedcontainers-2.4.0.tar.gz

@ -1,8 +1,8 @@
%global srcname sortedcontainers
Name: python-%{srcname}
Version: 2.3.0
Release: 2%{?dist}
Version: 2.4.0
Release: 1%{?dist}
Summary: Pure Python sorted container types
License: ASL 2.0
@ -83,7 +83,7 @@ popd
%files -n python%{python3_pkgversion}-%{srcname}
%license LICENSE
%doc README.rst
%{python3_sitelib}/%{srcname}
%{python3_sitelib}/%{srcname}/
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
@ -95,6 +95,9 @@ popd
%changelog
* Sun May 16 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.4.0-1
- Update to latest version (#1960970)
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (python-sortedcontainers-2.3.0.tar.gz) = 0488e2f9f07ea7e4737ade69441f02614b63cfccb32a71af4e5953001bfa840d2e113a36a0a0a6d4c1e7fdd920ac3937b0baaea522d742547a4d81a99b8d1a6c
SHA512 (python-sortedcontainers-2.4.0.tar.gz) = f80185c6f95a85cc78f88f6f6cf389eb48be22cf94d5fcd84f3592873f17de37ec7f44c1627b7f02956ac4b4f74ca4febefc47d3c6232f70ee05dbb2449ad770

Loading…
Cancel
Save