Skip to content

Commit

Permalink
update pycurl to 7.45.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yangdanny97 committed Mar 8, 2025
1 parent 90d89f8 commit ee8d1ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/pycurl/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "7.45.4"
version = "7.45.6"
upstream_repository = "https://github.com/pycurl/pycurl"

[tool.stubtest]
Expand Down
18 changes: 18 additions & 0 deletions stubs/pycurl/pycurl.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ class CurlShare:
def close(self) -> None: ...
def setopt(self, option: int, value): ...

APPCONNECT_TIME_T: Final[int] = ...
CONNECT_TIME_T: Final[int] = ...
CONTENT_LENGTH_DOWNLOAD_T: Final[int] = ...
CONTENT_LENGTH_UPLOAD_T: Final[int] = ...
EARLYDATA_SENT_T: Final[int] = ...
FILETIME_T: Final[int] = ...
NAMELOOKUP_TIME_T: Final[int] = ...
POSTTRANSFER_TIME_T: Final[int] = ...
PRETRANSFER_TIME_T: Final[int] = ...
QUEUE_TIME_T: Final[int] = ...
REDIRECT_TIME_T: Final[int] = ...
SIZE_DOWNLOAD_T: Final[int] = ...
SIZE_UPLOAD_T: Final[int] = ...
SPEED_DOWNLOAD_T: Final[int] = ...
SPEED_UPLOAD_T: Final[int] = ...
STARTTRANSFER_TIME_T: Final[int] = ...
TOTAL_TIME_T: Final[int] = ...

ACCEPTTIMEOUT_MS: Final = 212
ACCEPT_ENCODING: Final = 10102
ADDRESS_SCOPE: Final = 171
Expand Down

0 comments on commit ee8d1ac

Please sign in to comment.