[python-zope-sqlalchemy] Update to 0.7.4 (#1012362)

Luke Macken lmacken at fedoraproject.org
Sun May 4 23:26:40 UTC 2014


commit 4ad583eb36fca57c1e7a142937295aa43129653f
Author: Luke Macken <lmacken at redhat.com>
Date:   Sun May 4 17:26:40 2014 -0600

    Update to 0.7.4 (#1012362)

 .gitignore                  |    1 +
 python-zope-sqlalchemy.spec |   12 ++++++++----
 sources                     |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30437fc..fd2cc85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ zope.sqlalchemy-0.4.tar.gz
 /zope.sqlalchemy-0.6.tar.gz
 /zope.sqlalchemy-0.6.1.tar.gz
 /zope.sqlalchemy-0.7.2.zip
+/zope.sqlalchemy-0.7.4.zip
diff --git a/python-zope-sqlalchemy.spec b/python-zope-sqlalchemy.spec
index 3efa073..8c61210 100644
--- a/python-zope-sqlalchemy.spec
+++ b/python-zope-sqlalchemy.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           python-zope-sqlalchemy
-Version:        0.7.2
-Release:        3%{?dist}
+Version:        0.7.4
+Release:        1%{?dist}
 Summary:        Minimal Zope/SQLAlchemy transaction integration
 
 Group:          Development/Languages
@@ -19,7 +19,7 @@ BuildRequires:  python-zope-testing
 
 Requires:       python-transaction
 Requires:       python-sqlalchemy >= 0.5.1
-Requires:       python-zope-interface
+Requires:       python-zope-interface >= 3.6.0
 
 %if 0%{?with_python3}
 BuildRequires:      python3-devel
@@ -41,7 +41,7 @@ Group:     Development/Languages
 
 Requires:           python3-transaction
 Requires:           python3-sqlalchemy >= 0.5.1
-Requires:           python3-zope-interface
+Requires:           python3-zope-interface >= 3.6.0
 
 %description -n python3-zope-sqlalchemy
 The aim of this package is to unify the plethora of existing packages
@@ -97,6 +97,10 @@ popd
 
 
 %changelog
+* Sun May 04 2014 Luke Macken <lmacken at redhat.com> - 0.7.4-1
+- Update to 0.7.4 (#1012362)
+- Require zope.interface >= 3.6.0
+
 * Tue Aug 20 2013 Luke Macken <lmacken at redhat.com> - 0.7.2-3
 - Move python3 requires statements into the python3 subpackage (#997674)
 
diff --git a/sources b/sources
index c8381b0..632ad9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b654e5d144ed141e13b42591a21a4868  zope.sqlalchemy-0.7.2.zip
+87758437ec5584a14ed801233b2f348f  zope.sqlalchemy-0.7.4.zip


More information about the scm-commits mailing list