[Python-modules-commits] [parsedatetime] branch upstream updated (3ec58ed -> d99e4c8)
Harlan Lieberman-Berg
hlieberman at moszumanska.debian.org
Sat Mar 11 03:42:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
hlieberman pushed a change to branch upstream
in repository parsedatetime.
from 3ec58ed New upstream version 2.1
new d99e4c8 New upstream version 2.3
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.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 | 23 +++-
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, 737 insertions(+), 279 deletions(-)
create mode 100644 parsedatetime.egg-info/pbr.json
create mode 100644 parsedatetime.egg-info/requires.txt
create mode 100644 parsedatetime/pdt_locales/fr_FR.py
create mode 100644 requirements.testing.txt
--
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