!8 upgrade the version to 1.4.0
From: @huyuqi2 Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
2532294b3f
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-restructuredtext-lint
|
Name: python-restructuredtext-lint
|
||||||
Version: 1.3.2
|
Version: 1.4.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: reStructuredText linter
|
Summary: reStructuredText linter
|
||||||
License: Unlicense
|
License: UNLICENSE
|
||||||
URL: https://github.com/twolfson/restructuredtext-lint
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,7 +23,6 @@ BuildRequires: python3-wheel
|
|||||||
|
|
||||||
BuildRequires: python3-docutils >= 0.11
|
BuildRequires: python3-docutils >= 0.11
|
||||||
BuildRequires: python3-docutils < 1.0
|
BuildRequires: python3-docutils < 1.0
|
||||||
BuildRequires: python3-nose
|
|
||||||
|
|
||||||
%description -n python3-restructuredtext-lint
|
%description -n python3-restructuredtext-lint
|
||||||
Lint reStructuredText linter files with an API or a CLI.
|
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.
|
Lint reStructuredText linter files with an API or a CLI.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n restructuredtext_lint-1.3.2 -p1
|
%autosetup -n restructuredtext_lint-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -69,8 +68,6 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
|
||||||
PYTHONPATH="$(pwd)" nosetests-3 -v
|
|
||||||
|
|
||||||
%files -n python3-restructuredtext-lint -f filelist.lst
|
%files -n python3-restructuredtext-lint -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
@ -79,6 +76,9 @@ PYTHONPATH="$(pwd)" nosetests-3 -v
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.3.2-2
|
||||||
- DESC: delete -S git from %autosetup
|
- DESC: delete -S git from %autosetup
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
restructuredtext_lint-1.4.0.tar.gz
Normal file
BIN
restructuredtext_lint-1.4.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user