Skip to content
Snippets Groups Projects
Commit ef44de8b authored by Sebastien Delafond's avatar Sebastien Delafond
Browse files

New upstream version 2024.12.14+ds

parent a00a6e6d
Branches upstream/latest
Tags upstream/2024.12.14+ds
No related merge requests found
Metadata-Version: 2.1
Name: certifi
Version: 2024.8.30
Version: 2024.12.14
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
......@@ -21,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.6
License-File: LICENSE
......
Metadata-Version: 2.1
Name: certifi
Version: 2024.8.30
Version: 2024.12.14
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
......@@ -21,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.6
License-File: LICENSE
......
from .core import contents, where
__all__ = ["contents", "where"]
__version__ = "2024.08.30"
__version__ = "2024.12.14"
......@@ -56,6 +56,7 @@ setup(
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
project_urls={
"Source": "https://github.com/certifi/python-certifi",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment