From 27af44fee2670fb946882616579ae465e46cae0d Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Sat, 28 Aug 2021 13:58:38 +0200 Subject: [PATCH] Deprecate geoip stubs (#5967) Geoip comes with its own type hints starting at version 4.0.2. --- stubs/geoip2/@tests/stubtest_allowlist.txt | 1 - stubs/geoip2/METADATA.toml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/geoip2/@tests/stubtest_allowlist.txt b/stubs/geoip2/@tests/stubtest_allowlist.txt index 276ec1a29..5de08533c 100644 --- a/stubs/geoip2/@tests/stubtest_allowlist.txt +++ b/stubs/geoip2/@tests/stubtest_allowlist.txt @@ -1,6 +1,5 @@ geoip2.database.Reader.__exit__ geoip2.database.Reader.__init__ -geoip2.errors.HTTPError.__init__ geoip2.models.SimpleModel.__init__ geoip2.records.City.__init__ geoip2.records.Continent.__init__ diff --git a/stubs/geoip2/METADATA.toml b/stubs/geoip2/METADATA.toml index 380d25ef8..631b5ced7 100644 --- a/stubs/geoip2/METADATA.toml +++ b/stubs/geoip2/METADATA.toml @@ -1,3 +1,4 @@ -version = "0.1" +version = "3.0" +obsolete_since = "4.0.2" python2 = true requires = ["types-maxminddb"]