[Python-modules-commits] [pyenchant] branch master updated (13435fb -> 1abbe7e)

Piotr Ożarowski piotr at moszumanska.debian.org
Fri Sep 29 08:16:35 UTC 2017


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

piotr pushed a change to branch master
in repository pyenchant.

      from  13435fb   New upstream release closes: 832001
       new  2fa8abd   record new upstream branch created by importing pyenchant_1.6.11.orig.tar.gz
       new  e95dd26   Import pyenchant_1.6.11.orig.tar.gz
       new  2ff8081   Update for wxPython 3.0
       new  afdf82c   merge patched into master
       new  961176c   New upstream release
       new  83971f9   close #807703 and #812707 - both fixed upstream
       new  37c8134   Standards-Version bumped to 4.1.1 (no changes needed)
       new  1abbe7e   debhelper's compatibility level bumped to 10

The 8 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:
 LICENSE.txt                              |   0
 MANIFEST.in                              |   0
 PKG-INFO                                 |   2 +-
 README.txt                               |   0
 TODO.txt                                 |   0
 debian/.git-dpm                          |  14 +--
 debian/changelog                         |  11 ++
 debian/compat                            |   2 +-
 debian/control                           |   4 +-
 debian/patches/wxpython3.0.patch         |   6 +-
 enchant/__init__.py                      |  20 ++--
 enchant/_enchant.py                      |   0
 enchant/checker/CmdLineChecker.py        | 175 +++++++++++++++++++++++--------
 enchant/checker/GtkSpellCheckerDialog.py |   0
 enchant/checker/__init__.py              |   0
 enchant/checker/tests.py                 |   0
 enchant/checker/wxSpellCheckerDialog.py  |   0
 enchant/errors.py                        |   0
 enchant/pypwl.py                         |   0
 enchant/tests.py                         |  18 ++--
 enchant/tokenize/__init__.py             |  36 ++++++-
 enchant/tokenize/en.py                   |  22 +++-
 enchant/tokenize/tests.py                |  13 +++
 enchant/utils.py                         |   0
 ez_setup.py                              |   0
 pyenchant.egg-info/PKG-INFO              |   2 +-
 pyenchant.egg-info/SOURCES.txt           |   0
 pyenchant.egg-info/dependency_links.txt  |   0
 pyenchant.egg-info/eager_resources.txt   |  12 +--
 pyenchant.egg-info/top_level.txt         |   0
 setup.cfg                                |   2 +-
 setup.py                                 |   4 +-
 tools/setup.py2exe.py                    |   0
 tools/shootout.py                        |   0
 tools/test_multiprocessing.py            |   0
 tools/wx_example.py                      |   0
 36 files changed, 252 insertions(+), 91 deletions(-)
 mode change 100644 => 100755 LICENSE.txt
 mode change 100644 => 100755 MANIFEST.in
 mode change 100644 => 100755 PKG-INFO
 mode change 100644 => 100755 README.txt
 mode change 100644 => 100755 TODO.txt
 mode change 100644 => 100755 enchant/__init__.py
 mode change 100644 => 100755 enchant/_enchant.py
 mode change 100644 => 100755 enchant/checker/CmdLineChecker.py
 mode change 100644 => 100755 enchant/checker/GtkSpellCheckerDialog.py
 mode change 100644 => 100755 enchant/checker/__init__.py
 mode change 100644 => 100755 enchant/checker/tests.py
 mode change 100644 => 100755 enchant/checker/wxSpellCheckerDialog.py
 mode change 100644 => 100755 enchant/errors.py
 mode change 100644 => 100755 enchant/pypwl.py
 mode change 100644 => 100755 enchant/tests.py
 mode change 100644 => 100755 enchant/tokenize/__init__.py
 mode change 100644 => 100755 enchant/tokenize/en.py
 mode change 100644 => 100755 enchant/tokenize/tests.py
 mode change 100644 => 100755 enchant/utils.py
 mode change 100644 => 100755 ez_setup.py
 mode change 100644 => 100755 pyenchant.egg-info/PKG-INFO
 mode change 100644 => 100755 pyenchant.egg-info/SOURCES.txt
 mode change 100644 => 100755 pyenchant.egg-info/dependency_links.txt
 mode change 100644 => 100755 pyenchant.egg-info/eager_resources.txt
 mode change 100644 => 100755 pyenchant.egg-info/top_level.txt
 mode change 100644 => 100755 setup.cfg
 mode change 100644 => 100755 setup.py
 mode change 100644 => 100755 tools/setup.py2exe.py
 mode change 100644 => 100755 tools/shootout.py
 mode change 100644 => 100755 tools/test_multiprocessing.py
 mode change 100644 => 100755 tools/wx_example.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyenchant.git



More information about the Python-modules-commits mailing list