update to version 0.15.3
This commit is contained in:
parent
4143046bbd
commit
94d696088d
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/pyrsistent-0.14.11.tar.gz
|
||||
/pyrsistent-0.15.1.tar.gz
|
||||
/pyrsistent-0.15.2.tar.gz
|
||||
/pyrsistent-0.15.3.tar.gz
|
||||
|
@ -13,7 +13,7 @@ original structure is left untouched.}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Summary: Persistent/Functional/Immutable data structures
|
||||
Version: 0.15.2
|
||||
Version: 0.15.3
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
@ -67,11 +67,14 @@ rm -rf %{pypi_name}.egg-info
|
||||
%{python3_sitearch}/__pycache__/*
|
||||
|
||||
%{python3_sitearch}/%{pypi_name}/
|
||||
%{python3_sitearch}/pvectorc.cpython-3?*.so
|
||||
%{python3_sitearch}/pvectorc.cpython-3*.so
|
||||
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info/
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 08 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.3-1
|
||||
- Update to version 0.15.3.
|
||||
|
||||
* Fri May 17 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.2-1
|
||||
- Update to version 0.15.2.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pyrsistent-0.15.2.tar.gz) = 60f237bdde11addfbf6ad920e1c52d779b60f191b966f42f24f5787c3b9c8a01bcb1db580f274a6d688802d0fb8264b084c1087a86ee3b2c5868788a3e2cc7e0
|
||||
SHA512 (pyrsistent-0.15.3.tar.gz) = d3a009e52f0c1fc7d78e1da7d496c3f6c0e8a548007022cd64b9a7ff8286a1f2ac352b6d39d0d1561f5353af4b743e47afaada3cdb019441e07e2ab1e94775e7
|
||||
|
Loading…
Reference in New Issue
Block a user