[CalendarServer-changes] [15365] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 4 09:02:55 PST 2015


Revision: 15365
          http://trac.calendarserver.org//changeset/15365
Author:   cdaboo at apple.com
Date:     2015-12-04 09:02:55 -0800 (Fri, 04 Dec 2015)
Log Message:
-----------
We need to be pinned to a specific version of Twisted due to ssl patches.

Modified Paths:
--------------
    CalendarServer/trunk/requirements-twisted-default.txt
    CalendarServer/trunk/setup.py

Modified: CalendarServer/trunk/requirements-twisted-default.txt
===================================================================
--- CalendarServer/trunk/requirements-twisted-default.txt	2015-12-04 00:51:03 UTC (rev 15364)
+++ CalendarServer/trunk/requirements-twisted-default.txt	2015-12-04 17:02:55 UTC (rev 15365)
@@ -3,7 +3,7 @@
 ##
 
 
-Twisted==15.2.1
+Twisted==15.4.0
     #zope.interface
 
     # NOTE: Twisted also uses pyOpenSSL, pycrypto and service_identity,

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2015-12-04 00:51:03 UTC (rev 15364)
+++ CalendarServer/trunk/setup.py	2015-12-04 17:02:55 UTC (rev 15365)
@@ -322,7 +322,7 @@
 install_requirements = [
     # Core frameworks
     "zope.interface",
-    "Twisted>=15.4.0",
+    "Twisted=15.4.0",
     "twextpy",
 
     # Security frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151204/db20275c/attachment-0001.html>


More information about the calendarserver-changes mailing list