Use dashes instead of underscores for METADATA.toml field names (#15614)

This commit is contained in:
lev-blit
2026-04-07 15:03:53 +02:00
committed by GitHub
parent 7eb0dddd46
commit 563213272e
204 changed files with 365 additions and 362 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.6.9"
upstream_repository = "https://github.com/authlib/authlib"
upstream-repository = "https://github.com/authlib/authlib"
dependencies = ["cryptography"]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "~=1.3.1"
upstream_repository = "https://github.com/laurent-laporte-pro/deprecated"
upstream-repository = "https://github.com/laurent-laporte-pro/deprecated"
dependencies = []
+1 -1
View File
@@ -1,4 +1,4 @@
version = "6.0.*"
upstream_repository = "https://github.com/corydolphin/flask-cors"
upstream-repository = "https://github.com/corydolphin/flask-cors"
# Requires a version of flask with a `py.typed` file
dependencies = ["Flask>=2.0.0"]
+1 -1
View File
@@ -1,4 +1,4 @@
version = "4.1.*"
upstream_repository = "https://github.com/miguelgrinberg/Flask-Migrate"
upstream-repository = "https://github.com/miguelgrinberg/Flask-Migrate"
# Requires versions of flask and Flask-SQLAlchemy with `py.typed` files
dependencies = ["Flask-SQLAlchemy>=3.0.1", "Flask>=2.0.0"]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "5.6.*"
dependencies = ["Flask>=0.9"]
upstream_repository = "https://github.com/miguelgrinberg/flask-socketio"
upstream-repository = "https://github.com/miguelgrinberg/flask-socketio"
+5 -5
View File
@@ -1,12 +1,12 @@
version = "0.5.*"
upstream_repository = "https://github.com/spatialaudio/jackclient-python"
upstream-repository = "https://github.com/spatialaudio/jackclient-python"
# Requires a version of numpy with a `py.typed` file
dependencies = ["numpy>=1.20", "types-cffi"]
[tool.stubtest]
# darwin and win32 are equivalent
ci_platforms = ["darwin", "linux"]
apt_dependencies = ["libjack-dev"]
brew_dependencies = ["jack"]
ci-platforms = ["darwin", "linux"]
apt-dependencies = ["libjack-dev"]
brew-dependencies = ["jack"]
# No need to install on the CI. Leaving here as information for Windows contributors.
# choco_dependencies = ["jack"]
# choco-dependencies = ["jack"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.1.12"
upstream_repository = "https://github.com/NVIDIA/jetson-gpio"
upstream-repository = "https://github.com/NVIDIA/jetson-gpio"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "~=3.10.2"
upstream_repository = "https://github.com/Python-Markdown/markdown"
upstream-repository = "https://github.com/Python-Markdown/markdown"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "0.9.*"
upstream_repository = "https://github.com/asweigart/pyautogui"
upstream-repository = "https://github.com/asweigart/pyautogui"
dependencies = ["types-PyScreeze"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.5.*"
upstream_repository = "https://github.com/architest/pymeeus"
upstream-repository = "https://github.com/architest/pymeeus"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.1.*"
upstream_repository = "https://github.com/PyMySQL/PyMySQL"
upstream-repository = "https://github.com/PyMySQL/PyMySQL"
+3 -3
View File
@@ -1,11 +1,11 @@
version = "1.0.1"
upstream_repository = "https://github.com/asweigart/pyscreeze"
upstream-repository = "https://github.com/asweigart/pyscreeze"
dependencies = ["Pillow>=10.3.0"]
[tool.stubtest]
# Linux has extra constants, win32 has different definitions
ci_platforms = ["linux", "win32"]
ci-platforms = ["linux", "win32"]
# PyScreeze has an odd setup.py file
# that doesn't list Pillow as a dependency for py312+ yet:
# https://github.com/asweigart/pyscreeze/blob/eeca245a135cf171c163b3691300138518efa64e/setup.py#L38-L46
stubtest_dependencies = ["Pillow"]
stubtest-dependencies = ["Pillow"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.7.1"
upstream_repository = "https://github.com/Anorov/PySocks"
upstream-repository = "https://github.com/Anorov/PySocks"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "6.0.*"
upstream_repository = "https://github.com/yaml/pyyaml"
upstream-repository = "https://github.com/yaml/pyyaml"
+3 -3
View File
@@ -1,7 +1,7 @@
version = "2.20.*"
upstream_repository = "https://github.com/pygments/pygments"
upstream-repository = "https://github.com/pygments/pygments"
dependencies = ["types-docutils"]
partial_stub = true
partial-stub = true
[tool.stubtest]
stubtest_dependencies = ["sphinx"]
stubtest-dependencies = ["sphinx"]
+3 -3
View File
@@ -1,10 +1,10 @@
version = "0.7.*"
upstream_repository = "https://sourceforge.net/p/raspberry-gpio-python/code/"
upstream-repository = "https://sourceforge.net/p/raspberry-gpio-python/code/"
[tool.stubtest]
# This package is only supported on Raspberry Pi hardware, which identifies
# itself as 'linux'. When run on other hardware, it raises a RuntimeError:
# RPi.GPIO failed to import. RuntimeError: This module can only be run on a Raspberry Pi!
# https://sourceforge.net/p/raspberry-gpio-python/code/ci/08048dd1894a6b09a104557b6eaa6bb68b6baac5/tree/source/py_gpio.c#l1008
supported_platforms = []
ci_platforms = []
supported-platforms = []
ci-platforms = []
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.1.*"
upstream_repository = "https://github.com/arsenetar/send2trash"
upstream-repository = "https://github.com/arsenetar/send2trash"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.2.*"
upstream_repository = "https://github.com/pyrogram/tgcrypto"
upstream-repository = "https://github.com/pyrogram/tgcrypto"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "~= 3.2.1"
upstream_repository = "https://github.com/pallets-eco/wtforms"
upstream-repository = "https://github.com/pallets-eco/wtforms"
dependencies = ["MarkupSafe"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.8.*"
upstream_repository = "https://github.com/Pylons/webob"
upstream-repository = "https://github.com/Pylons/webob"
+2 -2
View File
@@ -1,6 +1,6 @@
version = "25.1.*"
upstream_repository = "https://github.com/Tinche/aiofiles"
upstream-repository = "https://github.com/Tinche/aiofiles"
[tool.stubtest]
# linux and darwin are equivalent
ci_platforms = ["linux", "win32"]
ci-platforms = ["linux", "win32"]
+2 -2
View File
@@ -1,5 +1,5 @@
version = "4.13.*"
upstream_repository = "https://github.com/antlr/antlr4"
upstream-repository = "https://github.com/antlr/antlr4"
[tool.stubtest]
ci_platforms = ["linux", "win32"]
ci-platforms = ["linux", "win32"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.1.*"
upstream_repository = "https://github.com/assertpy/assertpy"
upstream-repository = "https://github.com/assertpy/assertpy"
+3 -3
View File
@@ -1,6 +1,6 @@
version = "3.0.*"
upstream_repository = "https://github.com/google/atheris"
partial_stub = true
upstream-repository = "https://github.com/google/atheris"
partial-stub = true
[tool.stubtest]
ignore_missing_stub = true
ignore-missing-stub = true
+1 -1
View File
@@ -1,3 +1,3 @@
version = "4.10.*"
upstream_repository = "https://github.com/auth0/auth0-python"
upstream-repository = "https://github.com/auth0/auth0-python"
dependencies = ["cryptography", "types-requests"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.15.*"
upstream_repository = "https://github.com/aws/aws-xray-sdk-python"
upstream-repository = "https://github.com/aws/aws-xray-sdk-python"
+3 -3
View File
@@ -1,6 +1,6 @@
version = "1.3.*"
upstream_repository = "https://github.com/behave/behave"
partial_stub = true
upstream-repository = "https://github.com/behave/behave"
partial-stub = true
[tool.stubtest]
ignore_missing_stub = true
ignore-missing-stub = true
+2 -2
View File
@@ -1,3 +1,3 @@
version = "0.4.*"
upstream_repository = "https://github.com/binaryornot/binaryornot"
obsolete_since = "0.5.0" # Released on 2026-03-07
upstream-repository = "https://github.com/binaryornot/binaryornot"
obsolete-since = "0.5.0" # Released on 2026-03-07
+1 -1
View File
@@ -1,6 +1,6 @@
version = "6.3.*"
dependencies = ["types-html5lib"]
upstream_repository = "https://github.com/mozilla/bleach"
upstream-repository = "https://github.com/mozilla/bleach"
[tool.stubtest]
extras = ["css"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "25.0.*"
upstream_repository = "https://github.com/mahmoud/boltons"
upstream-repository = "https://github.com/mahmoud/boltons"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "4.42.*"
upstream_repository = "https://github.com/braintree/braintree_python"
upstream-repository = "https://github.com/braintree/braintree_python"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "6.2.*"
upstream_repository = "https://github.com/tkem/cachetools"
upstream-repository = "https://github.com/tkem/cachetools"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "3.0.*"
upstream_repository = "https://github.com/xolox/python-capturer"
upstream-repository = "https://github.com/xolox/python-capturer"
+2 -2
View File
@@ -1,7 +1,7 @@
version = "2.0.*"
upstream_repository = "https://github.com/python-cffi/cffi/"
upstream-repository = "https://github.com/python-cffi/cffi/"
dependencies = ["types-setuptools"]
[tool.stubtest]
# linux and darwin are mostly equivalent, except for a single `RTLD_DEEPBIND` variable
ci_platforms = ["linux", "win32"]
ci-platforms = ["linux", "win32"]
+4 -4
View File
@@ -1,8 +1,8 @@
version = "4.3.*"
upstream_repository = "https://github.com/django/channels"
upstream-repository = "https://github.com/django/channels"
dependencies = ["django-stubs>=4.2", "asgiref"]
[tool.stubtest]
mypy_plugins = ['mypy_django_plugin.main']
mypy_plugins_config = {"django-stubs" = {"django_settings_module" = "@tests.django_settings"}}
stubtest_dependencies = ["daphne"]
mypy-plugins = ['mypy_django_plugin.main']
mypy-plugins-config = {"django-stubs" = {"django_settings_module" = "@tests.django_settings"}}
stubtest-dependencies = ["daphne"]
+1 -1
View File
@@ -1,4 +1,4 @@
version = "0.14.*"
upstream_repository = "https://github.com/noahmorrison/chevron"
upstream-repository = "https://github.com/noahmorrison/chevron"
[tool.stubtest]
+1 -1
View File
@@ -1,4 +1,4 @@
version = "1.2.*"
upstream_repository = "https://github.com/click-contrib/click-default-group"
upstream-repository = "https://github.com/click-contrib/click-default-group"
# requires a version of click with a py.typed
dependencies = ["click>=8.0.0"]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "0.4.*"
dependencies = ["click>=8.0.0"]
upstream_repository = "https://github.com/click-contrib/click-log"
upstream-repository = "https://github.com/click-contrib/click-log"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "2.1"
upstream_repository = "https://github.com/clarkperkins/click-shell"
upstream-repository = "https://github.com/clarkperkins/click-shell"
dependencies = ["click>=8.0.0"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.1.*"
upstream_repository = "https://github.com/click-contrib/click-spinner"
upstream-repository = "https://github.com/click-contrib/click-spinner"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "0.8.*"
dependencies = ["click>=8.0.0", "Flask>=2.3.2"]
upstream_repository = "https://github.com/fredrik-corneliusson/click-web"
upstream-repository = "https://github.com/fredrik-corneliusson/click-web"
+2 -2
View File
@@ -1,5 +1,5 @@
version = "0.4.*"
upstream_repository = "https://github.com/tartley/colorama"
upstream-repository = "https://github.com/tartley/colorama"
[tool.stubtest]
ci_platforms = ["linux", "win32"]
ci-platforms = ["linux", "win32"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.5.*"
upstream_repository = "https://github.com/timofurrer/colorful"
upstream-repository = "https://github.com/timofurrer/colorful"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.8.*"
upstream_repository = "https://github.com/aegirhall/console-menu"
upstream-repository = "https://github.com/aegirhall/console-menu"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.4.1"
upstream_repository = "https://github.com/fitnr/convertdate"
upstream-repository = "https://github.com/fitnr/convertdate"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "6.2.2"
upstream_repository = "https://github.com/pallets-eco/croniter"
upstream-repository = "https://github.com/pallets-eco/croniter"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.1.*"
upstream_repository = "https://github.com/eclecticiq/python-data-uri"
upstream-repository = "https://github.com/eclecticiq/python-data-uri"
+1 -1
View File
@@ -1,5 +1,5 @@
version = "~=1.4.0"
upstream_repository = "https://github.com/scrapinghub/dateparser"
upstream-repository = "https://github.com/scrapinghub/dateparser"
[tool.stubtest]
extras = ["fasttext", "langdetect"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "5.2.*"
upstream_repository = "https://github.com/micheles/decorator"
upstream-repository = "https://github.com/micheles/decorator"
+2 -2
View File
@@ -1,5 +1,5 @@
version = "0.7.*"
upstream_repository = "https://github.com/tiran/defusedxml"
upstream-repository = "https://github.com/tiran/defusedxml"
[tool.stubtest]
stubtest_dependencies = ["lxml"]
stubtest-dependencies = ["lxml"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.5.*"
upstream_repository = "https://github.com/andhus/dirhash-python"
upstream-repository = "https://github.com/andhus/dirhash-python"
+3 -3
View File
@@ -1,7 +1,7 @@
version = "25.2.*"
upstream_repository = "https://github.com/carltongibson/django-filter/"
upstream-repository = "https://github.com/carltongibson/django-filter/"
dependencies = ["django-stubs"]
[tool.stubtest]
mypy_plugins = ["mypy_django_plugin.main"]
mypy_plugins_config = {"django-stubs" = {"django_settings_module" = "@tests.django_settings"}}
mypy-plugins = ["mypy_django_plugin.main"]
mypy-plugins-config = {"django-stubs" = {"django_settings_module" = "@tests.django_settings"}}
+1 -1
View File
@@ -1,5 +1,5 @@
version = "4.4.*"
upstream_repository = "https://github.com/django-import-export/django-import-export"
upstream-repository = "https://github.com/django-import-export/django-import-export"
dependencies = ["django-stubs"] # Add tablib when typed, and update _Incomplete aliases in stubs
[tool.stubtest]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "7.1.*"
upstream_repository = "https://github.com/docker/docker-py"
upstream-repository = "https://github.com/docker/docker-py"
dependencies = ["types-paramiko", "types-requests", "urllib3>=2"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.0.*"
upstream_repository = "https://github.com/containerbuildsystem/dockerfile-parse"
upstream-repository = "https://github.com/containerbuildsystem/dockerfile-parse"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.22.3"
upstream_repository = "https://sourceforge.net/p/docutils/code"
upstream-repository = "https://sourceforge.net/p/docutils/code"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.8.*"
upstream_repository = "https://github.com/roy-ht/editdistance"
upstream-repository = "https://github.com/roy-ht/editdistance"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.4.*"
upstream_repository = "https://github.com/takluyver/entrypoints"
upstream-repository = "https://github.com/takluyver/entrypoints"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "4.2.*"
upstream_repository = "https://github.com/brandon-rhodes/pyephem"
upstream-repository = "https://github.com/brandon-rhodes/pyephem"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.0.*"
upstream_repository = "https://foss.heptapod.net/openpyxl/et_xmlfile"
upstream-repository = "https://foss.heptapod.net/openpyxl/et_xmlfile"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.7.*"
upstream_repository = "https://github.com/zopefoundation/fanstatic"
upstream-repository = "https://github.com/zopefoundation/fanstatic"
dependencies = ["types-setuptools", "types-WebOb"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.0.*"
upstream_repository = "https://github.com/hynek/first"
upstream-repository = "https://github.com/hynek/first"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "25.11.29"
upstream_repository = "https://github.com/PyCQA/flake8-bugbear"
upstream-repository = "https://github.com/PyCQA/flake8-bugbear"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "3.1.*"
upstream_repository = "https://github.com/gforcada/flake8-builtins"
upstream-repository = "https://github.com/gforcada/flake8-builtins"
dependencies = ["types-flake8"]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.7.*"
upstream_repository = "https://github.com/pycqa/flake8-docstrings"
upstream-repository = "https://github.com/pycqa/flake8-docstrings"
dependencies = ["types-flake8"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.4.*"
upstream_repository = "https://github.com/peterjc/flake8-rst-docstrings"
upstream-repository = "https://github.com/peterjc/flake8-rst-docstrings"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.30.*"
upstream_repository = "https://github.com/MartinThoma/flake8-simplify"
upstream-repository = "https://github.com/MartinThoma/flake8-simplify"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.17.*"
upstream_repository = "https://github.com/asottile/flake8-typing-imports"
upstream-repository = "https://github.com/asottile/flake8-typing-imports"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "7.3.*"
upstream_repository = "https://github.com/pycqa/flake8"
upstream-repository = "https://github.com/pycqa/flake8"
dependencies = ["types-pyflakes"]
+3 -3
View File
@@ -1,7 +1,7 @@
version = "2.8.4"
upstream_repository = "https://github.com/py-pdf/fpdf2"
upstream-repository = "https://github.com/py-pdf/fpdf2"
dependencies = ["Pillow>=10.3.0"]
obsolete_since = "2.8.6" # Released on 2026-02-19
obsolete-since = "2.8.6" # Released on 2026-02-19
[tool.stubtest]
stubtest_dependencies = ["cryptography"]
stubtest-dependencies = ["cryptography"]
+4 -4
View File
@@ -1,8 +1,8 @@
version = "16.3.*"
# This is the official web portal for the GDB Git repo,
# see https://sourceware.org/gdb/current/ for other ways of obtaining the source code.
upstream_repository = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=tree"
extra_description = """\
upstream-repository = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=tree"
extra-description = """\
Type hints for GDB's \
[Python API](https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html). \
Note that this API is available only when running Python scripts under GDB: \
@@ -12,5 +12,5 @@ extra_description = """\
[tool.stubtest]
skip = true # https://github.com/python/typeshed/issues/15236
ci_platforms = ["linux"]
apt_dependencies = ["gdb"]
ci-platforms = ["linux"]
apt-dependencies = ["gdb"]
+2 -2
View File
@@ -1,9 +1,9 @@
version = "1.1.3"
# Requires a version of numpy with a `py.typed` file
dependencies = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"]
upstream_repository = "https://github.com/geopandas/geopandas"
upstream-repository = "https://github.com/geopandas/geopandas"
[tool.stubtest]
# libproj-dev and proj-bin are required to build pyproj if wheels for the
# target Python version are not available.
apt_dependencies = ["libproj-dev", "proj-bin"]
apt-dependencies = ["libproj-dev", "proj-bin"]
+5 -5
View File
@@ -1,12 +1,12 @@
version = "25.9.*"
upstream_repository = "https://github.com/gevent/gevent"
upstream-repository = "https://github.com/gevent/gevent"
dependencies = ["types-greenlet", "types-psutil>=7.2.0"]
[tool.stubtest]
# Run stubtest on all platforms, since there is some platform specific stuff
# especially in the stdlib module replacement
ci_platforms = ["linux", "darwin", "win32"]
ci-platforms = ["linux", "darwin", "win32"]
# for testing the ffi loop implementations on all platforms
stubtest_dependencies = ["cffi", "dnspython"]
apt_dependencies = ["libev4", "libev-dev", "libuv1", "libuv1-dev"]
brew_dependencies = ["libev", "libuv"]
stubtest-dependencies = ["cffi", "dnspython"]
apt-dependencies = ["libev4", "libev-dev", "libuv1", "libuv1-dev"]
brew-dependencies = ["libev", "libuv"]
+3 -3
View File
@@ -1,6 +1,6 @@
version = "2.4.*"
upstream_repository = "https://github.com/googleapis/python-ndb"
partial_stub = true
upstream-repository = "https://github.com/googleapis/python-ndb"
partial-stub = true
[tool.stubtest]
ignore_missing_stub = true
ignore-missing-stub = true
+1 -1
View File
@@ -1,2 +1,2 @@
version = "3.3.*"
upstream_repository = "https://github.com/python-greenlet/greenlet"
upstream-repository = "https://github.com/python-greenlet/greenlet"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.*"
upstream_repository = "https://github.com/grpc/grpc"
upstream-repository = "https://github.com/grpc/grpc"
dependencies = ["types-grpcio", "types-protobuf"]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.*"
upstream_repository = "https://github.com/grpc/grpc"
upstream-repository = "https://github.com/grpc/grpc"
dependencies = ["types-grpcio", "types-protobuf"]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.*"
upstream_repository = "https://github.com/grpc/grpc"
upstream-repository = "https://github.com/grpc/grpc"
dependencies = ["types-grpcio", "types-protobuf"]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.*"
upstream_repository = "https://github.com/grpc/grpc"
upstream-repository = "https://github.com/grpc/grpc"
dependencies = ["types-grpcio"]
+3 -3
View File
@@ -1,6 +1,6 @@
version = "1.*"
upstream_repository = "https://github.com/grpc/grpc"
partial_stub = true
upstream-repository = "https://github.com/grpc/grpc"
partial-stub = true
[tool.stubtest]
ignore_missing_stub = true
ignore-missing-stub = true
+4 -4
View File
@@ -1,8 +1,8 @@
version = "25.3.0"
upstream_repository = "https://github.com/benoitc/gunicorn"
upstream-repository = "https://github.com/benoitc/gunicorn"
dependencies = ["types-gevent"]
[tool.stubtest]
supported_platforms = ["linux", "darwin"]
ci_platforms = ["linux", "darwin"]
stubtest_dependencies = ["gevent>=1.4.0", "eventlet>=0.24.1,!=0.36.0", "tornado>=0.2", "setproctitle", "PasteDeploy", "inotify"]
supported-platforms = ["linux", "darwin"]
ci-platforms = ["linux", "darwin"]
stubtest-dependencies = ["gevent>=1.4.0", "eventlet>=0.24.1,!=0.36.0", "tornado>=0.2", "setproctitle", "PasteDeploy", "inotify"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.25.*"
# upstream_repository = closed-source
# upstream-repository = closed-source
+1 -1
View File
@@ -1,4 +1,4 @@
version = "0.8.*"
# Requires a version of numpy with a `py.typed` file
dependencies = ["numpy>=1.21"]
upstream_repository = "https://github.com/nmslib/hnswlib"
upstream-repository = "https://github.com/nmslib/hnswlib"
+1 -1
View File
@@ -1,5 +1,5 @@
version = "1.1.*"
upstream_repository = "https://github.com/html5lib/html5lib-python"
upstream-repository = "https://github.com/html5lib/html5lib-python"
dependencies = ["types-webencodings"]
[tool.stubtest]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.31.2"
upstream_repository = "https://github.com/httplib2/httplib2"
upstream-repository = "https://github.com/httplib2/httplib2"
+1 -1
View File
@@ -1,3 +1,3 @@
version = "2.4.*"
upstream_repository = "https://github.com/hvac/hvac"
upstream-repository = "https://github.com/hvac/hvac"
dependencies = ["types-requests"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "3.2.8"
upstream_repository = "https://github.com/ibmdb/python-ibmdb"
upstream-repository = "https://github.com/ibmdb/python-ibmdb"
+3 -3
View File
@@ -1,7 +1,7 @@
version = "6.3.2"
upstream_repository = "https://github.com/collective/icalendar"
upstream-repository = "https://github.com/collective/icalendar"
dependencies = ["types-python-dateutil", "types-pytz"]
obsolete_since = "7.0.0" # Released on 2026-02-11
obsolete-since = "7.0.0" # Released on 2026-02-11
[tool.stubtest]
stubtest_dependencies = ["pytz"]
stubtest-dependencies = ["pytz"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.4.*"
upstream_repository = "https://github.com/mitsuhiko/python-inifile"
upstream-repository = "https://github.com/mitsuhiko/python-inifile"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.1.*"
upstream_repository = "https://github.com/jmespath/jmespath.py"
upstream-repository = "https://github.com/jmespath/jmespath.py"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.22.*"
upstream_repository = "https://github.com/google/jsonnet"
upstream-repository = "https://github.com/google/jsonnet"
+1 -1
View File
@@ -1,5 +1,5 @@
version = "~=4.26.0"
upstream_repository = "https://github.com/python-jsonschema/jsonschema"
upstream-repository = "https://github.com/python-jsonschema/jsonschema"
dependencies = ["referencing"]
[tool.stubtest]
+1 -1
View File
@@ -1,3 +1,3 @@
version = "1.5.*"
upstream_repository = "https://github.com/latchset/jwcrypto"
upstream-repository = "https://github.com/latchset/jwcrypto"
dependencies = ["cryptography"]
+2 -2
View File
@@ -1,9 +1,9 @@
version = "0.13.*"
upstream_repository = "https://github.com/boppreh/keyboard"
upstream-repository = "https://github.com/boppreh/keyboard"
# [tool.stubtest]
# While the stubs slightly differ on Windows vs Linux.
# It's only by possible mouse buttons and event literal types.
# As well as returning a tuple of int/long from keyboard.mouse.get_position
# The "mouse" module is obsoleted by the "mouse" package.
# ci_platforms = ["linux"]
# ci-platforms = ["linux"]
+5 -5
View File
@@ -1,10 +1,10 @@
version = "2.9.*"
upstream_repository = "https://github.com/cannatag/ldap3"
upstream-repository = "https://github.com/cannatag/ldap3"
dependencies = ["types-pyasn1"]
[tool.stubtest]
apt_dependencies = ["libkrb5-dev"]
apt-dependencies = ["libkrb5-dev"]
# No need to install on the CI. Leaving here as information for MacOs/Windows contributors.
# brew_dependencies = ["krb5"]
# choco_dependencies = ["mitkerberos"]
stubtest_dependencies = ["gssapi"]
# brew-dependencies = ["krb5"]
# choco-dependencies = ["mitkerberos"]
stubtest-dependencies = ["gssapi"]
+1 -1
View File
@@ -1,2 +1,2 @@
version = "0.2.*"
upstream_repository = "https://github.com/lidaobing/python-lunardate"
upstream-repository = "https://github.com/lidaobing/python-lunardate"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.6.*"
upstream_repository = "https://github.com/scoder/lupa"
upstream-repository = "https://github.com/scoder/lupa"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "1.0.*"
upstream_repository = "https://github.com/gkovacs/lz-string-python"
upstream-repository = "https://github.com/gkovacs/lz-string-python"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "6.0.*"
upstream_repository = "https://github.com/globocom/m3u8"
upstream-repository = "https://github.com/globocom/m3u8"
+1 -1
View File
@@ -1,2 +1,2 @@
version = "5.2.*"
upstream_repository = "https://github.com/testing-cabal/mock"
upstream-repository = "https://github.com/testing-cabal/mock"

Some files were not shown because too many files have changed in this diff Show More