diff --git a/opengauss-sqlalchemy-2.4.0.tar.gz b/opengauss-sqlalchemy-2.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d998d9d542cff0524f454ea91d647c808f33cb42 Binary files /dev/null and b/opengauss-sqlalchemy-2.4.0.tar.gz differ diff --git a/python-opengauss-sqlalchemy.spec b/python-opengauss-sqlalchemy.spec new file mode 100644 index 0000000000000000000000000000000000000000..e04fc6bc87b0c6e2a604b653031345f7bc39b755 --- /dev/null +++ b/python-opengauss-sqlalchemy.spec @@ -0,0 +1,41 @@ +Name: python-opengauss-sqlalchemy +Version: 2.4.0 +Release: 1%{?dist} +Summary: OpenGauss Dialect for SQLAlchemy +License: MIT +URL: https://gitee.com/opengauss/openGauss-sqlalchemy +Source0: opengauss-sqlalchemy-%{version}.tar.gz +BuildArch: noarch + +%description +OpenGauss Dialect for SQLAlchemy allows you to use OpenGauss with SQLAlchemy + +%package -n python3-opengauss-sqlalchemy +Summary: OpenGauss Dialect for SQLAlchemy +Provides: python3-opengauss-sqlalchemy +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +Requires: python3-sqlalchemy2 + +%description -n python3-opengauss-sqlalchemy +OpenGauss Dialect for SQLAlchemy allows you to use OpenGauss with SQLAlchemy + +%prep +%autosetup -n opengauss-sqlalchemy -p1 + +%build +%py3_build + +%install +%py3_install + +%files -n python3-opengauss-sqlalchemy +%doc README.md +%license LICENSE.md +%{python3_sitelib}/* + +%changelog +* Thu May 29 2025 WANG-shine - 2.4.0-1 +- Package Spec generated