types-PyMySQL 1.2.0.20260724__tar.gz → 1.2.0.20260807__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/CHANGELOG.md +4 -0
- {types_pymysql-1.2.0.20260724/types_PyMySQL.egg-info → types_pymysql-1.2.0.20260807}/PKG-INFO +3 -2
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/README.md +2 -1
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/cursors.pyi +2 -2
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pyproject.toml +5 -2
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807/types_PyMySQL.egg-info}/PKG-INFO +3 -2
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/LICENSE +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/MANIFEST.in +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/METADATA.toml +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/__init__.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/_auth.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/charset.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/connections.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/CLIENT.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/COMMAND.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/CR.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/ER.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/FIELD_TYPE.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/FLAG.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/SERVER_STATUS.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/__init__.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/converters.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/err.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/optionfile.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/protocol.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/py.typed +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/times.pyi +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/setup.cfg +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/types_PyMySQL.egg-info/SOURCES.txt +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/types_PyMySQL.egg-info/dependency_links.txt +0 -0
- {types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/types_PyMySQL.egg-info/top_level.txt +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [1.2.0.20260807](https://pypi.org/project/types-PyMySQL/1.2.0.20260807/) (2026-08-07)
|
|
2
|
+
|
|
3
|
+
* Run Pyrefly on typeshed stubs in CI ([#16155](https://github.com/python/typeshed/pull/16155))
|
|
4
|
+
|
|
1
5
|
## [1.2.0.20260724](https://pypi.org/project/types-PyMySQL/1.2.0.20260724/) (2026-07-24)
|
|
2
6
|
|
|
3
7
|
* Replace `NoReturn` with `Never` ([#16079](https://github.com/python/typeshed/pull/16079))
|
{types_pymysql-1.2.0.20260724/types_PyMySQL.egg-info → types_pymysql-1.2.0.20260807}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-PyMySQL
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.20260807
|
|
4
4
|
Summary: Typing stubs for PyMySQL
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/python/typeshed
|
|
@@ -33,6 +33,7 @@ directory.
|
|
|
33
33
|
This package was tested with the following type checkers:
|
|
34
34
|
* [mypy](https://github.com/python/mypy/) 2.3.0
|
|
35
35
|
* [pyright](https://github.com/microsoft/pyright) 1.1.411
|
|
36
|
+
* [ty](https://docs.astral.sh/ty/) 0.0.59
|
|
36
37
|
|
|
37
38
|
It was generated from typeshed commit
|
|
38
|
-
[`
|
|
39
|
+
[`e0efbeef901e9b6998d016e1ab9352678f09ae77`](https://github.com/python/typeshed/commit/e0efbeef901e9b6998d016e1ab9352678f09ae77).
|
|
@@ -16,6 +16,7 @@ directory.
|
|
|
16
16
|
This package was tested with the following type checkers:
|
|
17
17
|
* [mypy](https://github.com/python/mypy/) 2.3.0
|
|
18
18
|
* [pyright](https://github.com/microsoft/pyright) 1.1.411
|
|
19
|
+
* [ty](https://docs.astral.sh/ty/) 0.0.59
|
|
19
20
|
|
|
20
21
|
It was generated from typeshed commit
|
|
21
|
-
[`
|
|
22
|
+
[`e0efbeef901e9b6998d016e1ab9352678f09ae77`](https://github.com/python/typeshed/commit/e0efbeef901e9b6998d016e1ab9352678f09ae77).
|
|
@@ -51,8 +51,8 @@ class SSCursor(Cursor):
|
|
|
51
51
|
def fetchall_unbuffered(self) -> Iterator[tuple[Any, ...]]: ...
|
|
52
52
|
def scroll(self, value: int, mode: str = "relative") -> None: ...
|
|
53
53
|
|
|
54
|
-
class DictCursor(DictCursorMixin, Cursor): ... # type: ignore[misc]
|
|
54
|
+
class DictCursor(DictCursorMixin, Cursor): ... # type: ignore[misc] # pyrefly: ignore [inconsistent-inheritance]
|
|
55
55
|
|
|
56
|
-
class SSDictCursor(DictCursorMixin, SSCursor): # type: ignore[misc]
|
|
56
|
+
class SSDictCursor(DictCursorMixin, SSCursor): # type: ignore[misc] # pyrefly: ignore [inconsistent-inheritance]
|
|
57
57
|
def fetchall_unbuffered(self) -> Iterator[dict[str, Any]]: ... # type: ignore[override]
|
|
58
58
|
def read_next(self) -> dict[str, Any] | None: ... # type: ignore[override]
|
|
@@ -4,7 +4,7 @@ requires = ["setuptools>=82.0.1"]
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-PyMySQL"
|
|
7
|
-
version = "1.2.0.
|
|
7
|
+
version = "1.2.0.20260807"
|
|
8
8
|
license = "Apache-2.0"
|
|
9
9
|
license-files = ["LICENSE"]
|
|
10
10
|
description = "Typing stubs for PyMySQL"
|
|
@@ -27,9 +27,10 @@ directory.
|
|
|
27
27
|
This package was tested with the following type checkers:
|
|
28
28
|
* [mypy](https://github.com/python/mypy/) 2.3.0
|
|
29
29
|
* [pyright](https://github.com/microsoft/pyright) 1.1.411
|
|
30
|
+
* [ty](https://docs.astral.sh/ty/) 0.0.59
|
|
30
31
|
|
|
31
32
|
It was generated from typeshed commit
|
|
32
|
-
[`
|
|
33
|
+
[`e0efbeef901e9b6998d016e1ab9352678f09ae77`](https://github.com/python/typeshed/commit/e0efbeef901e9b6998d016e1ab9352678f09ae77).
|
|
33
34
|
""", content-type = "text/markdown" }
|
|
34
35
|
classifiers = [
|
|
35
36
|
"Programming Language :: Python :: 3",
|
|
@@ -38,6 +39,8 @@ classifiers = [
|
|
|
38
39
|
requires-python = ">=3.10"
|
|
39
40
|
dependencies = []
|
|
40
41
|
|
|
42
|
+
|
|
43
|
+
|
|
41
44
|
[project.urls]
|
|
42
45
|
"Homepage" = "https://github.com/python/typeshed"
|
|
43
46
|
"GitHub" = "https://github.com/python/typeshed"
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807/types_PyMySQL.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-PyMySQL
|
|
3
|
-
Version: 1.2.0.
|
|
3
|
+
Version: 1.2.0.20260807
|
|
4
4
|
Summary: Typing stubs for PyMySQL
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/python/typeshed
|
|
@@ -33,6 +33,7 @@ directory.
|
|
|
33
33
|
This package was tested with the following type checkers:
|
|
34
34
|
* [mypy](https://github.com/python/mypy/) 2.3.0
|
|
35
35
|
* [pyright](https://github.com/microsoft/pyright) 1.1.411
|
|
36
|
+
* [ty](https://docs.astral.sh/ty/) 0.0.59
|
|
36
37
|
|
|
37
38
|
It was generated from typeshed commit
|
|
38
|
-
[`
|
|
39
|
+
[`e0efbeef901e9b6998d016e1ab9352678f09ae77`](https://github.com/python/typeshed/commit/e0efbeef901e9b6998d016e1ab9352678f09ae77).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/CLIENT.pyi
RENAMED
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/COMMAND.pyi
RENAMED
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/CR.pyi
RENAMED
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/ER.pyi
RENAMED
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/FIELD_TYPE.pyi
RENAMED
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/FLAG.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/pymysql-stubs/constants/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/types_PyMySQL.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{types_pymysql-1.2.0.20260724 → types_pymysql-1.2.0.20260807}/types_PyMySQL.egg-info/top_level.txt
RENAMED
|
File without changes
|