[CalendarServer-changes] [14211] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 9 13:13:16 PST 2014


Revision: 14211
          http://trac.calendarserver.org//changeset/14211
Author:   wsanchez at apple.com
Date:     2014-12-09 13:13:16 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
Require service_identity

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

Modified: CalendarServer/trunk/requirements-stable.txt
===================================================================
--- CalendarServer/trunk/requirements-stable.txt	2014-12-08 23:33:05 UTC (rev 14210)
+++ CalendarServer/trunk/requirements-stable.txt	2014-12-09 21:13:16 UTC (rev 14211)
@@ -19,6 +19,7 @@
 pycrypto==2.6.1
 PyGreSQL==4.1.1
 pyOpenSSL==0.14
+service_identity==14.0.0
 python-dateutil==1.5  # Note: v2.0+ is for Python 3
 python-ldap==2.4.18
 pytz==2014.10

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2014-12-08 23:33:05 UTC (rev 14210)
+++ CalendarServer/trunk/setup.py	2014-12-09 21:13:16 UTC (rev 14211)
@@ -236,6 +236,7 @@
 
     # Security frameworks
     "pyOpenSSL>=0.13.1",
+    "service_identity",
     "pycrypto",
     "pyasn1",
     "kerberos",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141209/06f58bc1/attachment.html>


More information about the calendarserver-changes mailing list