summary refs log tree commit diff
path: root/pkgs/development/python-modules/searx.patch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-09-15 17:48:51 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-09-15 17:48:51 +0200
commit51314631d6ee153dab70d99f7a08f04a89d23c5e (patch)
treef1add6b8a4fbf8129afee2539c31b46f00636ba4 /pkgs/development/python-modules/searx.patch
parentc2a74105836d2089e8bcaa983dfd1d3a8942b7d7 (diff)
downloadnixlib-51314631d6ee153dab70d99f7a08f04a89d23c5e.tar
nixlib-51314631d6ee153dab70d99f7a08f04a89d23c5e.tar.gz
nixlib-51314631d6ee153dab70d99f7a08f04a89d23c5e.tar.bz2
nixlib-51314631d6ee153dab70d99f7a08f04a89d23c5e.tar.lz
nixlib-51314631d6ee153dab70d99f7a08f04a89d23c5e.tar.xz
nixlib-51314631d6ee153dab70d99f7a08f04a89d23c5e.tar.zst
nixlib-51314631d6ee153dab70d99f7a08f04a89d23c5e.zip
searx: 0.9.0 -> 0.10.0 (#18608)
With a patch to loosen up searx pip dependency requirements.
Also includes a minor version bump of pysocks.
Diffstat (limited to 'pkgs/development/python-modules/searx.patch')
-rw-r--r--pkgs/development/python-modules/searx.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/searx.patch b/pkgs/development/python-modules/searx.patch
new file mode 100644
index 000000000000..6cd25babb332
--- /dev/null
+++ b/pkgs/development/python-modules/searx.patch
@@ -0,0 +1,25 @@
+diff --git a/requirements.txt b/requirements.txt
+index 0d2f61b..46481b3 100644
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -1,12 +1,12 @@
+ certifi==2016.2.28
+-flask==0.11.1
+-flask-babel==0.11.1
+-lxml==3.6.0
+-ndg-httpsclient==0.4.1
++flask==0.*
++flask-babel==0.*
++lxml==3.*
++ndg-httpsclient==0.4.*
+ pyasn1==0.1.9
+ pyasn1-modules==0.0.8
+-pygments==2.1.3
++pygments==2.*
+ pyopenssl==0.15.1
+-python-dateutil==2.5.3
++python-dateutil==2.*
+-pyyaml==3.11
++pyyaml==3.*
+-requests[socks]==2.10.0
++requests[socks]==2.*