Tim Van Baak
506eceb2ee
Fix incorrect default value for callback ( #13678 )
2025-03-20 09:19:06 +01:00
Avasam
45e9a79e26
Bump pywin32 to 310.* ( #13667 )
2025-03-18 20:31:50 +01:00
Sebastian Rittau
dbe6cb5cfb
Mark humanfriendly as no longer updated ( #13665 )
...
Cf. #13662
2025-03-18 13:51:32 +01:00
Sebastian Rittau
414e6d2150
[CI] Run stubtest with Python 3.13 ( #13638 )
2025-03-18 13:36:15 +01:00
Sebastian Rittau
e571017a6f
[cffi] Fix a few argument types for C code ( #13661 )
...
* CLibrary.close_lib() doesn't take any arguments.
* FFI.typeof() only takes positional arguments.
2025-03-18 12:53:31 +01:00
Abdrakhman
bb244d35ea
[networkx] Fix a few annotations in AtlasView and Graph ( #13656 )
2025-03-18 12:35:50 +01:00
Sebastian Rittau
ec5246b359
[WebOb] Add cgi_FieldStorage.make_file on Python 3.13+ ( #13654 )
2025-03-18 12:05:59 +01:00
Sebastian Rittau
e90c6f11dc
[cffi] Bump to 1.17.* ( #13653 )
2025-03-18 12:05:23 +01:00
Sebastian Rittau
b93eae52af
Fix various argument of extension modules ( #13651 )
...
* Mark various positional-only arguments: These are all positional-only
arguments in C code using the `METH_O` flag.
* Remove various `*args, **kwargs` arguments that are using the
`METH_NOARGS` flag in C.
2025-03-18 02:22:34 +01:00
Sebastian Rittau
089bbcb39e
Make BaseTzInfo inherited methods pos-only ( #13650 )
...
These methods are already positional-only in `datetime.tzinfo`. Leaving
them pos-or-kw fail stubtest when running with Python 3.13.
2025-03-17 17:16:36 -07:00
Sebastian Rittau
f0d9b4e056
[passlib] Fix for Python 3.13 ( #13649 )
...
`passlib.hosts.host_context` is not present on Python 3.13.
2025-03-17 17:14:52 -07:00
Sebastian Rittau
d6373d9d4e
[greenlet] Fix for Python 3.13 ( #13648 )
...
`get_tstate_trash_delete_nesting()` is not available
on Python 3.13.
2025-03-17 17:14:45 -07:00
Sebastian Rittau
e3c9eb8404
[cffi] Update repository URL ( #13652 )
2025-03-17 23:52:02 +01:00
Sebastian Rittau
90cef37593
[pynput] Update to 1.8.1 ( #13647 )
2025-03-17 20:10:21 +01:00
Sebastian Rittau
5cd606b5ed
[fpdf2] Make fpdf.fonts.Glyph a dataclass ( #13645 )
2025-03-17 19:27:17 +01:00
aldonadi
d573034361
RPi.GPIO: Fix typo in name of ChangeFrequency method ( #13634 )
2025-03-16 22:26:26 -07:00
Sebastian Rittau
02aee8dc68
[google-cloud-ndb] Remove unncessary stubtest requirements ( #13631 )
2025-03-16 15:33:55 +01:00
Ageev Maxim
cdfb10c340
[protobuf] Add missing properties for class FieldDescriptor ( #13625 )
2025-03-14 21:24:14 +01:00
Avasam
f6e99d20b5
Bump setuptools to 76.0.0 ( #13614 )
2025-03-12 13:25:47 +01:00
Kyllian Broers
1a9eef437a
[networkx] Fix argument type of node_connected_component ( #13612 )
2025-03-11 11:52:29 +01:00
github-actions[bot]
041580d6d6
[stubsabot] Bump ibm-db to 3.2.6 ( #13610 )
2025-03-10 06:41:10 +01:00
Avasam
c68ecd75f5
Bump pywin32 to 309 ( #13607 )
2025-03-10 06:34:42 +01:00
Daksh2000
59717f4d0a
Fix override issue in GeoDataFrame.astype return type ( #13606 )
2025-03-09 14:25:56 +01:00
Danny Yang
01ed309ff1
Update pycurl to 7.45.6 ( #13600 )
2025-03-07 20:40:31 -08:00
Sebastian Rittau
b4c656a6f7
Remove LD_LIBRARY_PATH before running gdb ( #13594 )
...
Suggestion by @peace-maker
2025-03-08 00:09:47 +01:00
Sabfo
a91c147f80
PyInstaller: Complete types in splash.pyi ( #13568 )
...
---------
Co-authored-by: Avasam <samuel.06@hotmail.com >
2025-03-07 16:32:22 -05:00
sobolevn
0b6e42c59c
Bump braintree to 4.34.* ( #13592 )
2025-03-07 11:33:42 +01:00
Joakim Soderlund
a1c28f71da
Mark database parameters in Peewee as optional ( #13442 )
...
Peewee injects database arguments using a decorator whenever a model
or query has a bound connection. Passing the argument is therefore not
required, even for some function parameters without default values.
2025-03-07 11:30:50 +01:00
Kanishk Pachauri
2f8de52edf
Fix parameter type annotations in _cffi_backend stub. ( #13590 )
2025-03-06 19:03:01 +01:00
github-actions[bot]
6cecf191a3
[stubsabot] Bump fanstatic to 1.5.* ( #13586 )
2025-03-06 10:46:48 +01:00
Kanishk Pachauri
91a90ed1d9
Fix: OAuth1 type hints to include realm parameter ( #13579 )
2025-03-05 20:54:47 +01:00
sobolevn
3ac6c388c6
Update tools versions in stubtest workflow ( #13582 )
2025-03-05 14:24:56 +01:00
sobolevn
e951ca9760
Bump pynput to 1.8.* ( #13583 )
2025-03-05 12:00:36 +01:00
sobolevn
8a21b854fa
Bump mock to 5.2.* ( #13581 )
2025-03-05 08:57:35 +01:00
github-actions[bot]
94be358199
[stubsabot] Bump zstd to 1.5.6.6 ( #13584 )
...
Release: https://pypi.org/pypi/zstd/1.5.6.6
Homepage: https://github.com/sergey-dryabzhinsky/python-zstd
Repository: https://github.com/sergey-dryabzhinsky/python-zstd
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/zstd
Diff: https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.6.5...v1.5.6.6
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 12.
- Total lines of Python code deleted: 11.
If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR
Note that you will need to close and re-open the PR in order to trigger CI
Co-authored-by: stubsabot <>
2025-03-05 07:42:04 +01:00
Avasam
63e6ea8821
Enable Ruff PLE (Pylint Error) ( #13305 )
2025-03-04 12:11:32 +01:00
Avasam
641ca188ef
Remove setuptools/pkg_resources ( #13369 )
2025-03-04 12:11:10 +01:00
bzoracler
a3a17b0f0e
Add stubs for watchpoints ( #13248 )
2025-03-03 15:17:40 -08:00
Avasam
6f98c59f93
Enable Ruff PLR (Pylint Refactor) ( #13307 )
2025-03-03 18:03:34 +01:00
iconchris
336140b117
Add edges() override in MultiGraph to support the "keys" argument ( #13567 )
2025-03-03 16:03:41 +01:00
github-actions[bot]
f1d09e3db6
[stubsabot] Bump zstd to 1.5.6.5 ( #13569 )
2025-03-03 15:50:07 +01:00
Avasam
cc206f760d
Drop flake8-noqa and remove workarounds to work with Ruff ( #13571 )
2025-03-03 15:48:59 +01:00
Avasam
6d6e858e63
Enable Ruff PLC (Pylint Convention) ( #13306 )
2025-03-03 15:39:40 +01:00
Christoph Reiter
738cc5046a
[Deprecated]: fix missing extra_stacklevel kwarg for deprecated() ( #13573 )
2025-03-03 15:35:43 +01:00
github-actions[bot]
e6165eadd6
[stubsabot] Bump pynput to 1.7.8 ( #13565 )
2025-03-01 01:31:26 +01:00
Sebastian Rittau
0b13c1deb6
[setuptools] Update to 75.8.2 ( #13563 )
2025-02-28 14:42:05 -08:00
Sebastian Rittau
bc4473db04
Fix conflicting imports ( #13561 )
2025-02-28 19:20:35 +01:00
Hoël Bagard
20aef1d78f
tensorflow: Change Tensor.__bool__ return from NoReturn to bool (#13562 )
2025-02-28 19:20:14 +01:00
Avasam
cadaaadfcb
Fix pyinstaller.utils.hooks.collect_entry_point return type ( #13111 )
2025-02-28 13:23:11 +01:00
Toshiki Kataoka
4d8812c64f
fix yield type of tqdm.as_completed ( #13557 )
2025-02-28 10:52:08 +01:00