From a702be64bc51e0b7d673f08a0cd6bae54e88dd1f Mon Sep 17 00:00:00 2001 From: statsabot <> Date: Wed, 6 Nov 2024 12:42:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Automated=20regeneration=20of=20?= =?UTF-8?q?examples=20and=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/example.csv | 2 +- examples/example.json | 2 +- examples/example.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/example.csv b/examples/example.csv index 36206c46..97d57705 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -27,7 +27,7 @@ bleach,types-bleach,https://github.com/mozilla/bleach,COMPLETE,-,239,OUT_OF_DATE boltons,types-boltons,https://github.com/mahmoud/boltons,COMPLETE,-,1212,OUT_OF_DATE,UPLOADED,NOT_STRICT,634,263,456,172,72,8,61,34,234,7,69,81,1,3,ERROR_ON_MISSING_STUB,linux,5 braintree,types-braintree,https://github.com/braintree/braintree_python,COMPLETE,-,2943,UP_TO_DATE,UPLOADED,NOT_STRICT,91,429,142,325,80,2,1,1,1510,0,131,269,0,0,ERROR_ON_MISSING_STUB,linux,1 cachetools,types-cachetools,https://github.com/tkem/cachetools,COMPLETE,-,124,UP_TO_DATE,UPLOADED,STRICT,90,0,49,0,0,0,4,0,1,0,0,10,0,0,ERROR_ON_MISSING_STUB,linux,20 -caldav,types-caldav,https://github.com/python-caldav/caldav,PARTIAL,-,527,OUT_OF_DATE,UPLOADED,NOT_STRICT,214,35,117,8,21,5,1,0,94,0,6,86,0,0,MISSING_STUBS_IGNORED,linux,7 +caldav,types-caldav,https://github.com/python-caldav/caldav,PARTIAL,-,527,OBSOLETE,UPLOADED,NOT_STRICT,214,35,117,8,21,5,1,0,94,0,6,86,0,0,MISSING_STUBS_IGNORED,linux,7 capturer,types-capturer,https://github.com/xolox/python-capturer,COMPLETE,-,114,UP_TO_DATE,UPLOADED,STRICT,50,0,42,0,0,0,4,1,38,4,0,6,0,0,ERROR_ON_MISSING_STUB,linux,1 cffi,types-cffi,https://foss.heptapod.net/pypy/cffi,COMPLETE,-,827,OUT_OF_DATE,UPLOADED,NOT_STRICT,302,246,194,130,21,2,32,8,252,0,115,52,0,0,ERROR_ON_MISSING_STUB,linux;win32,4 chevron,types-chevron,https://github.com/noahmorrison/chevron,COMPLETE,-,38,UP_TO_DATE,UPLOADED,STRICT,29,0,9,0,0,0,2,0,3,0,0,1,0,0,ERROR_ON_MISSING_STUB,linux,0 diff --git a/examples/example.json b/examples/example.json index 7154e832..6bc228cd 100644 --- a/examples/example.json +++ b/examples/example.json @@ -959,7 +959,7 @@ "completeness_level": "PARTIAL", "extra_description": null, "number_of_lines": 527, - "package_status": "OUT_OF_DATE", + "package_status": "OBSOLETE", "upload_status": "UPLOADED", "stubtest_settings": { "strictness": "MISSING_STUBS_IGNORED", diff --git a/examples/example.md b/examples/example.md index 3316d2e0..5ca471db 100644 --- a/examples/example.md +++ b/examples/example.md @@ -1606,9 +1606,9 @@ All files in this stubs package are tested with the stricter pyright settings in 527 (excluding blank lines) -### Package status: *out of date* +### Package status: *obsolete* -These stubs may be out of date. In typeshed's CI, [stubtest][] tests these stubs against an older version of the runtime package than the latest that's available. +The runtime package has added inline type hints; these typeshed stubs are now obsolete. ### Upload status: *uploaded*