diff --git a/python-jaraco-test.spec b/python-jaraco-test.spec index 63b5978528ec8326e7b0ca76081925dc8d5ccc8a..af0d83b654da1c42d01e045589cd1ef24523d708 100644 --- a/python-jaraco-test.spec +++ b/python-jaraco-test.spec @@ -1,6 +1,6 @@ Name: python-jaraco.test Version: 5.3.0 -Release: 1 +Release: 2 Summary: Testing support by jaraco License: MIT @@ -8,7 +8,6 @@ URL: https://codeload.github.com/shopkeep/jaraco.test Source0: https://codeload.github.com/shopkeep/jaraco.test/archive/%{version}.tar.gz#/jaraco.test-%{version}.tar.gz BuildArch: noarch - %description %{summary}. @@ -23,6 +22,11 @@ BuildRequires: python3-setuptools_scm BuildRequires: python3-pip BuildRequires: python3-wheel +# for test +BuildRequires: python3-pytest +BuildRequires: python3-jaraco-functools +BuildRequires: python3-jaraco-context + %description -n python3-jaraco.test %{summary}. @@ -35,6 +39,9 @@ BuildRequires: python3-wheel %install %pyproject_install +%check +%pytest + %files -n python3-jaraco.test %license LICENSE %doc README.rst @@ -43,5 +50,8 @@ BuildRequires: python3-wheel %{python3_sitelib}/jaraco/test/ %changelog +* Wed Sep 13 2023 li-miaomiao_zhr - 5.3.0-2 +- Start self-test of software package + * Thu Jul 27 2023 mengzhaoa - 5.3.0-1 - Init package python-jaraco.test of version 5.3.0