[Python-modules-commits] [parsedatetime] 01/11: Merge tag 'upstream/2.3' into debian/experimental

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Mar 11 11:28:05 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository parsedatetime.

commit 179f475cc8b4a2769ebc602b40f902af2b2b2c58
Merge: 0ca478e d99e4c8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Mar 11 06:52:07 2017 +0000

    Merge tag 'upstream/2.3' into debian/experimental
    
    Upstream version 2.3

 CHANGES.txt                           |   1 +
 Makefile                              |  51 +++++--
 PKG-INFO                              |  41 ++++--
 README.rst                            |  37 ++++-
 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             |  65 +++++----
 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 ++++++++++++++++++++++++++++++++++
 requirements.testing.txt              |  12 ++
 setup.cfg                             |  23 ++--
 setup.py                              |   7 +-
 tests/TestAlternativeAbbreviations.py |   8 +-
 tests/TestAustralianLocale.py         |   8 +-
 tests/TestComplexDateTimes.py         |  16 ++-
 tests/TestContext.py                  |   7 +-
 tests/TestConvertUnitAsWords.py       |  12 +-
 tests/TestDelta.py                    |  19 ++-
 tests/TestErrors.py                   |   8 +-
 tests/TestFrenchLocale.py             | 193 +++++++++++---------------
 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            |   8 +-
 tests/TestSimpleDateTimes.py          |  13 +-
 tests/TestSimpleOffsets.py            |  40 +++++-
 tests/TestSimpleOffsetsHours.py       |   7 +-
 tests/TestSimpleOffsetsNoon.py        |  31 ++++-
 tests/TestStartTimeFromSourceTime.py  |   7 +-
 tests/TestUnits.py                    |   7 +-
 tests/__init__.py                     |   5 +-
 violations.flake8.txt                 |   2 -
 41 files changed, 736 insertions(+), 276 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