[python-fedbadges] Latest upstream with DB transaction support.

Ralph Bean ralph at fedoraproject.org
Tue Jul 16 15:30:07 UTC 2013


commit 7751e0eac81cb956af743f3839c599c0985741c9
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Jul 16 11:29:36 2013 -0400

    Latest upstream with DB transaction support.

 .gitignore            |    1 +
 python-fedbadges.spec |    7 ++++++-
 sources               |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b24df0..1116238 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fedbadges-0.2.1.tar.gz
+/fedbadges-0.2.2.tar.gz
diff --git a/python-fedbadges.spec b/python-fedbadges.spec
index 66f6167..d337f1f 100644
--- a/python-fedbadges.spec
+++ b/python-fedbadges.spec
@@ -1,7 +1,7 @@
 %global modname fedbadges
 
 Name:               python-fedbadges
-Version:            0.2.1
+Version:            0.2.2
 Release:            1%{?dist}
 Summary:            fedmsg consumer for awarding open badges
 
@@ -19,6 +19,7 @@ BuildRequires:      PyYAML
 BuildRequires:      python-fedmsg-meta-fedora-infrastructure
 BuildRequires:      python-tahrir-api
 BuildRequires:      python-datanommer-models
+BuildRequires:      python-zope-sqlalchemy
 
 BuildRequires:      python-nose
 BuildRequires:      python-mock
@@ -28,6 +29,7 @@ Requires:           PyYAML
 Requires:           python-fedmsg-meta-fedora-infrastructure
 Requires:           python-tahrir-api
 Requires:           python-datanommer-models
+Requires:           python-zope-sqlalchemy
 
 
 %description
@@ -64,5 +66,8 @@ rm %{buildroot}/%{_bindir}/fedmsg-badges
 %{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Tue Jul 16 2013 Ralph Bean <rbean at redhat.com> - 0.2.2-1
+- Latest upstream with DB transaction support.
+
 * Fri Jun 07 2013 Ralph Bean <rbean at redhat.com> - 0.2.0-1
 - Initial packaging for Fedora.
diff --git a/sources b/sources
index 1b69e0c..43d1036 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-115c3002cb904aa356e8b371df41d942  fedbadges-0.2.1.tar.gz
+be22e459f38c7fac34d8f55bcb6138f5  fedbadges-0.2.2.tar.gz


More information about the scm-commits mailing list