[python-foolscap] Upstream released new version, for compatibility with Twisted-11.1.0

Ruben Kerkhof ruben at fedoraproject.org
Fri Jan 6 14:33:34 UTC 2012


commit e7d73965b9312d13d383387334197e5b79c1f53b
Author: Ruben <ruben at rubenkerkhof.com>
Date:   Fri Jan 6 15:33:22 2012 +0100

    Upstream released new version, for compatibility with Twisted-11.1.0

 .gitignore                                   |    1 +
 foolscap-disable-randomly-failing-test.patch |   20 --------------------
 python-foolscap.spec                         |    9 ++++-----
 sources                                      |    2 +-
 4 files changed, 6 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2350e2..1f22568 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 foolscap-0.5.1.tar.gz
 /foolscap-0.6.1.tar.gz
+/foolscap-0.6.3.tar.gz
diff --git a/python-foolscap.spec b/python-foolscap.spec
index fc04f09..0b23c74 100644
--- a/python-foolscap.spec
+++ b/python-foolscap.spec
@@ -1,7 +1,7 @@
 %global modulename foolscap
 
 Name:           python-%{modulename}
-Version:        0.6.1
+Version:        0.6.3
 Release:        1%{?dist}
 Summary:        Next-generation RPC protocol, intended to replace Perspective Broker
 
@@ -9,7 +9,6 @@ Group:          Development/Languages
 License:        MIT
 URL:            http://foolscap.lothar.com
 Source0:        http://foolscap.lothar.com/releases/%{modulename}-%{version}.tar.gz
-Patch0:		foolscap-disable-randomly-failing-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,9 +24,6 @@ object reference system, and a capability-based security model.
 %prep
 %setup -q -n %{modulename}-%{version}
 
-# test_certdata only fails in Koji for some reason
-%patch0 -p1
-
 %build
 %{__python} setup.py build
 find doc/ -name \*.py | xargs chmod 0644
@@ -54,6 +50,9 @@ rm -rf %{buildroot}
 %{_bindir}/flappserver
 
 %changelog
+* Fri Jan 06 2012 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.6.3-1
+- Upstream released new version, for compatibility with Twisted-11.1.0
+
 * Wed Feb 09 2011 Ruben Kerkhof <ruben at rubenkerkhof.com> - 0.6.1-1
 - Upstream released new version, Twisted-10.2 compatible
 
diff --git a/sources b/sources
index c34ed1c..468558d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e5af58b98f1fe43302c0888527cc383  foolscap-0.6.1.tar.gz
+38782e3b64d3a0beea1ae03dd9ca137f  foolscap-0.6.3.tar.gz


More information about the scm-commits mailing list