diff options
| author | Colin Watson <cjwatson@debian.org> | 2026-06-23 11:35:04 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-06-23 16:43:22 +0000 |
| commit | dd5be82370279fb26fcb0a5c307c0813ad640673 (patch) | |
| tree | a1e75ca0d33c2075a2d605dce2e39cb78c70599d | |
| parent | be91d8c5111cf51dbb41bd46707b510271f757ca (diff) | |
| parent | dc87dbb3e9dc2c249012dfb6cd057307e4c37b41 (diff) | |
2026.6.17+ds-1 (patches applied)applied/2026.6.17+ds-1applied/ubuntu/stonking-proposedapplied/ubuntu/stonking-develapplied/ubuntu/stonkingapplied/ubuntu/develapplied/debian/sid
Imported using git-ubuntu import.
| -rw-r--r-- | PKG-INFO | 4 | ||||
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | certifi.egg-info/PKG-INFO | 4 | ||||
| -rw-r--r-- | certifi/__init__.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 |
5 files changed, 12 insertions, 6 deletions
@@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: certifi -Version: 2026.5.20 +Version: 2026.6.17 Summary: Python package for providing Mozilla's CA Bundle. Home-page: https://github.com/certifi/python-certifi Author: Kenneth Reitz @@ -67,7 +67,7 @@ Or from the command line:: Enjoy! -.. _`Requests`: https://requests.readthedocs.io/en/master/ +.. _`Requests`: https://requests.readthedocs.io/en/latest/ Addition/Removal of Certificates -------------------------------- @@ -30,7 +30,7 @@ Or from the command line:: Enjoy! -.. _`Requests`: https://requests.readthedocs.io/en/master/ +.. _`Requests`: https://requests.readthedocs.io/en/latest/ Addition/Removal of Certificates -------------------------------- diff --git a/certifi.egg-info/PKG-INFO b/certifi.egg-info/PKG-INFO index 7b7bb30..0d4f101 100644 --- a/certifi.egg-info/PKG-INFO +++ b/certifi.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: certifi -Version: 2026.5.20 +Version: 2026.6.17 Summary: Python package for providing Mozilla's CA Bundle. Home-page: https://github.com/certifi/python-certifi Author: Kenneth Reitz @@ -67,7 +67,7 @@ Or from the command line:: Enjoy! -.. _`Requests`: https://requests.readthedocs.io/en/master/ +.. _`Requests`: https://requests.readthedocs.io/en/latest/ Addition/Removal of Certificates -------------------------------- diff --git a/certifi/__init__.py b/certifi/__init__.py index 004dd55..ed9a74b 100644 --- a/certifi/__init__.py +++ b/certifi/__init__.py @@ -1,4 +1,4 @@ from .core import contents, where __all__ = ["contents", "where"] -__version__ = "2026.05.20" +__version__ = "2026.06.17" diff --git a/debian/changelog b/debian/changelog index 7f1c6f4..fde7cc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-certifi (2026.6.17+ds-1) unstable; urgency=medium + + * New upstream release. + + -- Colin Watson <cjwatson@debian.org> Tue, 23 Jun 2026 11:35:04 +0100 + python-certifi (2026.5.20+ds-1) unstable; urgency=medium * New upstream release. |
