Hello community,

here is the log from the commit of package funkload for openSUSE:Factory 
checked in at 2015-06-06 09:54:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/funkload (Old)
 and      /work/SRC/openSUSE:Factory/.funkload.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "funkload"

Changes:
--------
--- /work/SRC/openSUSE:Factory/funkload/funkload.changes        2015-04-13 
20:30:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.funkload.new/funkload.changes   2015-06-06 
09:54:44.000000000 +0200
@@ -1,0 +2,29 @@
+Fri Jun  5 06:31:27 UTC 2015 - bo...@steki.net
+
+- replaced source archive location from pypi to github as package contain
+  documentation which pypi version does not have.
+- updated to release 1.17.1 
+  * Add a discover mode to the bench runner, so fl-run-bench can be
+    invoked without specifying the particular test case. This implementation
+    attempts to behave like unittest’s ‘discover’ argument, and there is
+    even a similar –failfast option.
+  * Support https proxy (http proxy was already supported)
+  * Add a midCycle hook to execute an action in the middle of a cycle
+  * Add -L options to fl-record to enable tcpwatch forwarded mode which
+    is usefull if you have an http_proxy to pass.
+  * Add –quiet option to fl-build-report to remove warning in rst to html 
convertion
+  * GH-71: zeromq-based publisher that will let each node
+    publish in realtime the tests results
+  * GH-68: Use lightweight threads (greenlets) if available.
+  * Added one more RPS chart in Section 5, where the X-axis
+    represents time(in second) and the Y-axis represents RPS.
+  * Added support for providing the test configuration file with –config
+  * Display the description in the URL when rendering the page in Firefox
+  * GH-41: Allow fl-run-bench to take modules in addition to filenames 
+  * Support for gzip compression
+  * Experimental comet request support, handle stream request in a separate 
thread
+  * Ability to configure multiple benchers per server in distribute mode
+  * Ability to configure multiple monitors per server (useful if you have
+    to use ssh tunnels instead of read hostnames).
+
+-------------------------------------------------------------------

Old:
----
  funkload-1.16.1.tar.gz

New:
----
  FunkLoad-1.17.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ funkload.spec ++++++
--- /var/tmp/diff_new_pack.wzEhrE/_old  2015-06-06 09:54:45.000000000 +0200
+++ /var/tmp/diff_new_pack.wzEhrE/_new  2015-06-06 09:54:45.000000000 +0200
@@ -16,24 +16,31 @@
 #
 
 
+%define pkgname FunkLoad
 Name:           funkload
-Version:        1.16.1
+Version:        1.17.1
 Release:        0
 Summary:        Functional and Load Web Tester
 License:        GPL-2.0
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://funkload.nuxeo.org/
-Source:         
http://pypi.python.org/packages/source/f/funkload/funkload-%{version}.tar.gz
+Source:         
https://github.com/nuxeo/FunkLoad/archive/%{version}/FunkLoad-%{version}.tar.gz
 Source99:       funkload-rpmlintrc
 # pbleser: remove shebangs from non-executable scripts
 Patch1:         funkload-remove_shebang.patch
-BuildRequires:  python-setuptools
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+
+Recommends:     python-docutils
+Recommends:     python-webunit
 Recommends:     gnuplot
 Recommends:     tcpwatch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
+# sle 11 is bOrken
+%if %{suse_version} != 1110
 BuildArch:      noarch
+%endif
 
 %description
 FunkLoad is a functional and load Web tester whose main use cases are
@@ -43,10 +50,11 @@
 any Web repetitive task, like checking whether a site is alive.
 
 %prep
-%setup -q
+%setup -q -n %{pkgname}-%{version}
 %patch1
 
 %build
+sed -i '/ez_/d' setup.py
 python setup.py build
 
 %install
@@ -62,3 +70,4 @@
 %defattr(-,root,root)
 %doc CHANGES.txt LICENSE.txt README.txt THANKS TODO.txt
 
+%changelog

++++++ funkload-remove_shebang.patch ++++++
--- /var/tmp/diff_new_pack.wzEhrE/_old  2015-06-06 09:54:45.000000000 +0200
+++ /var/tmp/diff_new_pack.wzEhrE/_new  2015-06-06 09:54:45.000000000 +0200
@@ -1,21 +1,54 @@
---- src/funkload/BenchRunner.py.orig   2011-02-16 02:12:41.000000000 +0100
-+++ src/funkload/BenchRunner.py        2011-02-16 02:12:43.000000000 +0100
+Index: src/funkload/BenchRunner.py
+===================================================================
+--- src/funkload/BenchRunner.py.orig   2015-05-06 11:03:08.000000000 +0200
++++ src/funkload/BenchRunner.py        2015-06-05 12:57:53.050291750 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python
  # (C) Copyright 2005-2010 Nuxeo SAS <http://nuxeo.com>
  # Author: bdelb...@nuxeo.com
  # Contributors: Tom Lazar
---- src/funkload/TestRunner.py.orig    2011-02-16 02:12:05.000000000 +0100
-+++ src/funkload/TestRunner.py 2011-02-16 02:12:25.000000000 +0100
+Index: src/funkload/TestRunner.py
+===================================================================
+--- src/funkload/TestRunner.py.orig    2015-05-06 11:03:08.000000000 +0200
++++ src/funkload/TestRunner.py 2015-06-05 12:57:53.051291704 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python
  # (C) Copyright 2005 Nuxeo SAS <http://nuxeo.com>
  # Author: bdelb...@nuxeo.com
  #
---- src/funkload/FunkLoadHTTPServer.py.orig    2011-02-16 02:12:33.000000000 
+0100
-+++ src/funkload/FunkLoadHTTPServer.py 2011-02-16 02:12:36.000000000 +0100
+Index: src/funkload/FunkLoadHTTPServer.py
+===================================================================
+--- src/funkload/FunkLoadHTTPServer.py.orig    2015-05-06 11:03:08.000000000 
+0200
++++ src/funkload/FunkLoadHTTPServer.py 2015-06-05 12:57:53.051291704 +0200
 @@ -1,4 +1,3 @@
 -#!/usr/bin/python
  # (C) Copyright 2010 Nuxeo SAS <http://nuxeo.com>
  # Author: Goutham Bhat
  #
+Index: src/funkload/Distributed.py
+===================================================================
+--- src/funkload/Distributed.py.orig   2015-05-06 11:03:08.000000000 +0200
++++ src/funkload/Distributed.py        2015-06-05 12:58:02.285862478 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/python
+ # Author: Ali-Akber Saifee
+ # Contributors: Andrew McFague
+ #
+Index: src/funkload/apdex.py
+===================================================================
+--- src/funkload/apdex.py.orig 2015-05-06 11:03:08.000000000 +0200
++++ src/funkload/apdex.py      2015-06-05 12:59:41.087209866 +0200
+@@ -1,4 +1,3 @@
+-#! /usr/bin/env python
+ 
+ class Apdex(object):
+     """Application Performance Index
+Index: src/funkload/tests/test_apdex.py
+===================================================================
+--- src/funkload/tests/test_apdex.py.orig      2015-05-06 11:03:08.000000000 
+0200
++++ src/funkload/tests/test_apdex.py   2015-06-05 12:59:56.444477541 +0200
+@@ -1,4 +1,3 @@
+-#! /usr/bin/env python
+ 
+ import os
+ import sys

++++++ funkload-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.wzEhrE/_old  2015-06-06 09:54:45.000000000 +0200
+++ /var/tmp/diff_new_pack.wzEhrE/_new  2015-06-06 09:54:45.000000000 +0200
@@ -1 +1,2 @@
 addFilter("python-naming-policy-not-applied")
+addFilter("incorrect-fsf-address");


Reply via email to