rpms/python-sqlalchemy/devel .cvsignore, 1.23, 1.24 python-sqlalchemy.spec, 1.37, 1.38 sources, 1.24, 1.25 sqlalchemy-sqlite-unicode-test.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Thu Jan 22 06:36:40 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-sqlalchemy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20254

Modified Files:
	.cvsignore python-sqlalchemy.spec sources 
Removed Files:
	sqlalchemy-sqlite-unicode-test.patch 
Log Message:

* Wed Jan 21 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.1-1
- Update to 0.5.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	1 Dec 2008 20:42:20 -0000	1.23
+++ .cvsignore	22 Jan 2009 06:36:09 -0000	1.24
@@ -1 +1 @@
-SQLAlchemy-0.5.0rc4.tar.gz
+SQLAlchemy-0.5.1.tar.gz


Index: python-sqlalchemy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/devel/python-sqlalchemy.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- python-sqlalchemy.spec	1 Dec 2008 22:08:11 -0000	1.37
+++ python-sqlalchemy.spec	22 Jan 2009 06:36:09 -0000	1.38
@@ -2,18 +2,17 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 %define srcname SQLAlchemy
-%define alphatag rc4
 
 Name:           python-sqlalchemy
-Version:        0.5.0
-Release:        0.1.%{alphatag}%{?dist}
+Version:        0.5.1
+Release:        1%{?dist}
 Summary:        Modular and flexible ORM library for python
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.sqlalchemy.org/
-Source0:        http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}%{?alphatag}.tar.gz
-Patch0: sqlalchemy-sqlite-unicode-test.patch
+Source0:        http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
+#Patch0: sqlalchemy-sqlite-unicode-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -31,7 +30,7 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}%{?alphatag}
-%patch0 -p1 -b .unicode
+#%patch0 -p1 -b .unicode
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -58,6 +57,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Wed Jan 21 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1.
+
 * Mon Dec 1 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5-0.1.rc4
 - Update to 0.5.0rc4 which works with the new pysqlite
 - And update test cases to work with the new pysqlite


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlalchemy/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	1 Dec 2008 20:42:20 -0000	1.24
+++ sources	22 Jan 2009 06:36:09 -0000	1.25
@@ -1 +1 @@
-f931e6d0de35b4c63b04d4daa6a4910c  SQLAlchemy-0.5.0rc4.tar.gz
+3374e8c7af39696eed26367631960d22  SQLAlchemy-0.5.1.tar.gz


--- sqlalchemy-sqlite-unicode-test.patch DELETED ---




More information about the scm-commits mailing list