[Python-modules-commits] [python-icalendar] branch upstream updated (e091797 -> 5c94845)

Jelmer Vernooij jelmer at moszumanska.debian.org
Fri Mar 24 10:45:51 UTC 2017


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

jelmer pushed a change to branch upstream
in repository python-icalendar.

      from  e091797   Imported Upstream version 3.8
       new  5c94845   Import python-icalendar_3.11.3.orig.tar.gz

The 1 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:
 CHANGES.rst                                      | 161 ++++++++-
 CONTRIBUTING.rst                                 |   2 +-
 MANIFEST.in                                      |   2 +-
 PKG-INFO                                         | 212 +++++++++--
 README.rst                                       |  43 +--
 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 +-
 53 files changed, 1578 insertions(+), 1586 deletions(-)
 delete mode 100644 docs/_themes/icalendar/layout.html
 delete mode 100644 docs/_themes/icalendar/static/icalendar.css
 delete mode 100644 docs/_themes/icalendar/theme.conf
 create mode 100644 docs/api.rst
 create mode 100644 src/icalendar/tests/america_new_york.ics
 create mode 100644 src/icalendar/tests/apple_xlocation_test.py
 create mode 100644 src/icalendar/tests/hypothesis/test_fuzzing.py
 create mode 100644 src/icalendar/tests/pacific_fiji.ics
 delete mode 100644 src/icalendar/tests/test_fixed_issues.py~
 delete mode 100644 src/icalendar/tests/test_unit_cal.py~
 create mode 100644 src/icalendar/tests/x_location.ics
 create mode 100644 src/icalendar/timezone_cache.py

-- 
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