]> git.pld-linux.org Git - packages/python-locust.git/commitdiff
- rel 2; less strict versions auto/th/python-locust-0.8-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Jul 2018 13:26:15 +0000 (15:26 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 7 Jul 2018 13:26:15 +0000 (15:26 +0200)
loose-ver.patch [new file with mode: 0644]
python-locust.spec

diff --git a/loose-ver.patch b/loose-ver.patch
new file mode 100644 (file)
index 0000000..5b3bad7
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN locust-0.8.org/setup.py locust-0.8/setup.py
+--- locust-0.8.org/setup.py    2017-09-19 11:54:44.000000000 +0200
++++ locust-0.8/setup.py        2018-07-07 15:24:44.475173041 +0200
+@@ -41,7 +41,7 @@
+     packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
+     include_package_data=True,
+     zip_safe=False,
+-    install_requires=["gevent>=1.2.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq==15.2.0"],
++    install_requires=["gevent>=1.2.2", "flask>=0.10.1", "requests>=2.9.1", "msgpack>=0.4.2", "six>=1.10.0", "pyzmq>=15.2.0"],
+     test_suite="locust.test",
+     tests_require=['unittest2', 'mock'],
+     entry_points={
index 2884e455498adbaaec3a7fc8cbca8036a7b02005..b03feb7f4835b6e8c68241e5d382b80daa9af4f7 100644 (file)
@@ -9,11 +9,12 @@ Summary:      Easy-to-use, distributed, user load www servers testing tool
 Summary(pl.UTF-8):     Łatwe do użycia, rozproszone narzędzie do testowania obciążeniem serwerów www
 Name:          python-%{module}
 Version:       0.8
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries/Python
 Source0:       https://github.com/locustio/locust/archive/v%{version}.tar.gz
 # Source0-md5: 7b821f11ebdd0e1bf70396d4571e887b
+Patch0:                loose-ver.patch
 URL:           http://locust.io/
 BuildRequires: rpm-pythonprov
 # if py_postclean is used
@@ -72,6 +73,7 @@ Dokumentacja API %{module}.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 %if %{with python2}
This page took 0.134666 seconds and 4 git commands to generate.