Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
python-trustme
fix2038.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix2038.patch of Package python-trustme
Author: Bernhard M. Wiedemann <bwiedemann suse de> Date: 2023-01-14 Subject: Fix tests of python-aiosmtplib after 2038 Index: trustme-1.0.0/src/trustme/__init__.py =================================================================== --- trustme-1.0.0.orig/src/trustme/__init__.py +++ trustme-1.0.0/src/trustme/__init__.py @@ -37,7 +37,7 @@ __all__ = ["CA"] # Some versions of cryptography on 32-bit platforms fail if you give # them dates after ~2038-01-19: # https://github.com/pyca/cryptography/pull/4658 -DEFAULT_EXPIRY = datetime.datetime(2038, 1, 1) +DEFAULT_EXPIRY = datetime.datetime(2098, 1, 1) def _name(name: str, organization_name: Optional[str] = None, common_name: Optional[str] = None) -> x509.Name: name_pieces = [
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor