[Python-modules-commits] [parsedatetime] branch master updated (a09528f -> 6d86bfa)
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 change to branch master
in repository parsedatetime.
from a09528f Revert all changes since debian/2.1-3
adds d99e4c8 New upstream version 2.3
adds 179f475 Merge tag 'upstream/2.3' into debian/experimental
adds 4b7a1bf Switch from git-dpm to gbp
adds 89da55b Drop the patch queue, applied upstream
adds 2f062eb cme fix dpkg-control
adds ec59712 Replace b-dep on nose by pytest and pytest-runner
adds 2bf48a3 Ensure only test targets require pytest-runner
adds 3f880e5 Add the necessary test args for pybuild
adds 0a2fb4f Support the non-standard pytest config used upstream
adds 5dd46fe Build binary packages for Python 3
adds e58c8f3 Add autopkgtests running the upstream test suite
adds 223117d Release to experimental
adds 7a0b0cd Add debian/gbp.conf file
adds 0dc4d68 Update link in debian/copyright
adds fcdd2e0 Upgrade watch file to version 4
adds b0f4618 New upstream version 2.4
adds 54faa6c Updated version 2.4 from 'upstream/2.4'
adds 24a2c12 Drop the patch queue, no longer required
adds 09bfb6d Add support for the nocheck build profile
adds c6f2ec1 Normalize the Vcs-Browser URI
adds b994164 Upgrade copyright to format 1.0
adds 04da39b Bump debhelper version to 10, no changes required
adds 04fb120 Bump standards version to 4.0.0, no changes required
adds 051a519 Fixup the DEP-8 tests
adds 90094b8 Release to experimental
new 195f90b Merge branch 'debian/experimental'
new cbd8a6d Update the gbp configuration
new 3e6897d Remove superfluous ${shlibs:Depends}
new 6d86bfa Release to unstable
The 4 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 | 13 ++
Makefile | 53 ++++-
PKG-INFO | 41 +++-
README.rst | 37 ++-
debian/.git-dpm | 11 -
debian/changelog | 55 +++++
debian/compat | 2 +-
debian/control | 56 ++++-
debian/copyright | 63 +++---
debian/gbp.conf | 7 +
...-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, 930 insertions(+), 371 deletions(-)
delete mode 100644 debian/.git-dpm
create mode 100644 debian/gbp.conf
delete mode 100644 debian/patches/0001-Fix-delta-test-by-using-a-static-source-time.patch
delete mode 100644 debian/patches/series
create mode 100644 debian/tests/control
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