Update to 0.20.1
This commit is contained in:
parent
27a914e2dc
commit
b45de3a727
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@ docutils-0.7.tar.gz
|
||||
/docutils-0.17.1.tar.gz
|
||||
/docutils-0.18.1.tar.gz
|
||||
/docutils-0.19.tar.gz
|
||||
/docutils-0.20.tar.gz
|
||||
/docutils-0.20.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: python-docutils
|
||||
Version: 0.19
|
||||
Release: 5%{?dist}
|
||||
Version: 0.20.1
|
||||
Release: 1%{?dist}
|
||||
Summary: System for processing plaintext documentation
|
||||
|
||||
# See COPYING.txt for information
|
||||
@ -45,11 +45,6 @@ sed -i -e '/#! *\/usr\/bin\/.*/{1D}' $(grep -Erl '^#!.+python' docutils)
|
||||
# We want the licenses but don't need this build file
|
||||
rm -f licenses/docutils.conf
|
||||
|
||||
# docutils's upstream generates HTML files from the txt files, which affects
|
||||
# some of the egg-info's files too. We don't want those files in our package
|
||||
# Reported upstream: https://sourceforge.net/p/docutils/bugs/461/
|
||||
rm -v *.egg-info/*.html
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
@ -81,6 +76,10 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 11 2023 Karolina Surma <ksurma@redhat.com> - 0.20.1-1
|
||||
- Update to 0.20.1
|
||||
Resolves: rhbz#2207802
|
||||
|
||||
* Wed Aug 09 2023 Karolina Surma <ksurma@redhat.com> - 0.19-5
|
||||
- Declare the license as an SPDX expression
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (docutils-0.19.tar.gz) = fb904a899f2b6f3c07c5079577bd7c52a3182cb85f6a4149391e523498df15bfa317f0c04095b890beeb3f89c2b444875a2a609d880ac4d7fbc3125e46b37ea5
|
||||
SHA512 (docutils-0.20.1.tar.gz) = a0ddca315d03677003036d6a8052ac96fbd3fcc4508564938ea684d79bedb4d322d83449c7b26e55b19b0aadd6e46ca9ac409bb16279a20f06c70e9c15ef5eb0
|
||||
|
Loading…
Reference in New Issue
Block a user