diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 37bd176d2cf6b656913977675f57f1656865cd42..da1118d7a3c81894f1cc25a736788656361e2a91 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-SQLAlchemy Version: 1.3.8 -Release: 2 +Release: 3 Summary: Database Abstraction Library License: MIT URL: http://www.sqlalchemy.org @@ -28,6 +28,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-pytest-xdist +BuildRequires: python3-mock %description -n python3-sqlalchemy SQLAlchemy The Python SQL Toolkit and Object Relational MapperIntroduction -SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives @@ -98,6 +99,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Oct 24 2022 wangxiyuan - 1.3.8-3 +- Fix unit test requirement error + * Wed Feb 23 2022 wangxiyuan - 1.3.8-2 - Fix pythondist provides problem.