diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-03-03 01:06:51 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2019-03-03 01:06:51 +0100 |
commit | 73ac215ce8de9cfc372b02189503d3c40e9d1df0 (patch) | |
tree | fdbf6baa71d0db4fe6320415adf8e743c28e3355 | |
parent | 0c6c28cf5c8c7515ecc84350a5b99cc63c91f6f6 (diff) | |
download | dlp_check_version_PyPI-73ac215ce8de9cfc372b02189503d3c40e9d1df0.tar.gz |
Add more exceptions and FIXME.
-rwxr-xr-x | dlpcvp.py | 1 | ||||
-rw-r--r-- | exceptions.json | 33 |
2 files changed, 30 insertions, 4 deletions
@@ -47,6 +47,7 @@ urllib.request.install_opener(opener) TB_EXISTS = """SELECT name FROM sqlite_master WHERE type='table' AND name='etags' """ +# FIXME we need to distinguish between PyPI and OpenSUSE records TB_CREATE = """CREATE TABLE etags (pkg text NOT NULL PRIMARY KEY, suse_name_etag text, suse_spec_etag text, pypi_etag text) diff --git a/exceptions.json b/exceptions.json index 8c068e5..ce179f4 100644 --- a/exceptions.json +++ b/exceptions.json @@ -11,15 +11,27 @@ "ViTables" ], "devel:languages:python": [ - "python-3parclient", - "python-CDDB", - "python-Levenshtein", + "bpython", + "cookiecutter", + "diffoscope", + "diskimage-builder", + "docker-compose", + "dreampie", + "eric", + "git-pw", + "git-review", + "lonote", + "moinmoin-wiki", + "mypy", + "OpenLP", + "pyenv", "python-abseil", "python-aci-integration-module", "python-antlr3_runtime", "python-axolotl", "python-axolotl-curve25519", "python-cairo", + "python-CDDB", "python-distutils-extra", "python-djvulibre", "python-dukpy-kovidgoyal", @@ -35,6 +47,7 @@ "python-jedihttp", "python-keyczar", "python-killswitch", + "python-Levenshtein", "python-liblarch", "python-linux-procfs", "python-markdown-math", @@ -59,6 +72,18 @@ "python-xsge_particle", "python-xsge_path", "python-xsge_physics", - "python-xsge_tmx" + "python-xsge_tmx", + "python2-astroid", + "python2-cmd2", + "python2-gsw", + "python2-pylint", + "python2-PyX", + "python3-gmconfig", + "python-3parclient", + "rrdtool", + "supervisor", + "torbrowser-launcher", + "transifex-client", + "xonsh" ] } |