update to version 0.15.5
This commit is contained in:
parent
d89ed0006c
commit
9905bb6175
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/pyrsistent-0.15.2.tar.gz
|
/pyrsistent-0.15.2.tar.gz
|
||||||
/pyrsistent-0.15.3.tar.gz
|
/pyrsistent-0.15.3.tar.gz
|
||||||
/pyrsistent-0.15.4.tar.gz
|
/pyrsistent-0.15.4.tar.gz
|
||||||
|
/pyrsistent-0.15.5.tar.gz
|
||||||
|
@ -13,8 +13,8 @@ original structure is left untouched.}
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Summary: Persistent/Functional/Immutable data structures
|
Summary: Persistent/Functional/Immutable data structures
|
||||||
Version: 0.15.4
|
Version: 0.15.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: http://github.com/tobgu/pyrsistent/
|
URL: http://github.com/tobgu/pyrsistent/
|
||||||
@ -68,10 +68,13 @@ rm -rf %{pypi_name}.egg-info
|
|||||||
|
|
||||||
%{python3_sitearch}/%{pypi_name}/
|
%{python3_sitearch}/%{pypi_name}/
|
||||||
%{python3_sitearch}/pvectorc.cpython-3*.so
|
%{python3_sitearch}/pvectorc.cpython-3*.so
|
||||||
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info/
|
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 31 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.5-1
|
||||||
|
- Update to version 0.15.5.
|
||||||
|
|
||||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.15.4-3
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.15.4-3
|
||||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pyrsistent-0.15.4.tar.gz) = a88cf1c8422919707f47ab3933841407075f1ea03d62dceb3f10433ff9514dc55b463720b83c53961a322dbd66074392295ef44ef9e831c9f1b527b4f18032a2
|
SHA512 (pyrsistent-0.15.5.tar.gz) = 6cdf561be95d6379138c5b7c09c47eb2fa52571e4bfefb2c09ebb302d15f04e2aca88f26fe24977de48ac27eff76f0731a12ac5d669f0d4cdcf44a997969dafa
|
||||||
|
Loading…
Reference in New Issue
Block a user