diff --git a/python-transaction.spec b/python-transaction.spec index a858fb3..9e9d58a 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-transaction Version: 3.0.1 -Release: 1 +Release: 2 Summary: Transaction management for Python License: ZPL 2.1 URL: https://github.com/zopefoundation/transaction @@ -25,7 +25,6 @@ BuildRequires: python3-sphinx BuildRequires: python3-repoze-sphinx-autointerface # Tests running requires BuildRequires: python3-mock -BuildRequires: python3-nose BuildRequires: python3-coverage BuildRequires: python3-mock # General requires @@ -34,7 +33,6 @@ Requires: python3-sphinx Requires: python3-repoze-sphinx-autointerface # Tests running requires Requires: python3-mock -Requires: python3-nose Requires: python3-coverage Requires: python3-mock %description -n python3-transaction @@ -91,5 +89,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 04 2022 huangtianhua - 3.0.1-2 +- Remove python3-nose requires + * Fri Aug 06 2021 OpenStack_SIG - 3.0.1-1 - Package Spec generate \ No newline at end of file