Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-certifi
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian
python-certifi
Commits
ef44de8b
Commit
ef44de8b
authored
1 week ago
by
Sebastien Delafond
Browse files
Options
Downloads
Patches
Plain Diff
New upstream version 2024.12.14+ds
parent
a00a6e6d
Branches
upstream/latest
Branches containing commit
Tags
upstream/2024.12.14+ds
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
PKG-INFO
+2
-1
2 additions, 1 deletion
PKG-INFO
certifi.egg-info/PKG-INFO
+2
-1
2 additions, 1 deletion
certifi.egg-info/PKG-INFO
certifi/__init__.py
+1
-1
1 addition, 1 deletion
certifi/__init__.py
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
6 additions
and
3 deletions
PKG-INFO
+
2
−
1
View file @
ef44de8b
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
...
...
This diff is collapsed.
Click to expand it.
certifi.egg-info/PKG-INFO
+
2
−
1
View file @
ef44de8b
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
...
...
This diff is collapsed.
Click to expand it.
certifi/__init__.py
+
1
−
1
View file @
ef44de8b
from
.core
import
contents
,
where
__all__
=
[
"
contents
"
,
"
where
"
]
__version__
=
"
2024.
08.30
"
__version__
=
"
2024.
12.14
"
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
ef44de8b
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment