[Python-modules-commits] [python-icalendar] 01/13: Merge remote-tracking branch 'origin/experimental'
Christoph Egger
christoph at moszumanska.debian.org
Wed Nov 1 15:02:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
christoph pushed a commit to branch master
in repository python-icalendar.
commit de93400aecd55bf0304aa659fff487d3caf77c98
Merge: ad6a402 770e847
Author: Christoph Egger <christoph at christoph-egger.org>
Date: Wed Nov 1 15:32:41 2017 +0100
Merge remote-tracking branch 'origin/experimental'
CHANGES.rst | 161 ++++++++-
CONTRIBUTING.rst | 2 +-
MANIFEST.in | 2 +-
PKG-INFO | 212 +++++++++--
README.rst | 43 +--
debian/.git-dpm | 14 +-
debian/.gitignore | 1 +
debian/changelog | 25 +-
debian/compat | 2 +-
debian/control | 4 +-
debian/rules | 6 +-
docs/Makefile | 34 +-
docs/_themes/icalendar/layout.html | 14 -
docs/_themes/icalendar/static/icalendar.css | 428 -----------------------
docs/_themes/icalendar/theme.conf | 4 -
docs/about.rst | 4 +-
docs/api.rst | 14 +
docs/conf.py | 238 ++-----------
docs/credits.rst | 25 +-
docs/index.rst | 2 +-
docs/install.rst | 23 +-
docs/usage.rst | 8 +-
setup.cfg | 16 +
setup.py | 31 +-
src/icalendar.egg-info/PKG-INFO | 212 +++++++++--
src/icalendar.egg-info/SOURCES.txt | 15 +-
src/icalendar.egg-info/requires.txt | 3 +-
src/icalendar/__init__.py | 3 +
src/icalendar/cal.py | 246 ++++++++++---
src/icalendar/caselessdict.py | 9 +-
src/icalendar/compat.py | 1 +
src/icalendar/parser.py | 22 +-
src/icalendar/parser_tools.py | 1 +
src/icalendar/prop.py | 66 ++--
src/icalendar/tests/__init__.py | 1 +
src/icalendar/tests/america_new_york.ics | 61 ++++
src/icalendar/tests/apple_xlocation_test.py | 26 ++
src/icalendar/tests/hypothesis/test_fuzzing.py | 35 ++
src/icalendar/tests/issue_53_parsing_failure.ics | 4 +-
src/icalendar/tests/pacific_fiji.ics | 52 +++
src/icalendar/tests/recurrence.ics | 2 +-
src/icalendar/tests/test_encoding.py | 3 +-
src/icalendar/tests/test_fixed_issues.py | 118 ++++++-
src/icalendar/tests/test_fixed_issues.py~ | 298 ----------------
src/icalendar/tests/test_icalendar.py | 2 +-
src/icalendar/tests/test_multiple.py | 8 +-
src/icalendar/tests/test_property_params.py | 2 +-
src/icalendar/tests/test_recurrence.py | 6 +-
src/icalendar/tests/test_time.py | 1 +
src/icalendar/tests/test_timezoned.py | 185 +++++++++-
src/icalendar/tests/test_unit_cal.py | 25 +-
src/icalendar/tests/test_unit_cal.py~ | 421 ----------------------
src/icalendar/tests/test_unit_caselessdict.py | 14 +-
src/icalendar/tests/test_unit_prop.py | 2 +-
src/icalendar/tests/test_unit_tools.py | 1 +
src/icalendar/tests/x_location.ics | 48 +++
src/icalendar/timezone_cache.py | 3 +
src/icalendar/tools.py | 1 +
tox.ini | 6 +-
59 files changed, 1608 insertions(+), 1608 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-icalendar.git
More information about the Python-modules-commits
mailing list