Changelog for
python3-PyJWT-1.4.2-4.1.noarch.rpm :
Fri Mar 10 13:00:00 2017 alarrosaAATTsuse.com
- 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
- Use update-alternatives so it can be co-installable with python-PyJWT
- Run the spec file through spec-cleaner
- Drop PyJWT-1.1.0.diff which was only used on rhel (?)
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Wed Jan 27 13:00:00 2016 jgleissnerAATTsuse.com
- No need for os.urandom workaround anymore
Fri Jan 15 13:00:00 2016 jgleissnerAATTsuse.com
- Re-enabled tests, overriding build service disable of os.urandom
Wed Jan 13 13:00:00 2016 jgleissnerAATTsuse.com
- Disabled tests (broken possibly due to the use of os.urandom)
Tue Dec 8 13:00:00 2015 bear454AATTopensuse.org
- Adapted python package to python3
Thu Nov 5 13:00:00 2015 toddrme2178AATTgmail.com
- 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
Mon Aug 10 14:00:00 2015 seife+obsAATTb1-systems.com
- apply PyJWT-1.1.0.diff only on RHEL/CentOS
Thu Jul 9 14:00:00 2015 seife+obsAATTb1-systems.com
- fix build on RHEL7, add PyJWT-1.1.0.diff
Wed Apr 22 14:00:00 2015 mciharAATTsuse.cz
- Include pycrypto and ecdsa in BuildRequires for complete test coverage
- Use setup.py test to execute testsuite
Wed Apr 22 14:00:00 2015 mciharAATTsuse.cz
- Simplify dependencies (only python-cryptography is needed, pycrypto and ecdsa
are just fallbacks whet is is not)
Mon Apr 20 14:00:00 2015 mciharAATTsuse.cz
- Enable testsuite during build
Mon Apr 20 14:00:00 2015 mciharAATTsuse.cz
- Update to 1.1.0
Thu Nov 6 13:00:00 2014 mciharAATTsuse.cz
- Update to 0.3.0
Wed Jul 23 14:00:00 2014 mciharAATTsuse.cz
- initial packaging