[python-websockify] remove runtime dependency on numpy

Pádraig Brady pbrady at fedoraproject.org
Wed Oct 31 11:38:35 UTC 2012


commit 75108db548cb9085839316ce00af144fc0a42b57
Author: Pádraig Brady <P at draigBrady.com>
Date:   Wed Oct 31 11:29:00 2012 +0000

    remove runtime dependency on numpy

 python-websockify.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-websockify.spec b/python-websockify.spec
index 13fc357..228afa4 100644
--- a/python-websockify.spec
+++ b/python-websockify.spec
@@ -1,6 +1,6 @@
 Name:           python-websockify
 Version:        0.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        WSGI based adapter for the Websockets protocol
 
 License:        LGPLv3
@@ -19,6 +19,9 @@ Python WSGI based adapter for the Websockets protocol
 %patch0 -p1
 %patch1 -p1
 
+# TODO: Have the following handle multi line entries
+sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
+
 %build
 %{__python} setup.py build
 
@@ -42,15 +45,15 @@ install -m 444 docs/websockify.1 %{buildroot}%{_mandir}/man1/
 
 
 %changelog
+* Wed Oct 31 2012 Pádraig Brady <P at draigBrady.com> - 0.2.0-2
+- Remove hard dependency on numpy
+
 * Mon Oct 22 2012 Nikola Đipanov <ndipanov at redhat.com> - 0.2.0-1
 - Moving to the upstream version 0.2.0
 
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
-* Thu Jun 14 2012 Pádraig Brady <P at draigBrady.com> - 0.1.0-5
-- Removed hard dependency on numpy
-
 * Wed Jun 6 2012 Adam Young <ayoung at redhat.com> - 0.1.0-4
 - Added Description
 - Added Manpage


More information about the scm-commits mailing list