diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index d37375401ab137a4676c8bf1bbdcc0421058e81c..af77c224720a9f1a8dad23814e9e8b807bc1cfe0 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -2,7 +2,7 @@ Name: python-sqlalchemy Version: 1.3.22 -Release: 2 +Release: 3 Summary: SQL toolkit and object relational mapper for Python License: MIT URL: http://www.sqlalchemy.org/ @@ -10,7 +10,7 @@ Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLA Patch0: tests_overcome_bpo42967.patch -BuildRequires: python3-devel python3-setuptools python3-pytest +BuildRequires: python3-devel python3-setuptools python3-pytest gcc %description SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible, @@ -64,6 +64,12 @@ PYTHONPATH=. %{__python3} -m pytest test %doc doc examples %changelog +* Tue Jun 22 2021 shixuantong - 1.3.22-3 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC:add gcc to BuildRequires + * Tue Mar 16 2021 tianwei - 1.3.22-2 - Type:bugfix - ID:NA