apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
485 stars 136 forks source link

[5.2]Checkout gets wrong version of twisted caldav #398

Closed macosforgebot closed 9 years ago

macosforgebot commented 10 years ago

bastien@… originally submitted this as ticket:857


Hi,

I just checked out the 5.2-RELEASE and run the setup.py on a fresh new jail. twisted caldav is installed on Python but it imports : from pycalendar.datetime import PyCalendarDateTime (and other imports with the old class name).

r11916 changed the class names : https://trac.calendarserver.org/changeset/11916/CalendarServer/trunk/twistedcaldav/caldavxml.py

But caldavxml.py (and maybe others) were added from r11892 : https://trac.calendarserver.org/changeset/11951/CalendarServer/branches/release/CalendarServer-5.2-dev/twistedcaldav/caldavxml.py

macosforgebot commented 10 years ago

bastien@… originally submitted this as comment:1:⁠ticket:857

macosforgebot commented 9 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:857


What does "twisted caldav is installed on Python" mean?

I'm able to build 5.2-dev. Please attach the output of setup.py.