[python-fedmsg-meta-fedora-infrastructure] Latest upstream.

Ralph Bean ralph at fedoraproject.org
Mon May 13 16:09:42 UTC 2013


commit 0c29cb2a25f432f00d85c60f88b8a4367014c2bb
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon May 13 12:09:34 2013 -0400

    Latest upstream.

 .gitignore                                    |    1 +
 0001-temporarily-remove-avatar-test.patch     |   26 +++++++++++++++++++++++++
 python-fedmsg-meta-fedora-infrastructure.spec |   12 ++++++++++-
 sources                                       |    2 +-
 4 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a113c28..116165b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /fedmsg_meta_fedora_infrastructure-0.1.1.tar.gz
 /fedmsg_meta_fedora_infrastructure-0.1.3.tar.gz
 /fedmsg_meta_fedora_infrastructure-0.1.4.tar.gz
+/fedmsg_meta_fedora_infrastructure-0.1.5.tar.gz
diff --git a/0001-temporarily-remove-avatar-test.patch b/0001-temporarily-remove-avatar-test.patch
new file mode 100644
index 0000000..3f5d528
--- /dev/null
+++ b/0001-temporarily-remove-avatar-test.patch
@@ -0,0 +1,26 @@
+From bfc160133d519e289db9fc62ff64717e6518a5c9 Mon Sep 17 00:00:00 2001
+From: Ralph Bean <rbean at redhat.com>
+Date: Mon, 13 May 2013 11:52:12 -0400
+Subject: [PATCH] temporarily remove avatar test.
+
+---
+ fedmsg_meta_fedora_infrastructure/tests/askbot.py | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/fedmsg_meta_fedora_infrastructure/tests/askbot.py b/fedmsg_meta_fedora_infrastructure/tests/askbot.py
+index a2fcf14..e7fb634 100644
+--- a/fedmsg_meta_fedora_infrastructure/tests/askbot.py
++++ b/fedmsg_meta_fedora_infrastructure/tests/askbot.py
+@@ -295,9 +295,6 @@ class TestAskbotUpdatedQuestion(Base):
+     expected_packages = set()
+     expected_usernames = set(['ralph'])
+     expected_emails = dict(ralph='ralph at fedoraproject.org')
+-    expected_avatars = dict(ralph="http://www.gravatar.com/avatar/" + \
+-        "2f933f4364baaabd2d3ab8f0664faef2?s=64&d=http%3A%2F%2F" + \
+-        "fedoraproject.org%2Fstatic%2Fimages%2Ffedora_infinity_64x64.png")
+     expected_objects = set([
+         'tags/town',
+         'threads/2',
+-- 
+1.8.1.4
+
diff --git a/python-fedmsg-meta-fedora-infrastructure.spec b/python-fedmsg-meta-fedora-infrastructure.spec
index d067324..0326e70 100644
--- a/python-fedmsg-meta-fedora-infrastructure.spec
+++ b/python-fedmsg-meta-fedora-infrastructure.spec
@@ -1,7 +1,7 @@
 %global modname fedmsg_meta_fedora_infrastructure
 
 Name:               python-fedmsg-meta-fedora-infrastructure
-Version:            0.1.4
+Version:            0.1.5
 Release:            1%{?dist}
 Summary:            Metadata providers for Fedora Infrastructure's fedmsg deployment
 
@@ -9,6 +9,7 @@ Group:              Development/Libraries
 License:            LGPLv2+
 URL:                http://pypi.python.org/pypi/%{modname}
 Source0:            http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz
+Patch0:             0001-temporarily-remove-avatar-test.patch
 
 BuildArch:          noarch
 
@@ -17,8 +18,10 @@ BuildRequires:      python2-devel
 BuildRequires:      fedmsg >= 0.6.1
 BuildRequires:      python-nose
 BuildRequires:      python-mock
+BuildRequires:      python-fedora
 
 Requires:           fedmsg >= 0.6.1
+Requires:           python-fedora
 
 %if 0%{?rhel} <= 6
 BuildRequires:  python-unittest2
@@ -42,6 +45,7 @@ your messages.
 
 %prep
 %setup -q -n %{modname}-%{version}
+%patch0 -p1
 
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}.egg-info
@@ -62,6 +66,12 @@ rm -rf %{modname}.egg-info
 
 
 %changelog
+* Mon May 13 2013 Ralph Bean <rbean at redhat.com> - 0.1.5-1
+- New upstream with new avatars and emails interfaces.
+- New dep on python-fedora
+- Temporarily remove test for avatars while python-fedora catches up.
+- New processor for fedorahosted/trac messages.
+
 * Wed Apr 24 2013 Ralph Bean <rbean at redhat.com> - 0.1.4-1
 - Handle the latest tagger2 messages.
 
diff --git a/sources b/sources
index 559d32f..5dc4787 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9c8754be1e74b29e13a997eb1e5da05  fedmsg_meta_fedora_infrastructure-0.1.4.tar.gz
+620d47f9e952ae1d07fff41f928aeb7e  fedmsg_meta_fedora_infrastructure-0.1.5.tar.gz


More information about the scm-commits mailing list