summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKG-INFO13
-rw-r--r--certifi.egg-info/PKG-INFO13
-rw-r--r--certifi/__init__.py2
-rw-r--r--debian/changelog7
4 files changed, 30 insertions, 5 deletions
diff --git a/PKG-INFO b/PKG-INFO
index c480986..50af144 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
Name: certifi
-Version: 2024.12.14
+Version: 2025.1.31
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
@@ -24,6 +24,15 @@ Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.6
License-File: LICENSE
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license
+Dynamic: project-url
+Dynamic: requires-python
+Dynamic: summary
Certifi: Python SSL Certificates
================================
diff --git a/certifi.egg-info/PKG-INFO b/certifi.egg-info/PKG-INFO
index c480986..50af144 100644
--- a/certifi.egg-info/PKG-INFO
+++ b/certifi.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.2
Name: certifi
-Version: 2024.12.14
+Version: 2025.1.31
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
@@ -24,6 +24,15 @@ Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.6
License-File: LICENSE
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: license
+Dynamic: project-url
+Dynamic: requires-python
+Dynamic: summary
Certifi: Python SSL Certificates
================================
diff --git a/certifi/__init__.py b/certifi/__init__.py
index ee8686b..177082e 100644
--- a/certifi/__init__.py
+++ b/certifi/__init__.py
@@ -1,4 +1,4 @@
from .core import contents, where
__all__ = ["contents", "where"]
-__version__ = "2024.12.14"
+__version__ = "2025.01.31"
diff --git a/debian/changelog b/debian/changelog
index 172f22d..4f8575b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-certifi (2025.1.31+ds-1) unstable; urgency=medium
+
+ [ Sébastien Delafond ]
+ * New upstream version 2025.1.31+ds
+
+ -- Sebastien Delafond <seb@debian.org> Thu, 13 Feb 2025 06:19:50 +0100
+
python-certifi (2024.12.14+ds-1) unstable; urgency=medium
[ Sébastien Delafond ]