From a13f832c86cee4ef6fbeba5c47b7e0797d6f8a53 Mon Sep 17 00:00:00 2001 From: statsabot <> Date: Fri, 7 Jul 2023 12:39:40 +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 c34277c9..f340b4b8 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -32,7 +32,7 @@ click-spinner,types-click-spinner,-,30,UP_TO_DATE,UPLOADED,STRICT,12,0,11,0,0,0, colorama,types-colorama,-,201,UP_TO_DATE,UPLOADED,STRICT,89,0,60,0,0,0,3,1,85,0,0,11,0,0,ERROR_ON_MISSING_STUB,linux;win32,45 commonmark,types-commonmark,-,370,UP_TO_DATE,UPLOADED,NOT_STRICT,63,158,84,76,55,0,0,0,133,86,0,18,0,0,MISSING_STUBS_IGNORED,linux,0 console-menu,types-console-menu,-,711,UP_TO_DATE,UPLOADED,STRICT,217,0,278,0,0,0,7,1,58,3,1,39,0,0,ERROR_ON_MISSING_STUB,linux,0 -contextvars,types-contextvars,-,45,UP_TO_DATE,UPLOADED,STRICT,12,0,18,0,0,0,2,2,1,0,0,3,1,0,ERROR_ON_MISSING_STUB,linux,4 +contextvars,types-contextvars,-,45,NO_LONGER_UPDATED,UPLOADED,STRICT,12,0,18,0,0,0,2,2,1,0,0,3,1,0,ERROR_ON_MISSING_STUB,linux,4 croniter,types-croniter,-,147,UP_TO_DATE,UPLOADED,STRICT,64,0,23,0,0,0,0,8,29,0,0,8,1,0,ERROR_ON_MISSING_STUB,linux,0 dateparser,types-dateparser,-,472,UP_TO_DATE,UPLOADED,NOT_STRICT,126,127,75,67,21,1,4,6,135,76,0,34,0,0,ERROR_ON_MISSING_STUB,linux,6 decorator,types-decorator,-,66,UP_TO_DATE,UPLOADED,STRICT,36,0,13,0,0,0,19,6,15,3,0,2,0,0,ERROR_ON_MISSING_STUB,linux,9 diff --git a/examples/example.json b/examples/example.json index 8d119491..a5b69f35 100644 --- a/examples/example.json +++ b/examples/example.json @@ -1065,7 +1065,7 @@ "stub_distribution_name": "types-contextvars", "extra_description": null, "number_of_lines": 45, - "package_status": "UP_TO_DATE", + "package_status": "NO_LONGER_UPDATED", "upload_status": "UPLOADED", "stubtest_settings": { "strictness": "ERROR_ON_MISSING_STUB", diff --git a/examples/example.md b/examples/example.md index b8c1d8b2..b7b75b7f 100644 --- a/examples/example.md +++ b/examples/example.md @@ -1761,9 +1761,9 @@ All files in this stubs package are tested with the stricter pyright settings in 45 (excluding blank lines) -### Package status: *up to date* +### Package status: *no longer updated* -These stubs should be fairly up to date. In typeshed's CI, [stubtest][] tests these stubs against the latest version of the runtime package that's available. +The runtime package has not added type hints, but these stubs are no longer updated by typeshed for some other reason. ### Upload status: *uploaded*