pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-octoprint: relax the contraint on py-zeroconf
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Mon Dec 7 22:49:48 2020 +0100
Changeset: 106f62207dc6e04151d3a0be910b3839f302b7a8
Modified Files:
py-octoprint/distinfo
py-octoprint/patches/patch-setup.py
Log Message:
py-octoprint: relax the contraint on py-zeroconf
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=106f62207dc6e04151d3a0be910b3839f302b7a8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-octoprint/distinfo | 2 +-
py-octoprint/patches/patch-setup.py | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diffs:
diff --git a/py-octoprint/distinfo b/py-octoprint/distinfo
index 79790ff5cd..d572336706 100644
--- a/py-octoprint/distinfo
+++ b/py-octoprint/distinfo
@@ -4,4 +4,4 @@ SHA1 (OctoPrint-1.5.1.tar.gz) = b2bbf82d584892871a444e67424793370d40a619
RMD160 (OctoPrint-1.5.1.tar.gz) = 331627291a7e49c870ccb1dfde088ae85b45cfae
SHA512 (OctoPrint-1.5.1.tar.gz) = 23733bba7f6fceb4170a4df89e5bf93daf92122f2e8e38c6a230e6a52321dcdbd66c91f670d8aab5b141a3c0cedfe15f37fc3ad4c9b3565e445a907d20627cd9
Size (OctoPrint-1.5.1.tar.gz) = 5976925 bytes
-SHA1 (patch-setup.py) = 05d52ed2a1e66867170d3394f96b3188707a11b4
+SHA1 (patch-setup.py) = 75fa95db8dcb8ffbcaa3a2b76c7a8ba03c7fdac6
diff --git a/py-octoprint/patches/patch-setup.py b/py-octoprint/patches/patch-setup.py
index 7ec0bcc2b9..1288f95e27 100644
--- a/py-octoprint/patches/patch-setup.py
+++ b/py-octoprint/patches/patch-setup.py
@@ -22,3 +22,12 @@ Override some version checks
"blinker>=1.4,<2", # dependency of flask_principal
]
+@@ -79,7 +79,7 @@ INSTALL_REQUIRES_PYTHON2 = [
+ ]
+
+ # Python 3 specific requirements
+-INSTALL_REQUIRES_PYTHON3 = ["feedparser>=6.0.2,<7", "zeroconf>=0.24,<0.25"]
++INSTALL_REQUIRES_PYTHON3 = ["feedparser>=6.0.2,<7", "zeroconf>=0.24"]
+
+ # OSX specific requirements
+ INSTALL_REQUIRES_OSX = [
Home |
Main Index |
Thread Index |
Old Index