[python-sqlobject] Remove the python-sqlite2 dep as sqlobject can use the sqlite3 module from

Toshio くらとみ toshio at fedoraproject.org
Thu Feb 9 02:07:26 UTC 2012


commit 1c56f6456a09661e28caf7b286bb7791e0d38552
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Feb 8 18:07:17 2012 -0800

    Remove the python-sqlite2 dep as sqlobject can use the sqlite3 module from
    
      the python stdlib

 python-sqlobject.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-sqlobject.spec b/python-sqlobject.spec
index b809b01..2bb327e 100644
--- a/python-sqlobject.spec
+++ b/python-sqlobject.spec
@@ -2,13 +2,13 @@
 
 Name:           python-sqlobject
 Version:        1.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        SQLObject Object-Relational Manager, aka database wrapper
 
 Group:          Development/Libraries
 License:        LGPLv2+
 URL:            http://sqlobject.org/
-Source0:        http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz  
+Source0:        http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
@@ -16,7 +16,6 @@ BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-formencode
-Requires:       python-sqlite2
 Requires:       python-formencode >= 1.1.1
 Requires:       MySQL-python
 Requires:       postgresql-python
@@ -54,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Wed Feb  8 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.1-3
+- Remove the python-sqlite2 dep as sqlobject can use the sqlite3 module from
+  the python stdlib
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list