Commit Graph

1463 Commits

Author SHA1 Message Date
Alex Waygood
2279886964 Style: prefer type[Foo | Bar] over type[Foo] | type[Bar] (#10039) 2023-04-13 11:34:53 +02:00
ankm20
084f555793 [cffi] dlopen(None) works when platform != win32 (#10042) 2023-04-13 11:28:21 +02:00
Alex Waygood
308a36bf5c Delete allowlist for croniter (#10041)
Fixes #10040
2023-04-12 17:37:13 -07:00
Sebastian Rittau
8f17863f0c [pyOpenSSL] Fix return type of SSLeay_version (#10037)
Closes: #10024
2023-04-12 15:01:30 +01:00
Daniel Bergamin
be4f64cc4f [ujson] Update stubs with new features (#10035) 2023-04-12 15:47:37 +02:00
github-actions[bot]
96a5a835a2 [stubsabot] Bump pyinstaller to 5.10.* (#10034) 2023-04-12 09:05:40 +02:00
github-actions[bot]
266f9a81b1 [stubsabot] Bump Pygments to 2.15.* (#10030)
Release: https://pypi.org/pypi/Pygments/2.15.0
Homepage: https://pygments.org
Changelog: https://github.com/pygments/pygments/blob/master/CHANGES
Diff: https://github.com/pygments/pygments/compare/2.14.0...2.15.0

Stubsabot analysis of the diff between the two releases:
 - 3 public Python files have been added: `pygments/lexers/carbon.py`, `pygments/lexers/dax.py`, `pygments/lexers/wgsl.py`.
 - 0 files included in typeshed's stubs have been deleted.
 - 28 files included in typeshed's stubs have been modified or renamed.
 - Total lines of Python code added: 2582.
 - Total lines of Python code deleted: 502.
2023-04-11 02:32:41 +01:00
Nikita Sobolev
02b8f77630 Update croniter to 1.3.10 (#10027)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-04-09 16:03:33 +01:00
Nikita Sobolev
3102875bce bs4: update for 4.12.2 (#10026)
Release: https://pypi.org/project/beautifulsoup4/4.12.2/
2023-04-09 15:49:29 +01:00
github-actions[bot]
49815eac25 [stubsabot] Bump braintree to 4.19.* (#10017)
Release: https://pypi.org/pypi/braintree/4.19.0
Homepage: https://developer.paypal.com/braintree/docs/reference/overview
2023-04-07 06:51:59 +01:00
Shantanu
1c0500a570 bs4: update for 4.12.1 (#10015) 2023-04-06 08:05:21 +01:00
ankm20
e7a0f71790 cffi: fix FFI.string signature (#10012)
Keeps _cffi_backend.pyi consistent with api.pyi
2023-04-05 17:34:28 -07:00
Alex Waygood
60939b00af Various improvements to non-generated protobuf stubs (#10010) 2023-04-04 13:44:58 +01:00
Alex Waygood
755e2bda7e google-cloud-ndb, paramiko, setuptools: remove unnecessary = ...s (#10011) 2023-04-04 13:40:16 +01:00
Alex Waygood
fe67f034f2 Various improvements to dateutil.rrule stubs (#10009) 2023-04-04 13:33:54 +01:00
Alex Waygood
fe9eb630ee Various improvements to Markdown stubs (#10008) 2023-04-04 12:56:03 +01:00
github-actions[bot]
8949dd62fa Update aws-xray-sdk to 2.12.* (#10005)
Release: https://pypi.org/pypi/aws-xray-sdk/2.12.0
Homepage: https://github.com/aws/aws-xray-sdk-python
Diff: https://github.com/aws/aws-xray-sdk-python/compare/2.11.0...2.12.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.
 - 5 files included in typeshed's stubs have been modified or renamed: `aws_xray_sdk/core/async_recorder.py`, `aws_xray_sdk/core/context.py`, `aws_xray_sdk/core/patcher.py`, `aws_xray_sdk/core/recorder.py`, `aws_xray_sdk/version.py`.
 - Total lines of Python code added: 148.
 - Total lines of Python code deleted: 132.

Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
2023-04-04 12:10:07 +01:00
spatinom
f828ce63e8 Fix return type of protobuf.ScalarMap.get() (#9996) 2023-04-03 11:50:34 +02:00
Alex Waygood
6fd245d890 Remove stubs for D3DShot (#9995) 2023-04-01 16:14:25 +02:00
Nikita Sobolev
6a37fb050a Mark types-D3DShot as no longer updated (#8929)
`D3DShot` is an archived repo

Link: https://github.com/SerpentAI/D3DShot
2023-04-01 10:41:14 +01:00
Nikita Sobolev
6f9f13d781 Remove stubs for termcolor (#9986) 2023-04-01 10:39:45 +01:00
Nikita Sobolev
4b04bf49bb Remove stubs for prettytable (#9988) 2023-04-01 10:39:17 +01:00
github-actions[bot]
34018d6a2c [stubsabot] Bump flake8-simplify to 0.20.* (#9993)
Release: https://pypi.org/pypi/flake8-simplify/0.20.0
Homepage: https://github.com/MartinThoma/flake8-simplify
2023-03-31 01:19:29 +01:00
github-actions[bot]
a06bf1fe1d Bump dj-database-url to 1.3.* (#9975)
Release: https://pypi.org/pypi/dj-database-url/1.3.0
Homepage: https://github.com/jazzband/dj-database-url
Diff: https://github.com/jazzband/dj-database-url/compare/v1.2.0...v1.3.0

Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
2023-03-30 19:23:44 +01:00
Alex Waygood
47ce3cb8db Xlib: Use bool for parameters where the default is False (#9990) 2023-03-30 15:05:22 +01:00
Nikita Sobolev
2dd5e0462c Remove xxhash (#9985) 2023-03-30 13:57:07 +02:00
github-actions[bot]
6f3e568cec [stubsabot] Bump pytz to 2023.3 (#9984) 2023-03-30 09:18:06 +02:00
Alex Waygood
ff3b558fb3 colorama.winterm: ClassVar -> Final for WinColor and WinStyle (#9983) 2023-03-30 00:14:53 +02:00
Riley Flynn
509ba05c27 [redis] Add CredentialProvider types to __init__.pyi (#9982) 2023-03-30 00:13:27 +02:00
Raphaël Vinot
51cef77ac5 [redis] Fix type of connection_class in ConnectionPool (#9981)
Update stubs to 4.5.4
2023-03-29 22:16:18 +02:00
Alex Waygood
ed915c5cde Remove unnecessary = ...s; bump pyright test dependency to 1.1.301 (#9972) 2023-03-29 13:52:43 +02:00
Sebastian Rittau
027460f11a Remove unnecessary ellipsis expressions (#9976)
Ignore flake8 F821 warnings in stub files
2023-03-29 13:28:06 +02:00
Alex Waygood
8df767f163 Add default values to pika.spec (#9973) 2023-03-29 11:46:53 +02:00
Avasam
d00bc529fa Fix a default in pycurl and update apt_dependencies (#9961)
Fix 1 default and update apt dependencies
2023-03-28 20:02:36 -07:00
Akuli
87c1b949cd Delete some unnecessary type aliases in tkinter (#9970) 2023-03-28 20:37:29 +03:00
Alex Waygood
ccc4b7a034 Add defaults to third-party stubs U-Z (#9971) 2023-03-28 19:33:38 +02:00
Avery Fischer (biggerfisch)
6b485a8823 Add retry parameters to redis.client.from_url (#9969) 2023-03-28 13:45:54 +02:00
Alex Waygood
b69b17c3d8 Add defaults for third-party stubs Q-T (#9959) 2023-03-28 13:16:31 +02:00
Avasam
72456da2a3 Add default values for termcolor (#9963) 2023-03-27 22:56:59 +01:00
Avasam
4090282da3 Add default values to JACK-Client (#9964) 2023-03-27 22:55:32 +01:00
Avasam
a31a7bc030 Ran stubdefaulter for hdbcli (#9962) 2023-03-27 14:54:53 -07:00
Avasam
24db0692c6 Add more default values to python-xlib (#9960) 2023-03-27 19:47:55 +01:00
Alex Waygood
6fd7e36e80 Add default values for third-party stubs beginning with 'P' (#9957) 2023-03-27 18:58:53 +01:00
Alex Waygood
bb7c376142 Add defaults for third-party stubs M-O (#9956) 2023-03-27 19:20:30 +02:00
Alex Waygood
af884b236b Add defaults for third-party stubs I-L (#9955) 2023-03-27 19:19:55 +02:00
Alex Waygood
1cd3ae8e30 Add defaults for third-party stubs E-H (#9954) 2023-03-27 17:09:01 +01:00
Jean Hominal
0c0a58f36d contextvars: widen return value of ContextVar.get(default) (#9953) 2023-03-27 18:00:54 +02:00
Alex Waygood
b9fedd20ce Add defaults for third-party stubs A-D (#9952) 2023-03-27 16:49:58 +01:00
Francesc Elies
ce5f02fcdc [cffi] add some return types (#9949) 2023-03-27 16:15:47 +02:00
Avasam
ccbe46173e Ran stubdefaulter for stubs/openpyxl (#9946) 2023-03-26 21:28:07 +01:00