Package CHANGELOG.md, README.rst, and TODO.rst

This commit is contained in:
Benjamin A. Beasley 2021-06-24 07:55:15 -04:00
parent 907db2570c
commit 7d5fa50961

View File

@ -58,6 +58,9 @@ heavily inspired by should.js.
%files -n python3-%{srcname} %files -n python3-%{srcname}
%license COPYING %license COPYING
%doc CHANGELOG.md
%doc README.rst
%doc TODO.rst
%{python3_sitelib}/%{srcname}/ %{python3_sitelib}/%{srcname}/
%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/
@ -71,6 +74,7 @@ heavily inspired by should.js.
- Drop manual Requires on python3-six; it will be generated from metadata - Drop manual Requires on python3-six; it will be generated from metadata
- Drop obsolete %%python_provide macro - Drop obsolete %%python_provide macro
- Properly mark the license file - Properly mark the license file
- Package CHANGELOG.md, README.rst, and TODO.rst
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.4.11-13 * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 1.4.11-13
- Rebuilt for Python 3.10 - Rebuilt for Python 3.10