From 979b8422cf76dc1c0f6d88bc0bee4cf6246c2b86 Mon Sep 17 00:00:00 2001 From: statsabot <> Date: Wed, 9 Oct 2024 01:42:45 +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 fa4035d2..d7996033 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -171,6 +171,6 @@ whatthepatch,types-whatthepatch,https://github.com/cscorley/whatthepatch,COMPLET workalendar,types-workalendar,https://github.com/workalendar/workalendar,COMPLETE,-,2918,UP_TO_DATE,UPLOADED,NOT_STRICT,44,399,22,355,23,4,0,0,1367,0,249,374,0,0,ERROR_ON_MISSING_STUB,linux,5 wurlitzer,types-wurlitzer,https://github.com/minrk/wurlitzer,COMPLETE,-,130,UP_TO_DATE,UPLOADED,NOT_STRICT,95,0,32,1,0,0,0,0,7,0,0,3,0,0,ERROR_ON_MISSING_STUB,linux,0 xdgenvpy,types-xdgenvpy,https://gitlab.com/deliberist-group/xdgenvpy,COMPLETE,-,40,UP_TO_DATE,UPLOADED,STRICT,1,0,23,0,0,0,0,0,0,0,0,3,0,0,ERROR_ON_MISSING_STUB,linux,1 -xmltodict,types-xmltodict,https://github.com/martinblech/xmltodict,COMPLETE,-,35,UP_TO_DATE,UPLOADED,STRICT,20,0,3,0,0,0,7,1,1,0,0,1,0,0,ERROR_ON_MISSING_STUB,linux,0 +xmltodict,types-xmltodict,https://github.com/martinblech/xmltodict,COMPLETE,-,35,OUT_OF_DATE,UPLOADED,STRICT,20,0,3,0,0,0,7,1,1,0,0,1,0,0,ERROR_ON_MISSING_STUB,linux,0 zstd,types-zstd,https://github.com/sergey-dryabzhinsky/python-zstd,COMPLETE,-,15,UP_TO_DATE,UPLOADED,STRICT,13,0,13,0,0,0,0,0,0,0,0,1,0,0,ERROR_ON_MISSING_STUB,linux,0 zxcvbn,types-zxcvbn,https://github.com/dwolfhub/zxcvbn-python,COMPLETE,-,164,UP_TO_DATE,UPLOADED,STRICT,63,0,39,0,0,0,0,0,76,1,0,9,0,0,ERROR_ON_MISSING_STUB,linux,1 diff --git a/examples/example.json b/examples/example.json index 831e892d..2cb7f6b6 100644 --- a/examples/example.json +++ b/examples/example.json @@ -5808,7 +5808,7 @@ "completeness_level": "COMPLETE", "extra_description": null, "number_of_lines": 35, - "package_status": "UP_TO_DATE", + "package_status": "OUT_OF_DATE", "upload_status": "UPLOADED", "stubtest_settings": { "strictness": "ERROR_ON_MISSING_STUB", diff --git a/examples/example.md b/examples/example.md index acaa90c2..d2d49cb8 100644 --- a/examples/example.md +++ b/examples/example.md @@ -9725,9 +9725,9 @@ All files in this stubs package are tested with the stricter pyright settings in 35 (excluding blank lines) -### Package status: *up to date* +### Package status: *out of date* -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. +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. ### Upload status: *uploaded*