[python-sqlalchemy] - 0.6.6 Upstream release

Toshio くらとみ toshio at fedoraproject.org
Tue Jan 18 05:51:58 UTC 2011


commit 791d592e57cdf6a200a516b8695f905cc50f39fd
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jan 17 21:51:01 2011 -0800

    - 0.6.6 Upstream release

 .gitignore                             |    1 +
 python-sqlalchemy-unittest-order.patch |   67 --------------------------------
 python-sqlalchemy.spec                 |    7 ++-
 sources                                |    2 +-
 4 files changed, 6 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e916602..4b46e3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ SQLAlchemy-0.6.1.tar.gz
 /SQLAlchemy-0.6.3.tar.gz
 /SQLAlchemy-0.6.4.tar.gz
 /SQLAlchemy-0.6.5.tar.gz
+/SQLAlchemy-0.6.6.tar.gz
diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec
index c902e7d..1db7625 100644
--- a/python-sqlalchemy.spec
+++ b/python-sqlalchemy.spec
@@ -10,7 +10,7 @@
 %global srcname SQLAlchemy
 
 Name:           python-sqlalchemy
-Version:        0.6.5
+Version:        0.6.6
 Release:        1%{?dist}
 Summary:        Modular and flexible ORM library for python
 
@@ -19,7 +19,6 @@ License:        MIT
 URL:            http://www.sqlalchemy.org/
 Source0:        http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
 # Submitted upstream: http://www.sqlalchemy.org/trac/ticket/1888
-Patch0:         python-sqlalchemy-unittest-order.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
@@ -74,7 +73,6 @@ This package includes the python 3 version of the module.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1 -b .order
 
 sed -i 's/\r//' examples/dynamic_dict/dynamic_dict.py
 
@@ -142,6 +140,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon Jan 17 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.6-1
+- 0.6.6 Upstream release
+
 * Fri Dec 3 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.5-1
 - 0.6.5 Upstream release
 
diff --git a/sources b/sources
index d99256d..a7767cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a64f3d3115285d50ec52349e5e8e0214  SQLAlchemy-0.6.5.tar.gz
+359f02242c52e92aa881c36c8e3720d8  SQLAlchemy-0.6.6.tar.gz


More information about the scm-commits mailing list