update to 2.4.0

This commit is contained in:
lyn1001 2021-07-27 17:44:51 +08:00
parent cf4bbf6a6f
commit 8d95028170
3 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sortedcontainers
Version: 2.1.0
Version: 2.4.0
Release: 1
Summary: Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
License: Apache 2.0
URL: http://www.grantjenks.com/docs/sortedcontainers/
Source0: https://files.pythonhosted.org/packages/29/e0/135df2e733790a3d3bcda970fd080617be8cea3bd98f411e76e6847c17ef/sortedcontainers-2.1.0.tar.gz
URL: https://github.com/grantjenks/python-sortedcontainers
Source0: https://github.com/grantjenks/python-sortedcontainers/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
@ -32,7 +32,7 @@ Provides: python3-sortedcontainers-doc
written in pure-Python, and fast as C-extensions.
%prep
%autosetup -n sortedcontainers-2.1.0
%autosetup -n %{name}-%{version}
%build
%py3_build
@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst .
%{_pkgdocdir}
%changelog
* Tue Jul 27 2021 liyanan <liyanan32@huawei.com> - 2.4.0-1
- update to 2.4.0
* Sat Aug 8 2020 tianwei <tianwei12@huawei.com> - 2.1.0.-1
- Package Init

Binary file not shown.

BIN
v2.4.0.tar.gz Normal file

Binary file not shown.