Update to 0.18.0
This commit is contained in:
parent
18174a33e0
commit
2a10049041
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/pyrsistent-0.16.0.tar.gz
|
/pyrsistent-0.16.0.tar.gz
|
||||||
/pyrsistent-0.17.3.tar.gz
|
/pyrsistent-0.17.3.tar.gz
|
||||||
/v0.17.3.tar.gz
|
/v0.17.3.tar.gz
|
||||||
|
/pyrsistent-0.18.0.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Summary: Persistent/Functional/Immutable data structures
|
Summary: Persistent/Functional/Immutable data structures
|
||||||
Version: 0.17.3
|
Version: 0.18.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The entire source is MIT, except pyrsistent/_toolz.py which is BSD.
|
# The entire source is MIT, except pyrsistent/_toolz.py which is BSD.
|
||||||
License: MIT and BSD
|
License: MIT and BSD
|
||||||
@ -131,17 +131,20 @@ env PYTHONHASHSEED=0 %pytest --doctest-modules %{srcname}
|
|||||||
|
|
||||||
|
|
||||||
%files -n python3-%{srcname} -f %{pyproject_files}
|
%files -n python3-%{srcname} -f %{pyproject_files}
|
||||||
%license LICENCE.mit
|
%license LICENSE.mit
|
||||||
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%license LICENCE.mit
|
%license LICENSE.mit
|
||||||
%doc CHANGES.txt
|
%doc CHANGES.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%doc docs/build/html
|
%doc docs/build/html
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.0-1
|
||||||
|
- Update to 0.18.0 (closes RHBZ#1977038)
|
||||||
|
|
||||||
* Mon Jun 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.3-8
|
* Mon Jun 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.3-8
|
||||||
- Port to pyproject-rpm-macros
|
- Port to pyproject-rpm-macros
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pyrsistent-0.17.3.tar.gz) = 6e6129666801dd872938ed02b043e7b3447f400e261906dedf474872145c603a20ea6fada72eba320ab016064098032a62a9918db49d7f344d52f158b5914f47
|
SHA512 (pyrsistent-0.18.0.tar.gz) = 6bbd6fbb5b3466aac6b9a56a55114b9c12b9b539f88102c64e704879cfe68113badcdecba2be96d17db7799d12f57c7f9ef3be755b25464aaf1d7d944eb82851
|
||||||
|
Loading…
Reference in New Issue
Block a user