update package to 0.18.0

This commit is contained in:
orange-snn 2021-09-01 15:08:05 +08:00
parent 4a82891297
commit a44c0c2050
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pyrsistent-0.18.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pyrsistent
Version: 0.17.3
Version: 0.18.0
Release: 1
Summary: Persistent/Functional/Immutable data structures
License: MIT
URL: http://github.com/tobgu/pyrsistent/
Source0: https://files.pythonhosted.org/packages/4d/70/fd441df751ba8b620e03fd2d2d9ca902103119616f0f6cc42e6405035062/pyrsistent-0.17.3.tar.gz
Source0: https://files.pythonhosted.org/packages/4d/70/fd441df751ba8b620e03fd2d2d9ca902103119616f0f6cc42e6405035062/pyrsistent-0.18.0.tar.gz
Patch0: 00-relax-dependencies.patch
%description
Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in
@ -34,7 +34,7 @@ Pyrsistent is a number of persistent collections (by some referred to as functio
the sense that they are immutable.
%prep
%autosetup -n pyrsistent-0.17.3 -p1
%autosetup -n pyrsistent-0.18.0 -p1
%build
%py3_build
@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Aug 26 2021 orange-snn <songnannan2@huawei.com> - 0.18.0-1
- update version to 0.18.0
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 0.17.3-1
- Update version to 0.17.3