diff --git a/python-restructuredtext-lint.spec b/python-restructuredtext-lint.spec index c07c8db..a542f20 100644 --- a/python-restructuredtext-lint.spec +++ b/python-restructuredtext-lint.spec @@ -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 - 1.4.0-1 +- Upgrade package python3-restructuredtext-lint to version 1.4.0 + * Fri Jul 30 2021 chenyanpanHW - 1.3.2-2 - DESC: delete -S git from %autosetup diff --git a/restructuredtext_lint-1.3.2.tar.gz b/restructuredtext_lint-1.3.2.tar.gz deleted file mode 100644 index cdb15e6..0000000 Binary files a/restructuredtext_lint-1.3.2.tar.gz and /dev/null differ diff --git a/restructuredtext_lint-1.4.0.tar.gz b/restructuredtext_lint-1.4.0.tar.gz new file mode 100644 index 0000000..68260e0 Binary files /dev/null and b/restructuredtext_lint-1.4.0.tar.gz differ