Tomáš Chvátal
e15e45ce8b
- Fix fdupes and test calls
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=43
2019-03-07 11:14:19 +00:00
Tomáš Chvátal
8a13e4125d
Accepting request 671226 from home:frispete:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/671226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=41
2019-02-10 10:07:27 +00:00
b48752ab8b
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=39
2018-12-04 13:51:45 +00:00
Tomáš Chvátal
15ac49e4b8
Accepting request 652151 from home:glaubitz:branches:devel:languages:python
...
- Add patch to fix testsuite with pytest 3.9.0:
* pyjwt-pytest390.patch
OBS-URL: https://build.opensuse.org/request/show/652151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=37
2018-11-27 12:00:34 +00:00
Tomáš Chvátal
d2ea07281f
- Add patch to build with python 3.7:
...
* pyjwt-python37.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=36
2018-11-14 13:55:36 +00:00
Tomáš Chvátal
89834d5056
Accepting request 621457 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/621457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=34
2018-07-07 21:44:45 +00:00
Tomáš Chvátal
fba477add0
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=32
2018-05-23 10:42:43 +00:00
Thomas Bechtold
56e0aca105
- Avoid not needed python-pytest-cov and python-pytest-runner
...
BuildRequires. There is no need todo a coverage run during
package build.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=30
2018-02-23 19:52:46 +00:00
Jan Matejek
3ee8f94fea
Accepting request 538221 from home:apersaud:branches:devel:languages:python
...
update to latest version
OBS-URL: https://build.opensuse.org/request/show/538221
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=28
2017-11-03 14:32:11 +00:00
Thomas Bechtold
609318985d
Accepting request 517964 from home:tbechtold:branches:devel:languages:python
...
- 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]
OBS-URL: https://build.opensuse.org/request/show/517964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=26
2017-08-21 15:57:22 +00:00
5e8ec7efe7
Accepting request 491836 from home:xenonpk:python
...
Add changelog entry
OBS-URL: https://build.opensuse.org/request/show/491836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=24
2017-04-28 12:57:59 +00:00
a0fb0b9056
Accepting request 491801 from home:xenonpk:python
...
Proper fix for tests with different python versions
OBS-URL: https://build.opensuse.org/request/show/491801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=23
2017-04-28 10:52:39 +00:00
540039ae0a
- We only need one crypto implementation, drop requirement for pycrypto
...
in favor cryptography
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=21
2017-03-17 19:00:21 +00:00
Tomas Cech
590f7a0da9
Accepting request 478450 from home:alarrosa:branches:devel:languages:python
...
- 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 (?)
OBS-URL: https://build.opensuse.org/request/show/478450
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=19
2017-03-10 10:37:51 +00:00
b4d2b548a4
Accepting request 424254 from home:tbechtold:branches:devel:languages:python
...
- Use https for Source url
OBS-URL: https://build.opensuse.org/request/show/424254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=16
2016-09-01 12:37:28 +00:00
c7ed501fdf
Accepting request 424122 from home:tbechtold:branches:devel:languages:python
...
- 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]
OBS-URL: https://build.opensuse.org/request/show/424122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=15
2016-09-01 07:28:58 +00:00
7557cc4b6b
Accepting request 351998 from Cloud:OpenStack:Master
...
- BuildRequire python-pytest-cov >= 1.7
because openSUSE-13.1 build failed with python-pytest-cov-1.6
OBS-URL: https://build.opensuse.org/request/show/351998
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=13
2016-01-05 16:09:54 +00:00
Todd R
0e6bb1b731
Accepting request 342558 from home:TheBlackCat:branches:devel:languages:python
...
Update to 1.4.0
OBS-URL: https://build.opensuse.org/request/show/342558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=11
2015-11-05 13:33:05 +00:00
Denisart Benjamin
fde70f5c85
Accepting request 321601 from home:seife:OpenStack:Master
...
fix build on RHEL7, add PyJWT-1.1.0.diff
OBS-URL: https://build.opensuse.org/request/show/321601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=9
2015-08-15 13:19:40 +00:00
Michal Čihař
f8b165fc3d
Accepting request 298613 from home:Nijel:branches:devel:languages:python
...
- Include pycrypto and ecdsa in BuildRequires for complete test coverage
- Use setup.py test to execute testsuite
OBS-URL: https://build.opensuse.org/request/show/298613
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=7
2015-04-22 14:08:36 +00:00
Michal Čihař
8bfb1d5bcc
Accepting request 298558 from home:Nijel:branches:devel:languages:python
...
- Simplify dependencies (only python-cryptography is needed, pycrypto and ecdsa
are just fallbacks whet is is not)
OBS-URL: https://build.opensuse.org/request/show/298558
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=6
2015-04-22 11:28:20 +00:00
Michal Čihař
e692e8fd72
Accepting request 298169 from home:Nijel:branches:devel:languages:python
...
- Enable testsuite during build
- Update to 1.1.0
OBS-URL: https://build.opensuse.org/request/show/298169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=5
2015-04-20 13:28:09 +00:00
Michal Čihař
0196f4c1b3
Accepting request 260010 from home:Nijel:branches:devel:languages:python
...
- Update to 0.3.0
OBS-URL: https://build.opensuse.org/request/show/260010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=3
2014-11-06 09:14:08 +00:00
Denisart Benjamin
3c577b2793
Accepting request 242019 from home:Nijel:branches:devel:languages:python
...
Please include new package
Needed for python-oauthlib update (SR will follow).
OBS-URL: https://build.opensuse.org/request/show/242019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyJWT?expand=0&rev=1
2014-07-23 20:19:21 +00:00