Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
python-pyjwkest
py39-tobytes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File py39-tobytes.patch of Package python-pyjwkest
Index: pyjwkest-9ed11b406911dde70b281b2473a976ec88afd1a9/tests/test_4_jwe.py =================================================================== --- pyjwkest-9ed11b406911dde70b281b2473a976ec88afd1a9.orig/tests/test_4_jwe.py +++ pyjwkest-9ed11b406911dde70b281b2473a976ec88afd1a9/tests/test_4_jwe.py @@ -25,7 +25,10 @@ __author__ = 'rohe0002' def intarr2bytes(arr): - return array.array('B', arr).tostring() + if sys.version_info[0] >= 3: + return array.array('B', arr).tobytes() + else: + return array.array('B', arr).tostring() def bytes2intarr(bts):
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