-
Notifications
You must be signed in to change notification settings - Fork 264
Comparing changes
Open a pull request
base repository: certifi/python-certifi
base: 2021.05.30
head repository: certifi/python-certifi
compare: 2023.07.22
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a2fda9 - Browse repository at this point
Copy the full SHA 9a2fda9View commit details -
Merge pull request #156 from milos-korenciak/master
License file to be included into metadata dir
Configuration menu - View commit details
-
Copy full SHA for 109a6d7 - Browse repository at this point
Copy the full SHA 109a6d7View commit details
Commits on Oct 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8effc0d - Browse repository at this point
Copy the full SHA 8effc0dView commit details
Commits on Oct 26, 2021
-
* Fix homepage link And remove broken docs link * Remove broken link
Configuration menu - View commit details
-
Copy full SHA for b99a23f - Browse repository at this point
Copy the full SHA b99a23fView commit details
Commits on Oct 27, 2021
-
Added Required Python Version (#152)
* Added Required Python Version Added python_requires to specify the required python version for the library. * Updated required python version * Removed Classifiers for unsupported python versions * Updated Co-authored-by: Nirjas Jakilim <Nirzak@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c8485c - Browse repository at this point
Copy the full SHA 1c8485cView commit details -
Add type annotations to package
Adding type annotations will allow packages consuming certifi to have access to its typing information. The py.typed data file is include for PEP 561 compliance. If the API is ever expanded, the mypy type checker will ensure it is also typed. For example, right now, typeshed is incomplete after certifi.contents() was added: https://github.com/python/typeshed/blob/ac2ef6e8c963a45841ad91e068e06748caa1fce6/stubs/certifi/certifi.pyi
Configuration menu - View commit details
-
Copy full SHA for 5f09ea8 - Browse repository at this point
Copy the full SHA 5f09ea8View commit details -
Merge pull request #180 from jdufresne/mypy
Add type annotations to package
Configuration menu - View commit details
-
Copy full SHA for ff23c47 - Browse repository at this point
Copy the full SHA ff23c47View commit details
Commits on Mar 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1c2dd6f - Browse repository at this point
Copy the full SHA 1c2dd6fView commit details
Commits on Mar 12, 2022
-
Automatically lock github issues after they've been closed for 90 days (
#189) This will help ensure issues are not ressurected long after they're closed.
Configuration menu - View commit details
-
Copy full SHA for 51c3f2a - Browse repository at this point
Copy the full SHA 51c3f2aView commit details
Commits on May 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e713282 - Browse repository at this point
Copy the full SHA e713282View commit details
Commits on May 19, 2022
-
Add support for Python 3.10 and drop EOL 3.5 (#167)
* Add support for Python 3.10 * Remove Trove classifiers for dropped versions * Remove redundant setup.cfg: no need for universal wheels for Python 3-only, setuptools and wheel auto-find LICENSE files * Added Required Python Version Added python_requires to specify the required python version for the library. * Updated required python version * Drop support for EOL Python 3.5 * Upgrade Python syntax with pyupgrade --py36-plus Co-authored-by: Nirjas Jakilim <Nirzak@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04b7480 - Browse repository at this point
Copy the full SHA 04b7480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75cc94d - Browse repository at this point
Copy the full SHA 75cc94dView commit details
Commits on May 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4151e88 - Browse repository at this point
Copy the full SHA 4151e88View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d514b4 - Browse repository at this point
Copy the full SHA 9d514b4View commit details
Commits on Jul 6, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for b0b48e0 - Browse repository at this point
Copy the full SHA b0b48e0View commit details
Commits on Jul 15, 2022
-
Fix deprecation warning on Python 3.11 (#199)
* Fix deprecation warning on Python 3.11 Fixes #192. * Retain support for Python 3.6 Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> * Bump actions versions * Use same 'where' for 3.6 and 3.7-3.10 Co-authored-by: Adam Johnson <me@adamj.eu> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 47fb7ab - Browse repository at this point
Copy the full SHA 47fb7abView commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b8eb5e9 - Browse repository at this point
Copy the full SHA b8eb5e9View commit details
Commits on Sep 13, 2022
-
Only use importlib.resources's new files() / Traversable API on Pytho…
…n ≥3.11 (#204) Using importlib.resource's files() API on 3.9 and 3.10 causes a TypeError on 3.9 and a ValueError on 3.10 when running under a third-party meta path importer (like PyOxidizer's OxidizedImporter) that doesn't support the relatively-new API. This is because the full adapter layer (importlib.resources._adapters) for the older importlib resources API doesn't exist until Python 3.11. The older resources API is now used by 3.7–3.10, as it was prior to the certifi 2022.06.15.1 release. This codepath has existed in certifi since April 2020 (3fc8fec). An alternative to this change would be testing the actual importer in use at runtime (e.g. certifi.__loader__) for files() support, but that seemed more complex than reverting to the previous codepath here. Resolves: #203 Related-to: #199 Related-to: #123
Configuration menu - View commit details
-
Copy full SHA for de0eae1 - Browse repository at this point
Copy the full SHA de0eae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca828a - Browse repository at this point
Copy the full SHA aca828aView commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 939a28f - Browse repository at this point
Copy the full SHA 939a28fView commit details
Commits on Sep 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b81bdb2 - Browse repository at this point
Copy the full SHA b81bdb2View commit details
Commits on Dec 7, 2022
-
3
Configuration menu - View commit details
-
Copy full SHA for 9e9e840 - Browse repository at this point
Copy the full SHA 9e9e840View commit details -
Configuration menu - View commit details
-
Copy full SHA for fed4048 - Browse repository at this point
Copy the full SHA fed4048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9427a5a - Browse repository at this point
Copy the full SHA 9427a5aView commit details
Commits on Jan 13, 2023
-
remove paragraphs about 1024-bit roots from README
they haven't been relevant for a long time
Configuration menu - View commit details
-
Copy full SHA for e0b9fc5 - Browse repository at this point
Copy the full SHA e0b9fc5View commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2087de5 - Browse repository at this point
Copy the full SHA 2087de5View commit details
Commits on Feb 24, 2023
-
Set up permissions to github workflows (#218)
* feat: update lock.yml permissions Signed-off-by: Joyce <joycebrum@google.com> * feat: set up permissions to ci.yml Signed-off-by: Joyce <joycebrum@google.com> --------- Signed-off-by: Joyce <joycebrum@google.com>
Configuration menu - View commit details
-
Copy full SHA for c211ef4 - Browse repository at this point
Copy the full SHA c211ef4View commit details
Commits on Mar 20, 2023
-
Create a Security Policy (#222)
* Create SECURITY.md * Update SECURITY.md to add email * Disclose vulnerability on Github
Configuration menu - View commit details
-
Copy full SHA for c2fc3b1 - Browse repository at this point
Copy the full SHA c2fc3b1View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53da240 - Browse repository at this point
Copy the full SHA 53da240View commit details
Commits on May 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b3d7ba - Browse repository at this point
Copy the full SHA 8b3d7baView commit details
Commits on Jul 7, 2023
-
Hash pin Actions and enable dependabot (#228)
* Update ci.yml * Update lock.yml * Create dependabot.yml
Configuration menu - View commit details
-
Copy full SHA for 44df761 - Browse repository at this point
Copy the full SHA 44df761View commit details -
Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229)
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 3.0.0 to 4.0.1. - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](dessant/lock-threads@e460dfe...be8aa5b) --- updated-dependencies: - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2038739 - Browse repository at this point
Copy the full SHA 2038739View commit details
Commits on Jul 17, 2023
-
Bump actions/setup-python from 4.6.1 to 4.7.0 (#230)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@bd6b4b6...61a6322) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for afe7722 - Browse repository at this point
Copy the full SHA afe7722View commit details
Commits on Jul 22, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 8fb96ed - Browse repository at this point
Copy the full SHA 8fb96edView commit details
There are no files selected for viewing