Upgrade the version of python-restructuredtext_lint to 1.4.0

This commit is contained in:
yuqi 2022-06-21 14:21:09 +00:00
parent 39eb477f16
commit 492f568e88
3 changed files with 8 additions and 8 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-restructuredtext-lint
Version: 1.3.2
Release: 2
Version: 1.4.0
Release: 1
Summary: reStructuredText linter
License: Unlicense
License: UNLICENSE
URL: https://github.com/twolfson/restructuredtext-lint
Source0: https://files.pythonhosted.org/packages/45/69/5e43d0e8c2ca903aaa2def7f755b97a3aedc5793630abbd004f2afc3b295/restructuredtext_lint-1.3.2.tar.gz
Source0: https://files.pythonhosted.org/packages/48/9c/6d8035cafa2d2d314f34e6cd9313a299de095b26e96f1c7312878f988eec/restructuredtext_lint-1.4.0.tar.gz
BuildArch: noarch
%description
@ -23,7 +23,6 @@ BuildRequires: python3-wheel
BuildRequires: python3-docutils >= 0.11
BuildRequires: python3-docutils < 1.0
BuildRequires: python3-nose
%description -n python3-restructuredtext-lint
Lint reStructuredText linter files with an API or a CLI.
@ -36,7 +35,7 @@ Provides: python3-restructuredtext-lint-doc
Lint reStructuredText linter files with an API or a CLI.
%prep
%autosetup -n restructuredtext_lint-1.3.2 -p1
%autosetup -n restructuredtext_lint-%{version}
%build
%py3_build
@ -69,8 +68,6 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
PYTHONPATH="$(pwd)" nosetests-3 -v
%files -n python3-restructuredtext-lint -f filelist.lst
%dir %{python3_sitelib}/*
@ -79,6 +76,9 @@ PYTHONPATH="$(pwd)" nosetests-3 -v
%{_docdir}/*
%changelog
* Tue Jun 21 2022 OpenStack_SIG <openstack@openeuler.org> - 1.4.0-1
- Upgrade package python3-restructuredtext-lint to version 1.4.0
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.3.2-2
- DESC: delete -S git from %autosetup

Binary file not shown.

Binary file not shown.