From 67a2ed7dd7e4a2dcada77d7af8735b5c17454aa1 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Wed, 9 Jun 2021 16:36:27 +0200 Subject: [PATCH] Fix PyJWT package name (#5604) The "jwt" package on PyPI is actually a different, incompatible package, called python-jwt. Fix the name, so that the package name is corrected from types-jwt to types-PyJWT, matching the upstream name. --- stubs/{jwt => PyJWT}/METADATA.toml | 0 stubs/{jwt => PyJWT}/jwt/__init__.pyi | 0 stubs/{jwt => PyJWT}/jwt/algorithms.pyi | 0 stubs/{jwt => PyJWT}/jwt/contrib/__init__.pyi | 0 stubs/{jwt => PyJWT}/jwt/contrib/algorithms/__init__.pyi | 0 stubs/{jwt => PyJWT}/jwt/contrib/algorithms/py_ecdsa.pyi | 0 stubs/{jwt => PyJWT}/jwt/contrib/algorithms/pycrypto.pyi | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename stubs/{jwt => PyJWT}/METADATA.toml (100%) rename stubs/{jwt => PyJWT}/jwt/__init__.pyi (100%) rename stubs/{jwt => PyJWT}/jwt/algorithms.pyi (100%) rename stubs/{jwt => PyJWT}/jwt/contrib/__init__.pyi (100%) rename stubs/{jwt => PyJWT}/jwt/contrib/algorithms/__init__.pyi (100%) rename stubs/{jwt => PyJWT}/jwt/contrib/algorithms/py_ecdsa.pyi (100%) rename stubs/{jwt => PyJWT}/jwt/contrib/algorithms/pycrypto.pyi (100%) diff --git a/stubs/jwt/METADATA.toml b/stubs/PyJWT/METADATA.toml similarity index 100% rename from stubs/jwt/METADATA.toml rename to stubs/PyJWT/METADATA.toml diff --git a/stubs/jwt/jwt/__init__.pyi b/stubs/PyJWT/jwt/__init__.pyi similarity index 100% rename from stubs/jwt/jwt/__init__.pyi rename to stubs/PyJWT/jwt/__init__.pyi diff --git a/stubs/jwt/jwt/algorithms.pyi b/stubs/PyJWT/jwt/algorithms.pyi similarity index 100% rename from stubs/jwt/jwt/algorithms.pyi rename to stubs/PyJWT/jwt/algorithms.pyi diff --git a/stubs/jwt/jwt/contrib/__init__.pyi b/stubs/PyJWT/jwt/contrib/__init__.pyi similarity index 100% rename from stubs/jwt/jwt/contrib/__init__.pyi rename to stubs/PyJWT/jwt/contrib/__init__.pyi diff --git a/stubs/jwt/jwt/contrib/algorithms/__init__.pyi b/stubs/PyJWT/jwt/contrib/algorithms/__init__.pyi similarity index 100% rename from stubs/jwt/jwt/contrib/algorithms/__init__.pyi rename to stubs/PyJWT/jwt/contrib/algorithms/__init__.pyi diff --git a/stubs/jwt/jwt/contrib/algorithms/py_ecdsa.pyi b/stubs/PyJWT/jwt/contrib/algorithms/py_ecdsa.pyi similarity index 100% rename from stubs/jwt/jwt/contrib/algorithms/py_ecdsa.pyi rename to stubs/PyJWT/jwt/contrib/algorithms/py_ecdsa.pyi diff --git a/stubs/jwt/jwt/contrib/algorithms/pycrypto.pyi b/stubs/PyJWT/jwt/contrib/algorithms/pycrypto.pyi similarity index 100% rename from stubs/jwt/jwt/contrib/algorithms/pycrypto.pyi rename to stubs/PyJWT/jwt/contrib/algorithms/pycrypto.pyi