[python-fedbadges] Latest upstream.

Ralph Bean ralph at fedoraproject.org
Mon Aug 26 20:21:35 UTC 2013


commit cffcb708621a1d3ed8e478510df4ff369371886e
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Aug 26 16:21:21 2013 -0400

    Latest upstream.

 .gitignore                                         |    1 +
 ...ecipient_nick2fas-an-allowed-config-value.patch |   24 --------------------
 python-fedbadges.spec                              |   11 +++++---
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd91daa..a9bacf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /fedbadges-0.2.2.tar.gz
 /fedbadges-0.2.3.tar.gz
 /fedbadges-0.2.4.tar.gz
+/fedbadges-0.3.0.tar.gz
diff --git a/python-fedbadges.spec b/python-fedbadges.spec
index cece40a..12d105e 100644
--- a/python-fedbadges.spec
+++ b/python-fedbadges.spec
@@ -1,15 +1,14 @@
 %global modname fedbadges
 
 Name:               python-fedbadges
-Version:            0.2.4
-Release:            2%{?dist}
+Version:            0.3.0
+Release:            1%{?dist}
 Summary:            fedmsg consumer for awarding open badges
 
 Group:              Development/Libraries
 License:            GPLv2+
 URL:                http://pypi.python.org/pypi/fedbadges
 Source0:            http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz
-Patch0:             python-fedbadges-make-recipient_nick2fas-an-allowed-config-value.patch
 
 BuildArch:          noarch
 
@@ -42,7 +41,6 @@ appropriate users.
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1
 
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}.egg-info
@@ -68,6 +66,11 @@ rm %{buildroot}/%{_bindir}/fedmsg-badges
 %{python_sitelib}/%{modname}-%{version}*
 
 %changelog
+* Mon Aug 26 2013 Ralph Bean <rbean at redhat.com> - 0.3.0-1
+- Latest upstream.
+- Make use of enhanced tahrir-api for fedmsg and rank caching.
+- Allow more complex datanommer query "operations".
+
 * Tue Jul 30 2013 Ralph Bean <rbean at redhat.com> - 0.2.4-2
 - Patch: allow recipient_nick2fas.
 
diff --git a/sources b/sources
index 5a49563..adb47af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9dc3458553ebc9e06c9b716182e23573  fedbadges-0.2.4.tar.gz
+e32e3f0f34ebffe03361945b3fc63ee1  fedbadges-0.3.0.tar.gz


More information about the scm-commits mailing list