[Python-modules-commits] [parsedatetime] branch master updated (0ca478e -> bc7eb66)
Harlan Lieberman-Berg
hlieberman at moszumanska.debian.org
Sat Mar 11 03:42:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
hlieberman pushed a change to branch master
in repository parsedatetime.
from 0ca478e Prepare to release 2.1-3
new cfab5dd New upstream version 2.3
new 7b71a00 Remove patches applied upstream.
new e890c31 Restore pytest.ini removed from upstream tarballs
new c81abf1 Update package to use pytest
new 9764112 Ensure make clean doesn't require pytest installed
new bc7eb66 Update d/changelog with work done.
The 6 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 ++-
debian/changelog | 16 +-
debian/control | 9 +-
...-delta-test-by-using-a-static-source-time.patch | 33 ---
debian/patches/0001-add-pytest-ini.patch | 22 ++
debian/patches/series | 2 +-
debian/rules | 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 | 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 -
47 files changed, 785 insertions(+), 314 deletions(-)
delete mode 100644 debian/patches/0001-Fix-delta-test-by-using-a-static-source-time.patch
create mode 100644 debian/patches/0001-add-pytest-ini.patch
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