!4 Update version to 5.1.0

From: @wangqiang95 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2024-03-02 14:19:34 +00:00 committed by Gitee
commit ee1e564735
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 9 additions and 2 deletions

Binary file not shown.

BIN
pyodbc-5.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pyodbc
Version: 4.0.39
Version: 5.1.0
Release: 1
Summary: DB API Module for ODBC
License: MIT
URL: https://github.com/mkleehammer/pyodbc
Source0: https://files.pythonhosted.org/packages/b7/80/835b8a98089e31aa6b9bfc0301c1546e69f5205a966888f2663e43e7d07b/pyodbc-4.0.39.tar.gz
Source0: https://files.pythonhosted.org/packages/b7/80/835b8a98089e31aa6b9bfc0301c1546e69f5205a966888f2663e43e7d07b/pyodbc-%{version}.tar.gz
%description
pyodbc is an open source Python module that makes accessing ODBC databases
simple. It implements the DB API 2.0 specification but is packed with even more
@ -63,6 +63,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/*
%changelog
* Sat Mar 02 2024 wangqiang <wangqiang1@kylinos.cn> - 5.1.0-1
- Update package to version 5.1.0
* Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 4.0.39-1
- Update package to version 4.0.39

4
python-pyodbc.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: pyodbc
tag_prefix: ^v
seperator: .