[Python-modules-commits] [pygtkspellcheck] 08/19: merge patched into master
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Nov 21 21:02:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository pygtkspellcheck.
commit 2ae0a8e864de70a043bb1a35771efbea3a273fc2
Merge: dfad580 c49a63e
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Mon Nov 21 20:59:10 2016 +0100
merge patched into master
MANIFEST.in | 7 +-
PKG-INFO | 6 +-
README.md | 38 ---
README.rst | 71 ++++++
debian/.git-dpm | 6 +-
debian/patches/avoid-locales-conflict.diff | 41 ---
debian/patches/series | 1 -
doc/metadata/documentation.rst | 62 +++++
doc/metadata/metadata.py | 102 ++++++++
doc/metadata/pypi.rst | 85 +++++++
doc/metadata/readme.md | 25 ++
doc/metadata/screenshot.png | Bin 0 -> 59743 bytes
doc/metadata/website.md | 71 ++++++
doc/pypi/page.rst | 83 ++++--
doc/screenshots/screenshot.png | Bin 0 -> 59743 bytes
doc/source/conf.py | 2 +
doc/source/index.rst | 139 ++++------
doc/source/oxt_import.rst | 4 -
doc/source/spellchecker.rst | 5 -
l10n/compile_mo.py | 44 ----
l10n/extract_strings.sh | 4 -
l10n/msgfmt2.py | 220 ----------------
l10n/msgfmt3.py | 236 -----------------
l10n/pygtkspellcheck/de.po | 69 -----
l10n/pygtkspellcheck/en.po | 70 ------
l10n/pygtkspellcheck/es.po | 70 ------
locale/de/pygtkspellcheck.mo | Bin 0 -> 1425 bytes
locale/de/pygtkspellcheck.po | 58 +++++
locale/en/pygtkspellcheck.mo | Bin 0 -> 513 bytes
locale/en/pygtkspellcheck.po | 60 +++++
locale/es/pygtkspellcheck.mo | Bin 0 -> 815 bytes
locale/es/pygtkspellcheck.po | 56 +++++
setup.cfg | 5 +
setup.py | 184 ++++++++------
src/gtkspellcheck/__init__.py | 32 ++-
src/gtkspellcheck/oxt_extract.py | 294 ++++++++++++++++++++++
src/gtkspellcheck/oxt_import.py | 191 --------------
src/gtkspellcheck/spellcheck.py | 291 ++++++++++++++-------
PKG-INFO => src/pygtkspellcheck.egg-info/PKG-INFO | 6 +-
src/pygtkspellcheck.egg-info/SOURCES.txt | 39 +++
src/pygtkspellcheck.egg-info/dependency_links.txt | 1 +
src/pygtkspellcheck.egg-info/requires.txt | 4 +
src/pygtkspellcheck.egg-info/top_level.txt | 2 +
src/pylocales/__init__.py | 34 ++-
src/pylocales/locales.py | 54 ++--
45 files changed, 1420 insertions(+), 1352 deletions(-)
diff --cc debian/.git-dpm
index 8baaab9,0000000..9fc4b29
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
+# see git-dpm(1) from git-dpm package
- NONE
- e7298bf7d2e8107067bdeb2f12b8ccc306a20cc3
- 7abf48b72f3652df9532a01d491fe3a4fec2ae04
++c49a63efc56d8ce79ac00b994c15b5be9812353f
++c49a63efc56d8ce79ac00b994c15b5be9812353f
++c49a63efc56d8ce79ac00b994c15b5be9812353f
+c49a63efc56d8ce79ac00b994c15b5be9812353f
+pygtkspellcheck_4.0.5.orig.tar.gz
+e7f1a5f7fc0e30366fb3faad003482df10b129dd
+167181
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygtkspellcheck.git
More information about the Python-modules-commits
mailing list