rpms/python-sqlalchemy/EL-4 .cvsignore, 1.20, 1.21 python-sqlalchemy.spec, 1.32, 1.33 sources, 1.21, 1.22

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Thu May 8 00:26:51 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-sqlalchemy/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13647

Modified Files:
	.cvsignore python-sqlalchemy.spec sources 
Log Message:
* Revert to the version of python-sqlalchemy available in EPEL-5.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/EL-4/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	8 Apr 2008 07:27:16 -0000	1.20
+++ .cvsignore	8 May 2008 00:26:11 -0000	1.21
@@ -1 +1 @@
-SQLAlchemy-0.4.5.tar.gz
+SQLAlchemy-0.3.11.tar.gz


Index: python-sqlalchemy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/EL-4/python-sqlalchemy.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- python-sqlalchemy.spec	8 Apr 2008 07:27:16 -0000	1.32
+++ python-sqlalchemy.spec	8 May 2008 00:26:11 -0000	1.33
@@ -1,10 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
+
 %define srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.4.5
+Version:        0.3.11
 Release:        1%{?dist}
 Summary:        Modular and flexible ORM library for python
 
@@ -16,7 +17,7 @@
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel >= 0.6c3
+BuildRequires:  python-setuptools >= 0.6c3
 
 %description
 SQLAlchemy is an Object Relational Mappper (ORM) that provides a flexible,
@@ -37,61 +38,23 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{python_sitelib}
-python setup.py install --skip-build --root $RPM_BUILD_ROOT
-
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
 # remove unnecessary scripts for building documentation
 rm -rf doc/build
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%check
-export PYTHONPATH=./test
-python test/alltests.py
 
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE PKG-INFO CHANGES doc examples
-%{python_sitelib}/*
+%{python_sitelib}/%{srcname}-%{version}-py%{pyver}.egg-info
+%{python_sitelib}/sqlalchemy/
 
 %changelog
-* Tue Apr 8 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.4.5-1
-- Update to 0.4.5.
-
-* Fri Feb 22 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.4.3-1
-- Update to 0.4.3.
-
-* Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> 0.4.2-1.p3
-- Update to 0.4.2p3.
-
-* Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> 0.4.1-1
-- Update to 0.4.1.
-
-* Wed Oct 17 2007 Toshio Kuratomi <a.badger at gmail.com> 0.4.0-1
-- SQLAlchemy-0.4.0 final
-- Run the testsuite
-
-* Wed Oct  3 2007 Luke Macken <lmacken at redhat.com> 0.4.0-0.4.beta6
-- SQLAlchemy-0.4.0beta6
-
-* Tue Sep 11 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.4.0-0.4.beta5
-- Update to 0.4beta5.
-
-* Fri Sep 06 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.4.0-0.4.beta4
-- setuptools has been fixed.
-
-* Fri Aug 31 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.4.0-0.3.beta4
-- setuptools seems to be broken WRT having an active and inactive version
-  of an egg.  Have to make both versions inactive and manually setup a copy
-  that can be started via import. (Necessary for the sqlalchemy0.3 compat
-  package.)
-
-* Tue Aug 28 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.4.0-0.2.beta4
-- Modify setuptools to handle the -devel subpackage split in F-8.
-
-* Mon Aug 27 2007 Toshio Kuratomi <toshio at tiki-lounge.com> - 0.4.0-0.1.beta4
-- Update to 0.4 beta4.
+* Tue Dec 11 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.3.11-1
+- Upgrade to 0.3.11.
 
 * Tue Jul 24 2007 Toshio Kuratomi <toshio at tiki-lounge.com> - 0.3.10-2
 - Remove python-abi Requires.  This is automatic since FC4+.
@@ -142,3 +105,11 @@
 
 * Wed May 31 2006 Shahms E. King <shahms at shahms.com> 0.2.1-1
 - Update to new upstream version
+
+* Tue May 16 2006 Shahms E. King <shahms at shahms.com> 0.1.7-1
+- Update to new upstream version
+- Point URL to direct link, not sourceforge redirect
+- Remove unnecessary document build scripts
+
+* Fri Apr 14 2006 Shahms E. King <shahms at shahms.com> 0.1.6-1
+- Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/EL-4/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	8 Apr 2008 07:27:16 -0000	1.21
+++ sources	8 May 2008 00:26:11 -0000	1.22
@@ -1 +1 @@
-ebd41cfb27a8d8b4e2a18192b6afad95  SQLAlchemy-0.4.5.tar.gz
+4ea95e5176ab9e4d0b25b1005f458682  SQLAlchemy-0.3.11.tar.gz




More information about the scm-commits mailing list