update version to 5.1.0

This commit is contained in:
wangqiang 2024-03-01 18:37:01 +08:00
parent eb1d5975ba
commit 0bf5c236e5
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 %global _empty_manifest_terminate_build 0
Name: python-pyodbc Name: python-pyodbc
Version: 4.0.39 Version: 5.1.0
Release: 1 Release: 1
Summary: DB API Module for ODBC Summary: DB API Module for ODBC
License: MIT License: MIT
URL: https://github.com/mkleehammer/pyodbc 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 %description
pyodbc is an open source Python module that makes accessing ODBC databases 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 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}/* %{_docdir}/*
%changelog %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 * Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 4.0.39-1
- Update package to version 4.0.39 - 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: .