python-PyJWT-1.4.2-5.1<>,+QZ8긋/=„ g`)$?d8?#y8ºsX +]iT9h5v| -8ZOEv31)[zױBvG7;.lfAO H8=oT;dư)yɺRTQ9tk&kn,oS'-E-9D;~Tm:a d358C߳}( @vx}3YY$)!`); SyVS>:?d  Ax| (( ( P( ( x( (@( (  (    ^( |8 9 : FG (H(IL(XtYx\(]$(^ b?cd]ebfgliu|(v w(x(yPzCpython-PyJWT1.4.25.1JSON Web Token implementation in PythonA Python implementation of JSON Web Token draft 01.Z8lamb73QopenSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/progrium/pyjwtlinuxnoarch H+w "'y%~I  8A큤A큤A큤A큤A큤Z8Z8Z8Z8Z8Z8Z8Z8Z8WMZ8WtZ8Z8Z8Z8Z8Z8Z8WMZ8Z8UiWZ8Z8UiWZ8UiWZ8UiWZ8UWZ8UiWZ8Z8UiWWMUiWVCXbe9f5f16dff874f09b2dead4d0006fc6fedb809eae83b181a85a982f0a1f5735ce4772eabac45fe819482255fd5ee931168b329da9893e34099c7d8ad5cb9c940085eb1c89fcd7b727127ff2954d07a77461d5f165dff6713658b8fc644ce13e9539ab55f594726c4b96f18218747e9b8e24563f4626c4f641be474f9105359b8ffa11732d8995b8a1a2af507476ddb1b08caccefed44112229178f53e40d8f5c72cdbe0edfacda44552d5c75fe42093b71ef523471ab390bcbfc197126fd1624fb08bae62d2ba7c41aab61a66c50c270f174c3249239de2e4bba7871ab5ff33f40d02e3c08fa8b5a8fa7506dff96b966a99d6ca7c28af430283f038d78de0709b17a823add3b5caae03bef81c830aee56ea4d323c680660a659c8dad3b390c9196bccfe91db3de8df08ff32c97c2b3c1d41d8cd98f00b204e9800998ecf8427eb590fb5f0e6fe760c3efe727ccc87172d41d8cd98f00b204e9800998ecf8427e7a9a81dbd9b3ee28cc90019334edfe7ef9e60a7ee5c9fb8e6684ea424e9220f329883e5c45a82d57f569824e19e985bffaa32e367a799864df64cc5a83d629f6c050e95714375b8b6f5b2bb8e13748a62b9f6349fabfbec4aaed51d74f767fc5c26348cd478640d2cae764d65765c99a215a0eeb61c41050fc5da274a3b41eedc2d00db0bd4e6aa419a4c71eb1537a30975cc74f697a2065348359ef8daff0518002bd435f7f2d9d5bea3b0478fc81db68626705a7b513ca8d5f44a3e200ed0c17563ec7519fcc7eec2b5c8e30168e0erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-PyJWT-1.4.2-5.1.src.rpmpython-PyJWT@@   /usr/bin/pythonpython(abi)python-cryptographypython-ecdsapython-pycryptorpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.73.0.4-14.0-14.4.6-14.11.2YWڍ@W@W@V@V;DUȒ@Ub@U7@U7@U4@U4@T[bSϣjmatejek@suse.comrjschwei@suse.comtbechtold@suse.comtbechtold@suse.combwiedemann@suse.comtoddrme2178@gmail.comseife+obs@b1-systems.comseife+obs@b1-systems.commcihar@suse.czmcihar@suse.czmcihar@suse.czmcihar@suse.czmcihar@suse.czmcihar@suse.cz- CVE-2017-12880-pkcs1-pubkey.patch: fix symmetric/asymmetric confusion when handling PKCS1 public keys (CVE-2017-12880, bsc#1054106)- Include in SLES 12 (FATE#321371, bsc#998103)- Use https for Source url- update to 1.4.2: - A PEM-formatted key encoded as bytes could cause a `TypeError` to be raised [#213][213] - Newer versions of Pytest could not detect warnings properly [#182][182] - Non-string 'kid' value now raises `InvalidTokenError` [#174][174] - `jwt.decode(None)` now gracefully fails with `InvalidTokenError` [#183][183]- BuildRequire python-pytest-cov >= 1.7- Update to 1.4.0 + Fixed * Exclude Python cache files from PyPI releases. + Added * Added new options to require certain claims (require_nbf, require_iat, require_exp) and raise `MissingRequiredClaimError` if they are not present. * If `audience=` or `issuer=` is specified but the claim is not present, `MissingRequiredClaimError` is now raised instead of `InvalidAudienceError` and `InvalidIssuerError` - Update to 1.3.0 + Fixed * ECDSA (ES256, ES384, ES512) signatures are now being properly serialized [#158][158] * RSA-PSS (PS256, PS384, PS512) signatures now use the proper salt length for PSS padding. [#163][163] + Added * Added a new `jwt.get_unverified_header()` to parse and return the header portion of a token prior to signature verification. + Removed * Python 3.2 is no longer a supported platform. This version of Python is rarely used. Users affected by this should upgrade to 3.3+. - Update to 1.2.0 + Fixed * Added back `verify_expiration=` argument to `jwt.decode()` that was erroneously removed in [v1.1.0][1.1.0]. + Changed * Refactored JWS-specific logic out of PyJWT and into PyJWS superclass. [#141][141] + Deprecated * `verify_expiration=` argument to `jwt.decode()` is now deprecated and will be removed in a future version. Use the `option=` argument instead. - Rebase PyJWT-1.1.0.diff- apply PyJWT-1.1.0.diff only on RHEL/CentOS- fix build on RHEL7, add PyJWT-1.1.0.diff- Include pycrypto and ecdsa in BuildRequires for complete test coverage - Use setup.py test to execute testsuite- Simplify dependencies (only python-cryptography is needed, pycrypto and ecdsa are just fallbacks whet is is not)- Enable testsuite during build- Update to 1.1.0- Update to 0.3.0- initial packaginglamb73 1513675242  !"#$%&'(1.4.2-5.1jwtPyJWT-1.4.2-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtrequires.txttop_level.txtjwt__init__.py__init__.pyc__main__.py__main__.pycalgorithms.pyalgorithms.pycapi_jws.pyapi_jws.pycapi_jwt.pyapi_jwt.pyccompat.pycompat.pyccontrib__init__.py__init__.pycalgorithms__init__.py__init__.pycpy_ecdsa.pypy_ecdsa.pycpycrypto.pypycrypto.pycexceptions.pyexceptions.pycutils.pyutils.pycpython-PyJWTAUTHORSCHANGELOG.mdLICENSEREADME.md/usr/bin//usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/PyJWT-1.4.2-py2.7.egg-info//usr/lib/python2.7/site-packages/jwt//usr/lib/python2.7/site-packages/jwt/contrib//usr/lib/python2.7/site-packages/jwt/contrib/algorithms//usr/share/doc/packages//usr/share/doc/packages/python-PyJWT/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7603/openSUSE_Leap_42.3_Update/130390654e4a36ab896e88f95fbef5cf-python-PyJWT.openSUSE_Leap_42.3_Updatedrpmlzma5noarch-suse-linux Python script, ASCII text executabledirectoryUTF-8 Unicode textASCII textPython script, UTF-8 Unicode text executablepython 2.7 byte-compiledPython script, ASCII text executable, with CRLF line terminatorsemptyC++ source, ASCII text RRRRRRRRRRRRRRRRRRRRRRRRR{"Cxս?`]"k%f9%) ԛ9pd¦npe^Kp[ )8>QdS1J\Ӈsu7n%?-ڈ\+_Ex. ThKS;#Պ 6r-wttpLaC϶u3.& Ļō- Bۡ#*b>B)Y ~_ 7{ן o+f4ԡfb 喤޴I\ 3Ó>W8;r/&0\Ї!2J],2W8]q9*nz: _QGP!2d1gK VBAu-YB |MZ6hʛ[l:;hƶ+`lp!Eg6\mu{[ds$Paݙr?Yir(3JE(%&bz7 ,1ZSe RCze`'o$˷k, z6i ms_Ww'3c j;߈5 9v# 3 0Ɖ1>(>wLʊ{v"nYo)pDV4տt/a%FP:?D[M"=ۖ瞷z ^ZXrM~m;-ЏH7%{R@rF^Ax&o)d`a`)5A`އhqH9QEed a8e֪ $_KA"Uh6; M.o\gν:rjF/ Yc[<~Zs6J=qDšlpqy;WVv6)ٹP7'wNsO=ݞe9il,!m{! [43oVJ,_8Xty? ~O ʺ>)&9)/n筩@;wELz:&b>ǁl>23%_5s]*()Di+'-a>-s89Kg=DLV7_+x}s2؅ks+ !e8