Commit Graph

1393 Commits

Author SHA1 Message Date
github-actions[bot]
ffa4999e31 [stubsabot] Bump httplib2 to 0.22.* (#9916)
Release: https://pypi.org/pypi/httplib2/0.22.0
Homepage: https://github.com/httplib2/httplib2
Diff: https://github.com/httplib2/httplib2/compare/v0.21.0...v0.22.0

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 21.
 - Total lines of Python code deleted: 5.
2023-03-22 00:14:37 +00:00
Sebastian Rittau
104cdf9d0d [redis] Update stubs to 4.5.2 (#9912) 2023-03-21 20:26:41 +00:00
github-actions[bot]
151159709d [stubsabot] Bump beautifulsoup4 to 4.12.* (#9910)
Release: https://pypi.org/pypi/beautifulsoup4/4.12.0
Homepage: https://www.crummy.com/software/BeautifulSoup/bs4/
2023-03-21 00:26:02 +00:00
github-actions[bot]
8080e491d2 [stubsabot] Bump tzlocal to 4.3 (#9903)
Release: https://pypi.org/pypi/tzlocal/4.3
Diff: https://github.com/regebro/tzlocal/compare/4.2...4.3

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.
 - 2 files included in typeshed's stubs have been modified or renamed: `tzlocal/utils.py`, `tzlocal/windows_tz.py`.
 - Total lines of Python code added: 67.
 - Total lines of Python code deleted: 41.
2023-03-19 07:44:32 +00:00
Alex Waygood
ca55889329 distutils/setuptools: Don't use wildcards for allowlist entries (#9900) 2023-03-17 14:05:12 -07:00
Henry Schreiner
2d990ee2f7 Fill out more annotations for distutils & setuptools dist (#9895)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-03-17 18:48:24 +00:00
Henry Schreiner
629f12e9a1 [setuptools] Fully annotate Extension.__init__ (#9899)
Add defaults to distutils.Extension.__init__
2023-03-17 16:44:51 +01:00
Clément Pinard
557554f1d6 [pycocotools] Fix COCOeval.eval and Params.areaRng (#9897)
* Rename `_EvaluationResult` to `_ImageEvaluationResult`
* Add new `_EvaluationResult`
* Fix type of `COCOeval.eval`
* Correct Params.areaRng which is in fact a list of pairs
2023-03-17 14:02:19 +01:00
Henry Schreiner
3a82796d1e [distutils] Add generated methods to Distribution (#9896) 2023-03-17 12:14:36 +01:00
Henry Schreiner
bcff9cd51f distutils.command.build_ext: add more annotations to get_ext_* methods (#9894)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2023-03-16 20:29:11 +00:00
Henry Schreiner
ed1fd8fc35 Add missing distribution attribute to distutils.cmd.Command (#9893)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
2023-03-16 20:21:23 +00:00
Henry Schreiner
eb3f8f3307 Add remaining types to setuptools.build_meta (#9890)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-03-16 17:01:39 +00:00
Sebastian Rittau
a544b75320 [SQLAlchemy] Annotate row classes (#9568)
Co-authored-by: Avasam <samuel.06@hotmail.com>
2023-03-15 00:57:54 -07:00
Mehdi Drissi
1d15121f1d Tensorflow protobuf stubs (#9873)
Co-authored-by: Mehdi Drissi <mdrissi@snapchat.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-03-15 00:51:16 -07:00
Sebastian Rittau
8877c12cdf [openpyxl] Update to 3.1, add more annotations (#9875)
Closes: #9644
2023-03-15 00:50:16 -07:00
Alex Waygood
c9fa41683a Remove stubs for appdirs and backports.ssl-match-hostname (#9884) 2023-03-14 09:17:55 -07:00
Alex Waygood
7e0b9b44de Fix typos in extra_description fields (#9883) 2023-03-14 08:15:15 -07:00
Alex Waygood
388da6a60b Mark stubs for backports.ssl_match_hostname as no longer updated (#9882)
See #9843 for discussion
2023-03-14 07:24:35 -07:00
github-actions[bot]
6d2d91c8f9 [stubsabot] Bump pyinstaller to 5.9.* (#9880)
Release: https://pypi.org/pypi/pyinstaller/5.9.0
Homepage: https://www.pyinstaller.org/
Diff: https://github.com/pyinstaller/pyinstaller/compare/v5.8.0...v5.9.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.
 - 3 files included in typeshed's stubs have been modified or renamed: `PyInstaller/__init__.py`, `PyInstaller/building/build_main.py`, `PyInstaller/isolated/_parent.py`.
 - Total lines of Python code added: 28.
 - Total lines of Python code deleted: 59.
2023-03-14 00:18:35 +00:00
Alex Waygood
ad9c7c1d0c Mark types-appdirs as no longer updated (#9877) 2023-03-13 16:36:44 +01:00
Jakob Stadler
843b49e96a appdirs: improve annotation for appauthor argument (#9876)
Fix: Missing annotation for appauthor argument

According to the appdirs doc string and code [1], the appauthor argument in all functions supports False as argument value to skip insertion of author directories.

[1] https://github.com/ActiveState/appdirs/blob/master/appdirs.py#L52
2023-03-13 14:43:41 +00:00
github-actions[bot]
978d885d0b [stubsabot] Bump flake8-bugbear to 23.3.12 (#9872)
Release: https://pypi.org/pypi/flake8-bugbear/23.3.12
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.2.13...23.3.12

Co-authored-by: stubsabot <>
2023-03-12 19:09:06 -07:00
Alex Waygood
62a833c50f typed_ast: Add missing field to typed_ast.ast3.TypeIgnore (#9868)
```pycon
>>> import typed_ast.ast3 as ast3
>>> x = ast3.parse('def foo(): ... # type: ignore[attr-defined]')
>>> ast3.dump(x)
"Module(body=[FunctionDef(name='foo', args=arguments(args=[], vararg=None, kwonlyargs=[], kw_defaults=[], kwarg=None, defaults=[]), body=[Expr(value=Ellipsis())], decorator_list=[], returns=None, type_comment=None)], type_ignores=[TypeIgnore(lineno=1, tag='[attr-defined]')])"
```
2023-03-11 11:15:12 -08:00
Károly Szabó
8705cade74 Add missing properties for redis.lock.Lock (#9867) 2023-03-11 13:51:33 +00:00
Malthe Jørgensen
9d6ae8a222 [oauthlib] Add types in oauth1/rfc5849/request_validator.pyi (#9844)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-03-11 13:48:07 +00:00
Mehdi Drissi
390058eb39 Update aiofiles for v23.1.* (#9711)
Co-authored-by: Mehdi Drissi <mdrissi@snapchat.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-03-09 17:25:03 +00:00
Mehdi Drissi
a47dd76af8 Tensorflow keras layer (#9707)
Co-authored-by: Mehdi Drissi <mdrissi@snapchat.com>
2023-03-09 06:36:53 -08:00
Benjamin Parzella
2fe634f01c [pywin32] win32gui.FindWindowEx parameters __ClassName and __WindowName are optional (#9859) 2023-03-09 13:56:20 +01:00
Oleh Mazur
8ff3278ef7 parsimonious: Update return types of NodeVisitor's methods (#9564) 2023-03-08 22:05:34 -08:00
Ali Hamdan
f8add366d5 pyserial: Fix read and write methods (#9825) 2023-03-08 21:11:26 -08:00
github-actions[bot]
4b9c1b9ed3 [stubsabot] Bump setuptools to 67.6.* (#9858)
Release: https://pypi.org/pypi/setuptools/67.6.0
Homepage: https://github.com/pypa/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v67.5.1...v67.6.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: `setuptools/wheel.py`.
 - Total lines of Python code added: 38.
 - Total lines of Python code deleted: 19.
2023-03-09 00:19:39 +00:00
Károly Szabó
604d39c583 Replace object | None with object (#9857)
All types, including `None`, are a subtype of `object`, so `None` is redundant in the union `object | None`.
2023-03-08 19:59:47 +00:00
Nathan Walters
28b90d9bfd Pygments: fix get_style_by_name return type (#9803) 2023-03-08 11:45:47 +02:00
Jelle Zijlstra
bff9d7a7df psutil: sconn.pid can be None (#9853)
Found out about this the hard way.

The code path that allows None is here: 2da9950223/psutil/_pslinux.py (L923)
2023-03-07 22:07:54 +00:00
Alex Waygood
4118b5fc6e Update console-menu stubs for v0.8 (#9845) 2023-03-06 18:25:37 +01:00
Avasam
635493a8f6 Update pkg_resources-stubs for use in pytype_test (#9747)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-03-05 16:24:57 -08:00
github-actions[bot]
aadd0d2eff [stubsabot] Bump setuptools to 67.5.* (#9841)
Release: https://pypi.org/pypi/setuptools/67.5.0
Homepage: https://github.com/pypa/setuptools
Changelog: https://setuptools.pypa.io/en/stable/history.html
Diff: https://github.com/pypa/setuptools/compare/v67.4.0...v67.5.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: `pkg_resources/__init__.py`.
 - Total lines of Python code added: 28.
 - Total lines of Python code deleted: 23.
2023-03-06 00:24:30 +00:00
Alex Waygood
9472dc10b9 Update tqdm stubs to 4.65.* (#9840) 2023-03-04 10:06:40 -08:00
Shantanu
4b755c7034 docopt: add exception types (#9839) 2023-03-04 08:36:16 +00:00
Denys Zhak
45f0a5e7e4 Add rrule.__iter__ return type (#9828) 2023-03-01 18:07:34 +01:00
Jonah Lawrence
8aedbda4cd babel: Mark babel as obsolete since 2.12.1 (#9832) 2023-02-28 16:50:55 +00:00
Alex Waygood
904407f8e4 Revert "babel: Mark babel as obsolete since 2.12.0" (#9831)
Revert "babel: Mark babel as obsolete since 2.12.0 (#9830)"

This reverts commit 68f78efe31.
2023-02-28 12:53:40 +01:00
Jonah Lawrence
68f78efe31 babel: Mark babel as obsolete since 2.12.0 (#9830) 2023-02-28 10:36:11 +01:00
github-actions[bot]
05b294e911 Update peewee stubs to v3.16 (#9827)
Bump peewee to 3.16.*

Release: https://pypi.org/pypi/peewee/3.16.0
Homepage: https://github.com/coleifer/peewee/
Diff: https://github.com/coleifer/peewee/compare/3.15.4...3.16.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: `peewee.py`.
 - Total lines of Python code added: 120.
 - Total lines of Python code deleted: 90.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-02-28 00:46:57 +00:00
Avasam
21c9ac5df6 Enable running stubtest on more of types-pika (#9826)
Make aliases for non-imported dependency private
2023-02-28 00:41:31 +00:00
Denys Zhak
0cd5bf0921 Update protobuf for v4.22 (#9824) 2023-02-27 23:50:46 +00:00
Andy Freeland
f53d0737f2 invoke: Update Context.cd() to accept a pathlib.Path or a string (#9823) 2023-02-27 18:11:48 +00:00
Denys Zhak
6b98f7307b [stripe] Add Session.expire() (#9814) 2023-02-27 14:13:49 +01:00
Sebastian Rittau
05453b0c0a Update caldav to 1.2 (#9821)
Also add a few default values and replace some instances of Any with
Incomplete.
2023-02-27 13:42:33 +01:00
Alex Waygood
9b63a49f64 Re-export dateutil._common.weekday from dateutil.relativedelta (#9819) 2023-02-27 12:03:18 +00:00