Avasam
22b055a147
Fill in all missing upstream_repository fields ( #10571 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-08-13 22:03:33 +01:00
Alex Waygood
df08fcec5f
Improve __(r)or__ signatures for TypedDict classes ( #10565 )
2023-08-12 18:27:35 +01:00
Alex Waygood
7836c47286
Fix stubtest for tqdm ( #10560 )
2023-08-11 12:52:01 +01:00
github-actions[bot]
9647d964d0
[stubsabot] Bump tqdm to 4.66.* ( #10552 )
...
Release: https://pypi.org/pypi/tqdm/4.66.0
Repository: https://github.com/tqdm/tqdm
Diff: https://github.com/tqdm/tqdm/compare/v4.65.2...v4.66.0
Stubsabot analysis of the diff between the two releases:
- 1 public Python file has been added: `tests/tests_utils.py`.
- 0 files included in typeshed's stubs have been deleted.
- 6 files included in typeshed's stubs have been modified or renamed: `tqdm/cli.py`, `tqdm/contrib/discord.py`, `tqdm/contrib/slack.py`, `tqdm/contrib/telegram.py`, `tqdm/std.py`, `tqdm/utils.py`.
- Total lines of Python code added: 274.
- Total lines of Python code deleted: 182.
Co-authored-by: stubsabot <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-08-10 01:46:03 +01:00
github-actions[bot]
b28e166c19
[stubsabot] Bump regex to 2023.8.8 ( #10553 )
...
Release: https://pypi.org/pypi/regex/2023.8.8
Homepage: https://github.com/mrabarnett/mrab-regex
Repository: https://github.com/mrabarnett/mrab-regex
Diff: https://github.com/mrabarnett/mrab-regex/compare/2023.6.3...2023.8.8
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 15.
- Total lines of Python code deleted: 10.
2023-08-10 01:32:17 +01:00
github-actions[bot]
0b65653746
[stubsabot] Bump protobuf to 4.24.* ( #10545 )
...
Release: https://pypi.org/pypi/protobuf/4.24.0
Homepage: https://developers.google.com/protocol-buffers/
Co-authored-by: stubsabot <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-08-09 11:50:46 +01:00
Mathieu Pichette
7e497f052d
Add missing stubs in google.protobuf.message_factory module ( #10537 )
2023-08-07 05:14:35 +01:00
github-actions[bot]
e787a88f59
[stubsabot] Bump Pygments to 2.16.* ( #10536 )
...
Release: https://pypi.org/pypi/Pygments/2.16.1
Homepage: https://pygments.org
Repository: https://github.com/pygments/pygments
Changelog: https://github.com/pygments/pygments/blob/master/CHANGES
Diff: https://github.com/pygments/pygments/compare/2.15.1...2.16.1
Stubsabot analysis of the diff between the two releases:
- 12 public Python files have been added.
- 0 files included in typeshed's stubs have been deleted.
- 6 files included in typeshed's stubs have been modified or renamed: `pygments/__init__.py`, `pygments/formatters/img.py`, `pygments/lexer.py`, `pygments/sphinxext.py`, `pygments/styles/__init__.py`, `pygments/token.py`.
- Total lines of Python code added: 2942.
- Total lines of Python code deleted: 477.
Co-authored-by: stubsabot <>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-08-07 01:37:37 +01:00
Nikita Sobolev
d62cbb98f4
Remove DateTimeRange stubs ( #10525 )
2023-08-01 09:15:32 +01:00
Nikita Sobolev
474ad1c70e
Remove babel stubs ( #10524 )
2023-08-01 09:12:33 +01:00
Nikita Sobolev
fe2ebd69af
Bump paramiko to 3.3.* ( #10522 )
2023-07-31 09:07:05 +01:00
Nikita Sobolev
54201d5572
Bump google-cloud-ndb to 2.2.* ( #10521 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-07-31 09:04:36 +01:00
Alex Waygood
a079b0de6e
Update pyflakes stubs for v3.1.* ( #10518 )
2023-07-30 15:35:26 -07:00
Akuli
38dc97ba71
Complete send2trash stubs ( #10504 )
2023-07-25 13:31:17 +01:00
David Salvisberg
21cb2cb546
Adds stubs for uWSGI ( #10432 )
...
This adds stubs for the uWSGI Python API.
Similarly to GDB the Python API is only accessible within a uWSGI process, some parts of the API also only exist if certain configuration options are enabled. This makes running stubtest a bit of pain.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com >
Co-authored-by: Akuli <akuviljanen17@gmail.com >
2023-07-24 14:32:52 +03:00
Alex Waygood
7d33060e6a
Add upstream_repository to metadata for s2clientprotocol ( #10500 )
...
These stubs were added yesterday in #10372 , and I forgot that we had just added this new metadata field
2023-07-22 20:43:30 +01:00
PyHedgehog
7a00c25959
Add stubs for click-default-group ( #9304 )
...
Co-authored-by: AlexWaygood <alex.waygood@gmail.com >
Co-authored-by: Avasam <samuel.06@hotmail.com >
2023-07-22 20:21:37 +01:00
David Salvisberg
81373c1c63
Add stubs for greenlet ( #10463 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-07-22 19:23:35 +01:00
Koichi Akabe
53a8932797
Pretend _EnumTypeWrapper inherits from type ( #10203 )
...
Pretend `google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper` inherits from `type`. It doesn't really, but this makes type checkers stop complaining when you use it as a metaclass, which is the only reason the class exists.
2023-07-22 15:50:40 +01:00
Jarrett Knauer
33588c7908
Add stubs for s2clientprotocol ( #10372 )
2023-07-21 17:18:07 +01:00
Akuli
754473a30d
Add a few more upstream_repository URLs ( #10489 )
2023-07-20 17:23:19 +02:00
Sebastian Rittau
afe18e95a9
Add an upstream_repository field to METADATA.toml ( #10487 )
...
Closes : #10478
2023-07-20 16:45:41 +02:00
Nikita Sobolev
3a9b0c5790
Update caldav to 1.3.* ( #10485 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-07-20 15:14:32 +01:00
Sebastian Rittau
a04cb3b058
Add stubs for qrcode ( #10380 )
2023-07-20 14:36:20 +02:00
Oleg Höfling
4f56889f23
Add stubs for pluggy==1.2.0 ( #10473 )
...
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com >
Signed-off-by: Oleg Hoefling <oleg.hoefling@gmail.com >
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com >
2023-07-20 12:50:25 +01:00
Nikita Sobolev
032f9195f9
Add a more precise signature for AsyncMock.reset_mock() ( #10481 )
2023-07-19 13:25:20 +01:00
Nikita Sobolev
9e7477d986
Update mock to 5.1.* ( #10472 )
2023-07-19 13:01:01 +01:00
Nikita Sobolev
8da4739042
Update python-crontab to 3.0.* ( #10475 )
2023-07-19 13:50:33 +02:00
Avasam
61914253a0
Type openpyxl functions module and its usages ( #10322 )
2023-07-19 13:29:31 +02:00
github-actions[bot]
b9d45f2700
[stubsabot] Bump tree-sitter-languages to 1.7.* ( #10474 )
...
Release: https://pypi.org/pypi/tree-sitter-languages/1.7.0
Homepage: https://github.com/grantjenks/py-tree-sitter-languages
Diff: https://github.com/grantjenks/py-tree-sitter-languages/compare/v1.6.1...v1.7.0
Stubsabot analysis of the diff between the two releases:
- 0 public Python files have been added.
- 0 files included in typeshed's stubs have been deleted.
- 1 file included in typeshed's stubs has been modified or renamed: `tree_sitter_languages/__init__.py`.
- Total lines of Python code added: 3.
- Total lines of Python code deleted: 1.
2023-07-19 01:24:18 +01:00
Alex Waygood
47fc836259
Add stubs for pkg_resources._vendor.packaging ( #10423 )
2023-07-15 13:56:21 -07:00
anniel-stripe
a83e55990c
[stripe] Add type for PaymentLink ( #10461 )
2023-07-15 11:11:35 +01:00
Sebastian Rittau
1925730585
[jsonschema] Use Incomplete instead of Any ( #10451 )
...
Replace `Any` with `Incomplete`
2023-07-13 13:34:24 +01:00
David Robertson
338e067ec4
Pillow: mark MAX_IMAGE_PIXELS as non-final ( #10445 )
2023-07-12 15:11:48 +01:00
github-actions[bot]
0ab25cbf67
[stubsabot] Bump braintree to 4.21.* ( #10433 )
...
Release: https://pypi.org/pypi/braintree/4.21.0
Homepage: https://developer.paypal.com/braintree/docs/reference/overview
2023-07-11 07:50:34 +01:00
github-actions[bot]
d0573dfc44
[stubsabot] Bump flake8-bugbear to 23.7.10 ( #10434 )
...
Release: https://pypi.org/pypi/flake8-bugbear/23.7.10
Homepage: https://github.com/PyCQA/flake8-bugbear
Changelog: https://github.com/PyCQA/flake8-bugbear#change-log
Diff: https://github.com/PyCQA/flake8-bugbear/compare/23.6.5...23.7.10
Stubsabot analysis of the diff between the two releases:
- 1 public Python file has been added: `tests/b034.py`.
- 0 files included in typeshed's stubs have been deleted.
- 1 file included in typeshed's stubs has been modified or renamed: `bugbear.py`.
- Total lines of Python code added: 230.
- Total lines of Python code deleted: 91.
2023-07-11 07:49:46 +01:00
Nikita Sobolev
e7ba0327e1
Remove SQLAlchemy stubs ( #10389 )
...
Co-authored-by: AlexWaygood <alex.waygood@gmail.com >
2023-07-08 10:24:59 +01:00
Shantanu
507e714b9e
contextvars: rm -rf ( #10420 )
2023-07-07 11:26:07 -07:00
Shantanu
5ad520e27b
Mark contextvars stubs as no longer updated ( #10419 )
2023-07-07 00:16:56 -07:00
Sergio
5bd3cf3b9e
Stripe: add shipping_rate to __init__.py ( #10416 )
2023-07-06 22:00:11 +01:00
Sergio
4242eadc1e
stripe: add shipping_rate type ( #10323 )
...
* add shipping_rate type
* remove redundant method
2023-07-06 15:10:14 +01:00
Sebastian Rittau
f96505474d
Bump Pillow to 10.0.* ( #10411 )
2023-07-06 15:05:38 +01:00
Sebastian Rittau
edff8874da
[Pillow] Replace Any with Incomplete ( #10409 )
2023-07-06 14:48:50 +01:00
Sebastian Rittau
1e6b8a9b88
[Pillow] Update TiffImagePlugin for Python 3.11 ( #10399 )
...
Also type the methods forwarded from Fraction and replace
`Any` with `Incomplete`.
2023-07-06 15:34:49 +02:00
Alex Waygood
b3e60dc447
Remove stubs for typed-ast ( #10415 )
2023-07-06 01:02:01 -07:00
Alex Waygood
597810e46e
Mark types-typed-ast as no longer updated ( #10410 )
2023-07-05 10:08:10 -07:00
John Villalovos
65a6a195f2
Pillow: Add tuple[int, int] to _Color TypeAlias ( #10407 )
2023-07-05 11:31:30 +03:00
Damien Couppé
fc7d4722ea
Redis: Add missing types for id in xadd ( #10403 )
2023-07-04 14:03:02 +02:00
Shantanu
614aa1a2ba
Bring back a few setuptools._distutils files ( #10401 )
2023-07-04 12:11:37 +02:00
Nikita Sobolev
3d352e85e5
Use proper return types for __await__ methods in redis.asyncio.client ( #10379 )
2023-07-01 18:40:40 +01:00