!4 Update version to 5.1.0
From: @wangqiang95 Reviewed-by: @han-guangyu Signed-off-by: @han-guangyu
This commit is contained in:
commit
ee1e564735
Binary file not shown.
BIN
pyodbc-5.1.0.tar.gz
Normal file
BIN
pyodbc-5.1.0.tar.gz
Normal file
Binary file not shown.
@ -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
4
python-pyodbc.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: pypi
|
||||
src_repo: pyodbc
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user