Upstream released 3.0.6

This commit is contained in:
Honza Horák 2012-08-13 14:45:13 +02:00
parent ea7f480ef3
commit a082143822
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
pyodbc-2.1.5.zip
/pyodbc-3.0.6.zip

View File

@ -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

View File

@ -1 +1 @@
eccee612807e22a2aa3cc5033aee0fcc pyodbc-2.1.5.zip
c2cdfd95ecc933fa7d790591c7925c52 pyodbc-3.0.6.zip