[Calypso-commits] [calypso] branch debian updated (2712225 -> b3bbdae)

Guido Guenther agx at moszumanska.debian.org
Sat Apr 9 17:45:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

agx pushed a change to branch debian
in repository calypso.

      from  2712225   Update to debian standards version 3.9.6
      adds  bb1e195   Mention username and password ath HTTPS request
      adds  d5faff8   Support the current-user-principal property (RFC5397).
      adds  9044af5   Support description tags.
      adds  5bb19dc   gitignore editor backup files and egg info
      adds  efa173e   Switch URLs to alioth and Keiths blog entry
      adds  45a89a9   Add requires to run tests
      adds  8f2900d   Add simple import test
      adds  019cea8   Import all the vcard items one the file
      adds  f3e2fd7   Add server/base_prefix setting.
      adds  85b7ca6   Support empty PROP requests.
      adds  238ded3   Add support for addressbook-description and calendar-description attributes.
      adds  00acbb2   Add support for per calendar colors.
      adds  b400993   Use UTF-8 when importing files to avoid mojobake
      adds  0999d70   Return 404 when trying to delete a non existing item
      adds  bbeec63   Make sure data_path() doesn't end in a '/'
      adds  7cedc50   Use consistent indentation
      adds  c37acc9   Only import lockfile.pidlockfile when needed
      adds  29802e4   Make sure match_filter() return True or False, not True or None.
      adds  7f11013   Allow for resources within collections to have '/'
      adds  786e340   Test vcalendar item with slash in the UID field.
      adds  4ad345e   Correct and clean up init.d script
      adds  2c4f03b   Drop version from basic auth realm
      adds  028a8c7   Break endless loop
      adds  18b8fe6   handle addressbook-multiget like calendar-multiget
      adds  5a7f157   disable permission checks for OPTIONS
      adds  f979172   Accept keyword arguments in crypto.acl.fake.
      adds  b98a183   Allow time-range query filters to be open ended.
      adds  92be21f   Raise value error in case of an invalid time range filters
      adds  f9cac8f   fix description in absence of .git/description, Collection.urlpath
      adds  448c330   Print status line on startup
      adds  b4a57e7   Revert "Add support for per calendar colors."
      adds  3371ac8   Remove unused imports.
      adds  10a7c35   Access to the root directory or any other non-leaf directory raises a IOError
      adds  5914a28   Remove obsolete Radicale NEWS file.
      adds  4a70956   Update release process for upstream calypso for move to alioth.
      adds  b3d7143   Remove Keith-specific scripts for releasing and uploading.
       new  477314b   Merge tag '1.5' into debian/sid
       new  3e08116   Set calypso alioth project as maintainer
       new  0970b56   Switch to 3.0 (quilt) instead of a native package
       new  08a55e3   Don't be verbose by default
       new  898c149   Add autopkgtest based on caldav-tester
       new  e6263cd   Bump standards version to 3.9.7
       new  70957f8   Add VCS-{Git,Browser} URLs
       new  89a7168   Allow to override calypso's config dir
       new  b3bbdae   Document changes and release 1.5-1

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   6 +
 NEWS                                               |  56 --
 README                                             |   2 +-
 RELEASE                                            |  18 +-
 calypso-init                                       | 227 +++---
 calypso.py                                         |   5 +-
 calypso/__init__.py                                |  12 +-
 calypso/acl/fake.py                                |   2 +-
 calypso/config.py                                  |   2 +
 calypso/paths.py                                   |  51 +-
 calypso/webdav.py                                  |  53 +-
 calypso/xmlutils.py                                |  37 +-
 config                                             |   5 +
 debian/changelog                                   |  27 +
 debian/control                                     |   9 +-
 .../Allow-to-override-calypso-s-config-dir.patch   |  24 +
 debian/patches/series                              |   1 +
 debian/rules                                       |   2 +-
 debian/source/format                               |   2 +-
 debian/tests/caldav                                |  54 ++
 debian/tests/control                               |   4 +
 debian/tests/serverinfo.xml                        | 759 +++++++++++++++++++++
 release.sh                                         |   9 -
 setup.py                                           |   7 +-
 setup.cfg => tests/__init__.py                     |   0
 tests/data/from-tripsync.ics                       |  24 +
 tests/data/import.vcalendar                        |  85 +++
 tests/data/import.vcard                            |  25 +
 tests/test_collection.py                           |  42 ++
 tests/test_matchfilterelement.py                   |  96 +++
 upload.sh                                          |   9 -
 31 files changed, 1409 insertions(+), 246 deletions(-)
 delete mode 100644 NEWS
 create mode 100644 debian/patches/Allow-to-override-calypso-s-config-dir.patch
 create mode 100644 debian/patches/series
 create mode 100755 debian/tests/caldav
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/serverinfo.xml
 delete mode 100644 release.sh
 rename setup.cfg => tests/__init__.py (100%)
 create mode 100644 tests/data/from-tripsync.ics
 create mode 100644 tests/data/import.vcalendar
 create mode 100644 tests/data/import.vcard
 create mode 100644 tests/test_collection.py
 create mode 100644 tests/test_matchfilterelement.py
 delete mode 100644 upload.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/calypso/calypso.git



More information about the Calypso-commits mailing list