[Python-modules-commits] [python-icalendar] 01/07: record new upstream branch created by importing python-icalendar_3.11.3.orig.tar.gz and merge it

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


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

jelmer pushed a commit to branch experimental
in repository python-icalendar.

commit 43a7eeff3ab27e3f885b0f98f030b412abc0b648
Merge: 86ab331 5c94845
Author: Jelmer Vernooij <jelmer at debian.org>
Date:   Thu Mar 23 13:05:13 2017 +0000

    record new upstream branch created by importing python-icalendar_3.11.3.orig.tar.gz and merge it

 CHANGES.rst                                      | 161 ++++++++-
 CONTRIBUTING.rst                                 |   2 +-
 MANIFEST.in                                      |   2 +-
 PKG-INFO                                         | 212 +++++++++--
 README.rst                                       |  43 +--
 debian/.git-dpm                                  |  14 +-
 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 +-
 54 files changed, 1585 insertions(+), 1593 deletions(-)

diff --cc debian/.git-dpm
index 63fa082,0000000..e4a7b36
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- e091797662135842936f2cb544b21b29f6595bef
- e091797662135842936f2cb544b21b29f6595bef
- e091797662135842936f2cb544b21b29f6595bef
- e091797662135842936f2cb544b21b29f6595bef
- python-icalendar_3.8.orig.tar.gz
- fc6b58a0287580d0655e9dcd329ac92d5e67abd2
- 68221
++5c94845079d8a88e998be7bb939a61cd1b4d9492
++5c94845079d8a88e998be7bb939a61cd1b4d9492
++5c94845079d8a88e998be7bb939a61cd1b4d9492
++5c94845079d8a88e998be7bb939a61cd1b4d9492
++python-icalendar_3.11.3.orig.tar.gz
++9ca93a9ccc9d4147ef2bb410b823786352391405
++75662
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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