]> git.pld-linux.org Git - packages/fedmsg.git/commitdiff
up to 0.16.2 auto/th/fedmsg-0.16.2-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 9 Nov 2015 20:52:05 +0000 (22:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 9 Nov 2015 20:52:11 +0000 (22:52 +0200)
fedmsg-kojitests.patch [deleted file]
fedmsg.spec

diff --git a/fedmsg-kojitests.patch b/fedmsg-kojitests.patch
deleted file mode 100644 (file)
index 12f1970..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-From 261bf1fcb2ae393e3ef96805e7d7b2f93884f90d Mon Sep 17 00:00:00 2001
-From: Ralph Bean <rbean@redhat.com>
-Date: Fri, 7 Nov 2014 10:58:24 -0500
-Subject: [PATCH] Try to get tests passing in koji again.
-
----
- fedmsg/tests/test_crypto_switching.py | 6 ++++--
- fedmsg/tests/test_crypto_x509.py      | 6 ++++--
- 2 files changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/fedmsg/tests/test_crypto_switching.py b/fedmsg/tests/test_crypto_switching.py
-index 64feca2..5644856 100644
---- a/fedmsg/tests/test_crypto_switching.py
-+++ b/fedmsg/tests/test_crypto_switching.py
-@@ -18,14 +18,16 @@
- # Authors:  Ralph Bean <rbean@redhat.com>
- #
- import six
-+import sys
- import os
- import nose.tools.nontrivial
--try:
-+major, minor = sys.version_info[:2]
-+if major == 2 and minor <= 6:
-     # For python-2.6, so we can do skipTest
-     import unittest2 as unittest
--except ImportError:
-+else:
-     import unittest
- import fedmsg.crypto
-diff --git a/fedmsg/tests/test_crypto_x509.py b/fedmsg/tests/test_crypto_x509.py
-index 06bde10..efea61a 100644
---- a/fedmsg/tests/test_crypto_x509.py
-+++ b/fedmsg/tests/test_crypto_x509.py
-@@ -20,13 +20,15 @@
- import os
- import shutil
- import six
-+import sys
- import nose.tools.nontrivial
--try:
-+major, minor = sys.version_info[:2]
-+if major == 2 and minor <= 6:
-     # For python-2.6, so we can do skipTest
-     import unittest2 as unittest
--except ImportError:
-+else:
-     import unittest
- import fedmsg.crypto
--- 
-1.9.3
-
index 58c8f4563c27e3f261c06c9ddc2f4b7cda758594..0efa601b8e901f3df648219bdc59a1be88467338 100644 (file)
@@ -9,14 +9,13 @@
 
 Summary:       Tools for Fedora Infrastructure real-time messaging
 Name:          fedmsg
-Version:       0.11.1
+Version:       0.16.2
 Release:       1
 License:       LGPL v2+
 Group:         Applications/Networking
 Source0:       http://pypi.python.org/packages/source/f/fedmsg/%{name}-%{version}.tar.gz
-# Source0-md5: 3074d89b779929b338ac609081e10340
+# Source0-md5: 43fc8257724252b38b34608b0c9a2218
 Source1:       %{name}-tmpfiles.conf
-Patch0:                %{name}-kojitests.patch
 Patch1:                config.patch
 URL:           https://github.com/fedora-infra/fedmsg
 BuildRequires: python-devel
@@ -120,7 +119,6 @@ firewall.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 # This only got shipped with fedmsg-0.6.3
This page took 0.066887 seconds and 4 git commands to generate.