summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-07 03:18:42 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-07 03:18:42 +0000
commit7727237957e41ca5a83399887a8373466f589ac2 (patch)
treeae3533cf66903d0a902a23384e58900ae4a4fdda
parenta7405b075454bee13ebfafb928d0209560127d81 (diff)
automatic import of python-aioodbc
-rw-r--r--.gitignore1
-rw-r--r--python-aioodbc.spec15
-rw-r--r--sources2
3 files changed, 10 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index bbf74e5..b492973 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/aioodbc-0.3.3.tar.gz
+/aioodbc-0.4.0.tar.gz
diff --git a/python-aioodbc.spec b/python-aioodbc.spec
index 9effdfb..e8eac21 100644
--- a/python-aioodbc.spec
+++ b/python-aioodbc.spec
@@ -1,16 +1,17 @@
%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://mirrors.nju.edu.cn/pypi/web/packages/0f/d9/1e4d1582a059f72b24a0bcad08c6aec8109a6d69e888155a7968833abe91/aioodbc-0.3.3.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/30/65/1c285bd56b32b53eb30c90712c2398d7012c1f28e9effc056fb2ed1f6543/aioodbc-0.4.0.tar.gz
BuildArch: noarch
+Requires: python3-pyodbc
%description
-**aioodbc** is a Python 3.5+ module that makes it possible to access ODBC_ databases
+**aioodbc** is a Python 3.7+ module that makes it possible to access ODBC_ databases
with asyncio_. It relies on the awesome pyodbc_ library and preserves the same look and
feel. *aioodbc* was written using `async/await` syntax (PEP492_) and thus is not compatible
with Python versions older than 3.5. Internally *aioodbc* employs threads to avoid
@@ -26,7 +27,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-aioodbc
-**aioodbc** is a Python 3.5+ module that makes it possible to access ODBC_ databases
+**aioodbc** is a Python 3.7+ module that makes it possible to access ODBC_ databases
with asyncio_. It relies on the awesome pyodbc_ library and preserves the same look and
feel. *aioodbc* was written using `async/await` syntax (PEP492_) and thus is not compatible
with Python versions older than 3.5. Internally *aioodbc* employs threads to avoid
@@ -39,7 +40,7 @@ suite, all tests are executed with both the default event loop and uvloop_.
Summary: Development documents and examples for aioodbc
Provides: python3-aioodbc-doc
%description help
-**aioodbc** is a Python 3.5+ module that makes it possible to access ODBC_ databases
+**aioodbc** is a Python 3.7+ module that makes it possible to access ODBC_ databases
with asyncio_. It relies on the awesome pyodbc_ library and preserves the same look and
feel. *aioodbc* was written using `async/await` syntax (PEP492_) and thus is not compatible
with Python versions older than 3.5. Internally *aioodbc* employs threads to avoid
@@ -49,7 +50,7 @@ drivers like motor_ use the same approach.
suite, all tests are executed with both the default event loop and uvloop_.
%prep
-%autosetup -n aioodbc-0.3.3
+%autosetup -n aioodbc-0.4.0
%build
%py3_build
@@ -89,5 +90,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Mar 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.3-1
+* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
- Package Spec generated
diff --git a/sources b/sources
index d941e0e..9b788c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3785bd7a758c803735361f5b5417843b aioodbc-0.3.3.tar.gz
+e9c81828a5b90401e662938331b93d7e aioodbc-0.4.0.tar.gz