rpms/python-sqlobject/EL-5 python-sqlobject-0.9.9-setup.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 python-sqlobject.spec, 1.13, 1.14 sources, 1.6, 1.7 python-sqlobject-0.9.7-setup.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Sat Mar 7 21:41:03 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-sqlobject/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20460

Modified Files:
	.cvsignore python-sqlobject.spec sources 
Added Files:
	python-sqlobject-0.9.9-setup.patch 
Removed Files:
	python-sqlobject-0.9.7-setup.patch 
Log Message:
Update SQLObject to the latest release in the 0.9.x branch.

Changes from 0.9.7 include:

    * Backported from the trunk: under MySQL use the connection's dbEncoding instead of ascii, when converting a unicode value from python to database for a StringCol.
    * Changed interpretation of strings in the DB URI for boolean parameters: '0', 'no', 'off' and 'false' are now interpreted as False.
    * Fixed a bug with incorrect handling of calls like connectionForURI(dburi, cache=False) when dburi already contains some parameters in the URI.
    * Convert decimal.to_eng_string() to str to work around a bug in Python 2.5.2; see http://mail.python.org/pipermail/python-dev/2008-March/078189.html
    * Added test_default_style.py.
    * Fixed a minor bug in SQLiteConnection that fails to parse Enum columns.



python-sqlobject-0.9.9-setup.patch:

--- NEW FILE python-sqlobject-0.9.9-setup.patch ---
--- setup.py.orig	2008-05-20 18:48:49.000000000 -0400
+++ setup.py	2008-05-20 18:48:53.000000000 -0400
@@ -1,8 +1,6 @@
 # ez_setup doesn't work with Python 2.2, so we use distutils
 # in that case:
 try:
-    from ez_setup import use_setuptools
-    use_setuptools()
     from setuptools import setup
     is_setuptools = True
 except ImportError:


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlobject/EL-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	24 Aug 2008 23:51:24 -0000	1.6
+++ .cvsignore	7 Mar 2009 21:40:32 -0000	1.7
@@ -1 +1 @@
-SQLObject-0.9.7.tar.gz
+SQLObject-0.9.9.tar.gz


Index: python-sqlobject.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlobject/EL-5/python-sqlobject.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- python-sqlobject.spec	18 Oct 2008 00:18:59 -0000	1.13
+++ python-sqlobject.spec	7 Mar 2009 21:40:33 -0000	1.14
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-sqlobject
-Version:        0.9.7
-Release:        2%{?dist}
+Version:        0.9.9
+Release:        1%{?dist}
 Summary:        SQLObject -Object-Relational Manager, aka database wrapper  
 
 Group:          Development/Libraries
@@ -53,6 +53,9 @@
 %{_bindir}/*
 
 %changelog
+* Sat Mar 07 2009 Luke Macken <lmacken at redhat.com> - 0.9.9-1
+- Update to the latest version of the 0.9.x branch
+
 * Fri Oct 17 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.7-2
 - Apply a patch that fixes unicode issue with MySQL-python-1.2.1 fixes
   bz#466011.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlobject/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	24 Aug 2008 23:51:24 -0000	1.6
+++ sources	7 Mar 2009 21:40:33 -0000	1.7
@@ -1 +1 @@
-72f50600c7272f6651a48e18bc70972a  SQLObject-0.9.7.tar.gz
+fcc8040377402f9fa7cc33407cca89bf  SQLObject-0.9.9.tar.gz


--- python-sqlobject-0.9.7-setup.patch DELETED ---




More information about the fedora-extras-commits mailing list