[Python-modules-commits] [parsedatetime] 01/04: Merge branch 'debian/experimental'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jul 17 13:08:17 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository parsedatetime.

commit 195f90b2fb557fc0a094caa999d38204146c8ff4
Merge: a09528f 90094b8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jul 17 13:52:31 2017 +0100

    Merge branch 'debian/experimental'

 CHANGES.txt                                        |  13 ++
 Makefile                                           |  53 ++++-
 PKG-INFO                                           |  41 +++-
 README.rst                                         |  37 ++-
 debian/.git-dpm                                    |  11 -
 debian/changelog                                   |  44 ++++
 debian/compat                                      |   2 +-
 debian/control                                     |  58 ++++-
 debian/copyright                                   |  63 +++---
 debian/gbp.conf                                    |   2 +
 ...-delta-test-by-using-a-static-source-time.patch |  33 ---
 debian/patches/series                              |   1 -
 debian/rules                                       |  12 +-
 debian/tests/control                               |  21 ++
 debian/watch                                       |   5 +-
 parsedatetime.egg-info/PKG-INFO                    |  41 +++-
 parsedatetime.egg-info/SOURCES.txt                 |   4 +
 parsedatetime.egg-info/pbr.json                    |   1 +
 parsedatetime.egg-info/requires.txt                |   1 +
 parsedatetime/__init__.py                          |  67 +++---
 parsedatetime/parsedatetime.py                     |   2 +-
 parsedatetime/pdt_locales/__init__.py              |   2 +-
 parsedatetime/pdt_locales/base.py                  |   4 +-
 parsedatetime/pdt_locales/en_AU.py                 |   4 +-
 parsedatetime/pdt_locales/fr_FR.py                 | 248 +++++++++++++++++++++
 parsedatetime/pdt_locales/icu.py                   |   2 +-
 requirements.testing.txt                           |  12 +
 setup.cfg                                          |  24 +-
 setup.py                                           |   6 +-
 tests/TestAlternativeAbbreviations.py              |   8 +-
 tests/TestAustralianLocale.py                      |   8 +-
 tests/TestComplexDateTimes.py                      |  17 +-
 tests/TestContext.py                               |   7 +-
 tests/TestConvertUnitAsWords.py                    |  13 +-
 tests/TestDelta.py                                 |  19 +-
 tests/TestErrors.py                                |   8 +-
 tests/TestFrenchLocale.py                          | 192 +++++++---------
 tests/TestGermanLocale.py                          |   8 +-
 tests/TestInc.py                                   |   7 +-
 tests/TestLocaleBase.py                            |  29 +--
 tests/TestMultiple.py                              |   8 +-
 tests/TestNlp.py                                   |   9 +-
 tests/TestPhrases.py                               |   8 +-
 tests/TestRanges.py                                |   8 +-
 tests/TestRussianLocale.py                         |   9 +-
 tests/TestSimpleDateTimes.py                       |  14 +-
 tests/TestSimpleOffsets.py                         |  41 +++-
 tests/TestSimpleOffsetsHours.py                    |   7 +-
 tests/TestSimpleOffsetsNoon.py                     |  32 ++-
 tests/TestStartTimeFromSourceTime.py               |   7 +-
 tests/TestUnits.py                                 |   7 +-
 tests/__init__.py                                  |   5 +-
 violations.flake8.txt                              |   2 -
 53 files changed, 916 insertions(+), 371 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/parsedatetime.git



More information about the Python-modules-commits mailing list