Upstream released 3.0.6
This commit is contained in:
parent
ea7f480ef3
commit
a082143822
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
pyodbc-2.1.5.zip
|
||||
/pyodbc-3.0.6.zip
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: pyodbc
|
||||
Version: 2.1.5
|
||||
Release: 7%{?dist}
|
||||
Version: 3.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Python DB API 2.0 Module for ODBC
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
@ -14,7 +14,7 @@ BuildRequires: unixODBC-devel
|
||||
BuildRequires: python-devel
|
||||
|
||||
%description
|
||||
A Python DB API 2 module for ODBC. This project provides an up-to-date,
|
||||
A Python DB API 2 and 3 module for ODBC. This project provides an up-to-date,
|
||||
convenient interface to ODBC using native data types like datetime and
|
||||
decimal.
|
||||
|
||||
@ -37,6 +37,9 @@ decimal.
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 13 2012 Honza Horak <hhorak@redhat.com> - 3.0.6-1
|
||||
- Upstream released 3.0.6
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user