Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-PyJWT-1.7.1-lp152.1.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python2-PyJWT Distribution: openSUSE Leap 15.2
Version: 1.7.1 Vendor: openSUSE
Release: lp152.1.2 Build date: Sun Mar 1 14:28:27 2020
Group: Development/Languages/Python Build host: build32
Size: 115581 Source RPM: python-PyJWT-1.7.1-lp152.1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/progrium/pyjwt
Summary: JSON Web Token implementation in Python
A Python implementation of JSON Web Token draft 01.

Provides

Requires

License

MIT

Changelog

* Fri Oct 18 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Fix build with ecdsa >= 0.13.3, #447
    * 0001-Catch-BadSignatureError-raised-by-ecdsa-0.13.3.patch
* Thu Mar 07 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Fix fdupes and test calls
* Mon Feb 04 2019 Hans-Peter Jansen <hpj@urpla.net>
  - update to version 1.7.1:
    * Update test dependencies with pinned ranges
    * Fix pytest deprecation warnings
  - update to version v1.7.0:
    * Remove CRLF line endings #353
    * Update usage.rst #360
    * Support for Python 3.7 #375 #379 #384
  - removed pyjwt-pytest390.patch (fixed upstream)
  - removed pyjwt-python37.patch (fixed upstream)
  - removed dos2unix conversion of jwt/__main__.py (fixed upstream)
  - add test build conditional
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Tue Nov 27 2018 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Add patch to fix testsuite with pytest 3.9.0:
    * pyjwt-pytest390.patch
* Wed Nov 14 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Add patch to build with python 3.7:
    * pyjwt-python37.patch
* Sat Jul 07 2018 arun@gmx.de
  - update to version 1.6.4:
    * Reverse an unintentional breaking API change to .decode() #352
* Wed May 23 2018 tchvatal@suse.com
  - Version update to 1.6.3:
    * Dropped support for python 2.6 and 3.3 #301
    * An invalid signature now raises an InvalidSignatureError instead of DecodeError #316
    * Fix over-eager fallback to stdin #304
    * Audience parameter throws InvalidAudienceError when application does not specify an audience, but the token does. #336
    * All exceptions inherit from PyJWTError #340
    * Add type hints #344
    * Add help module 7ca41e5
  - Drop pointless _service file
* Fri Feb 23 2018 tbechtold@suse.com
  - Avoid not needed python-pytest-cov and python-pytest-runner
    BuildRequires. There is no need todo a coverage run during
    package build.
* Thu Nov 02 2017 arun@gmx.de
  - update to version 1.5.3:
    * Changed
      + Increase required version of the cryptography package to
      >=1.4.0.
    * Fixed
      + Remove uses of deprecated functions from the cryptography
      package.
      + Warn about missing algorithms param to decode() only when verify
      param is True #281
* Mon Aug 21 2017 tbechtold@suse.com
  - update to 1.5.2:
    - Ensure correct arguments order in decode super call [7c1e61d][7c1e61d]
    - Change optparse for argparse. [#238][238]
    - Guard against PKCS1 PEM encododed public keys [#277][277]
    - Add deprecation warning when decoding without specifying `algorithms` [#277][277]
    - Improve deprecation messages [#270][270]
    - PyJWT.decode: move verify param into options [#271][271]
    - Support for Python 3.6 [#262][262]
    - Expose jwt.InvalidAlgorithmError [#264][264]
    - Add support for ECDSA public keys in RFC 4253 (OpenSSH) format [#244][244]
    - Renamed commandline script `jwt` to `jwt-cli` to avoid issues with the script clobbering the `jwt` module in some circumstances. [#187][187]
    - Better error messages when using an algorithm that requires the cryptography package, but it isn't available [#230][230]
    - Tokens with future 'iat' values are no longer rejected [#190][190]
    - Non-numeric 'iat' values now raise InvalidIssuedAtError instead of DecodeError
    - Remove rejection of future 'iat' claims [#252][252]
    - Add back 'ES512' for backward compatibility (for now) [#225][225]
    - Fix incorrectly named ECDSA algorithm [#219][219]
    - Fix rpm build [#196][196]
    - Add JWK support for HMAC and RSA keys [#202][202]
* Fri Apr 28 2017 pousaduarte@gmail.com
  - Restore runtime dependency python-ecdsa
* Wed Apr 26 2017 pousaduarte@gmail.com
  - Convert to singlespec
  - Remove unneeded dependency python-ecdsa
  - Use "download_files" in _service file to automate source fetching
* Fri Mar 17 2017 rjschwei@suse.com
  - Drop pycrypto as dependency, we only need cryptography
* Fri Mar 10 2017 alarrosa@suse.com
  - Use update-alternatives so it can be co-installable with python3-PyJWT
  - Use dos2unix on jwt/__init__.py
  - updated source url to files.pythonhosted.org
  - Run the spec file through spec-cleaner
  - Drop PyJWT-1.1.0.diff which was only used on rhel (?)
* Thu Sep 15 2016 rjschwei@suse.com
  - Include in SLES 12 (FATE#321371, bsc#998103)
* Thu Sep 01 2016 tbechtold@suse.com
  - Use https for Source url
* Thu Sep 01 2016 tbechtold@suse.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]
* Tue Jan 05 2016 bwiedemann@suse.com
  - BuildRequire python-pytest-cov >= 1.7
* Thu Nov 05 2015 toddrme2178@gmail.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 2015 seife+obs@b1-systems.com
  - apply PyJWT-1.1.0.diff only on RHEL/CentOS
* Thu Jul 09 2015 seife+obs@b1-systems.com
  - fix build on RHEL7, add PyJWT-1.1.0.diff
* Wed Apr 22 2015 mcihar@suse.cz
  - Include pycrypto and ecdsa in BuildRequires for complete test coverage
  - Use setup.py test to execute testsuite
* Wed Apr 22 2015 mcihar@suse.cz
  - Simplify dependencies (only python-cryptography is needed, pycrypto and ecdsa
    are just fallbacks whet is is not)
* Mon Apr 20 2015 mcihar@suse.cz
  - Enable testsuite during build
* Mon Apr 20 2015 mcihar@suse.cz
  - Update to 1.1.0
* Thu Nov 06 2014 mcihar@suse.cz
  - Update to 0.3.0

Files

/etc/alternatives/pyjwt
/usr/bin/pyjwt
/usr/bin/pyjwt-2.7
/usr/lib/python2.7/site-packages/PyJWT-1.7.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/PyJWT-1.7.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/PyJWT-1.7.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/PyJWT-1.7.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/PyJWT-1.7.1-py2.7.egg-info/entry_points.txt
/usr/lib/python2.7/site-packages/PyJWT-1.7.1-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/PyJWT-1.7.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/jwt
/usr/lib/python2.7/site-packages/jwt/__init__.py
/usr/lib/python2.7/site-packages/jwt/__init__.pyc
/usr/lib/python2.7/site-packages/jwt/__init__.pyo
/usr/lib/python2.7/site-packages/jwt/__main__.py
/usr/lib/python2.7/site-packages/jwt/__main__.pyc
/usr/lib/python2.7/site-packages/jwt/__main__.pyo
/usr/lib/python2.7/site-packages/jwt/algorithms.py
/usr/lib/python2.7/site-packages/jwt/algorithms.pyc
/usr/lib/python2.7/site-packages/jwt/algorithms.pyo
/usr/lib/python2.7/site-packages/jwt/api_jws.py
/usr/lib/python2.7/site-packages/jwt/api_jws.pyc
/usr/lib/python2.7/site-packages/jwt/api_jws.pyo
/usr/lib/python2.7/site-packages/jwt/api_jwt.py
/usr/lib/python2.7/site-packages/jwt/api_jwt.pyc
/usr/lib/python2.7/site-packages/jwt/api_jwt.pyo
/usr/lib/python2.7/site-packages/jwt/compat.py
/usr/lib/python2.7/site-packages/jwt/compat.pyc
/usr/lib/python2.7/site-packages/jwt/compat.pyo
/usr/lib/python2.7/site-packages/jwt/contrib
/usr/lib/python2.7/site-packages/jwt/contrib/__init__.py
/usr/lib/python2.7/site-packages/jwt/contrib/__init__.pyc
/usr/lib/python2.7/site-packages/jwt/contrib/__init__.pyo
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/__init__.py
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/__init__.pyc
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/__init__.pyo
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/py_ecdsa.py
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/py_ecdsa.pyc
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/py_ecdsa.pyo
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/pycrypto.py
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/pycrypto.pyc
/usr/lib/python2.7/site-packages/jwt/contrib/algorithms/pycrypto.pyo
/usr/lib/python2.7/site-packages/jwt/exceptions.py
/usr/lib/python2.7/site-packages/jwt/exceptions.pyc
/usr/lib/python2.7/site-packages/jwt/exceptions.pyo
/usr/lib/python2.7/site-packages/jwt/help.py
/usr/lib/python2.7/site-packages/jwt/help.pyc
/usr/lib/python2.7/site-packages/jwt/help.pyo
/usr/lib/python2.7/site-packages/jwt/utils.py
/usr/lib/python2.7/site-packages/jwt/utils.pyc
/usr/lib/python2.7/site-packages/jwt/utils.pyo
/usr/share/doc/packages/python2-PyJWT
/usr/share/doc/packages/python2-PyJWT/AUTHORS
/usr/share/doc/packages/python2-PyJWT/CHANGELOG.md
/usr/share/doc/packages/python2-PyJWT/README.rst
/usr/share/licenses/python2-PyJWT
/usr/share/licenses/python2-PyJWT/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024