diff --git a/aioodbc-0.3.3.tar.gz b/aioodbc-0.3.3.tar.gz deleted file mode 100644 index c347500e081e3ec9ed4f3e6985d0d260b57441be..0000000000000000000000000000000000000000 Binary files a/aioodbc-0.3.3.tar.gz and /dev/null differ diff --git a/aioodbc-0.4.0.tar.gz b/aioodbc-0.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b801aa55a63f8f3c68d055c616b0aa4170165599 Binary files /dev/null and b/aioodbc-0.4.0.tar.gz differ diff --git a/python-aioodbc.spec b/python-aioodbc.spec index acd85b064dbcc37cff76d1eed174dbbbe03219b9..f628576076fc8ad2ca21e309e4d1487a2d69daa8 100644 --- a/python-aioodbc.spec +++ b/python-aioodbc.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aioodbc -Version: 0.3.3 +Version: 0.4.0 Release: 1 Summary: ODBC driver for asyncio. License: Apache 2 URL: https://github.com/aio-libs/aioodbc -Source0: https://files.pythonhosted.org/packages/0f/d9/1e4d1582a059f72b24a0bcad08c6aec8109a6d69e888155a7968833abe91/aioodbc-0.3.3.tar.gz +Source0: https://files.pythonhosted.org/packages/30/65/1c285bd56b32b53eb30c90712c2398d7012c1f28e9effc056fb2ed1f6543/aioodbc-0.4.0.tar.gz BuildArch: noarch @@ -30,7 +30,7 @@ Provides: python3-aioodbc-doc with asyncio_. %prep -%autosetup -n aioodbc-0.3.3 +%autosetup -n aioodbc-%{version} %build %py3_build @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 4 2023 wubijie - 0.4.0-1 +- Update package to version 0.4.0 + * Mon Jul 06 2020 Python_Bot - Package Spec generated