[Python-modules-commits] [parsedatetime] branch master updated (bc7eb66 -> a09528f)

Brian May bam at moszumanska.debian.org
Sat Mar 11 06:25:34 UTC 2017


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

bam pushed a change to branch master
in repository parsedatetime.

      from  bc7eb66   Update d/changelog with work done.
       new  a09528f   Revert all changes since debian/2.1-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 +--
 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, 314 insertions(+), 785 deletions(-)
 create mode 100644 debian/patches/0001-Fix-delta-test-by-using-a-static-source-time.patch
 delete mode 100644 debian/patches/0001-add-pytest-ini.patch
 delete mode 100644 parsedatetime.egg-info/pbr.json
 delete mode 100644 parsedatetime.egg-info/requires.txt
 delete mode 100644 parsedatetime/pdt_locales/fr_FR.py
 delete 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