rpms/pymssql/devel .cvsignore, 1.2, 1.3 pymssql.spec, 1.3, 1.4 sources, 1.2, 1.3

Ray Van Dolson rayvd at fedoraproject.org
Thu Apr 9 21:21:09 UTC 2009


Author: rayvd

Update of /cvs/pkgs/rpms/pymssql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25179

Modified Files:
	.cvsignore pymssql.spec sources 
Log Message:
Rebased against 1.0.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Oct 2008 16:53:31 -0000	1.2
+++ .cvsignore	9 Apr 2009 21:20:39 -0000	1.3
@@ -1 +1 @@
-pymssql-0.8.0.tar.gz
+pymssql-1.0.1.tar.gz


Index: pymssql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/devel/pymssql.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pymssql.spec	26 Feb 2009 20:15:02 -0000	1.3
+++ pymssql.spec	9 Apr 2009 21:20:39 -0000	1.4
@@ -1,29 +1,23 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pymssql
-Version:        0.8.0
-Release:        4%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        A simple database interface to MS-SQL for Python
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://pymssql.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       python >= 2.4, freetds >= 0.63
+Requires:       python >= 2.4, python < 3.0, freetds >= 0.63
 BuildRequires:  freetds-devel >= 0.63
 BuildRequires:  python-devel >= 2.4
+BuildRequires:  python-devel < 3.0
 
 %description
-An "almost" DB-API 2.0 compliant module for access to Microsoft SQL
-servers from Python.  Features:
-
-  - Supports connecting to Microsoft SQL 2000 and SQL 2005 servers, all
-    editions and service pack levels (see also FAQ / Troubleshooting
-    page).
-  - Supports named instances and non-standard port numbers.
-  - Great performance: it uses MS SQL DB-Library for C instead of Win32
-    ODBC.
-  - Multiple Query/Multiple Result.
+pymssql is the Python language extension module that provides access to
+Microsoft SQL Servers from Python scripts. It is compliant with Python
+DB-API 2.0 Specification.
 
 %prep
 %setup -q
@@ -42,10 +36,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README README.freetds ChangeLog TODO
+%doc README lgpl.txt ChangeLog TODO
 %{python_sitearch}/*
 
 %changelog
+* Thu Apr 09 2009 Ray Van Dolson <rayvd at fedoraproject.org> - 1.0.1-1
+- Rebased against upstream (#492802)
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pymssql/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Oct 2008 16:53:31 -0000	1.2
+++ sources	9 Apr 2009 21:20:39 -0000	1.3
@@ -1 +1 @@
-1526315e20f55a6c74c86d6ca0ce07c4  pymssql-0.8.0.tar.gz
+afadab7642b35c0492fa2ef08ed551bd  pymssql-1.0.1.tar.gz




More information about the scm-commits mailing list