Hello community,

here is the log from the commit of package python-PyJWT for openSUSE:Factory 
checked in at 2017-08-22 11:10:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyJWT (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyJWT.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyJWT"

Tue Aug 22 11:10:32 2017 rev:11 rq:517967 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyJWT/python-PyJWT.changes        
2017-05-09 18:02:50.183551199 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyJWT.new/python-PyJWT.changes   
2017-08-22 11:10:33.432529935 +0200
@@ -1,0 +2,23 @@
+Mon Aug 21 15:51:40 UTC 2017 - [email protected]
+
+- 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]
+
+-------------------------------------------------------------------

Old:
----
  PyJWT-1.4.2.tar.gz

New:
----
  PyJWT-1.5.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PyJWT.spec ++++++
--- /var/tmp/diff_new_pack.3ZGt7F/_old  2017-08-22 11:10:34.808336214 +0200
+++ /var/tmp/diff_new_pack.3ZGt7F/_new  2017-08-22 11:10:34.836332272 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-PyJWT
-Version:        1.4.2
+Version:        1.5.2
 Release:        0
 Summary:        JSON Web Token implementation in Python
 License:        MIT
@@ -62,24 +62,24 @@
 
 %install
 %python_install
-%python_clone -a %{buildroot}%{_bindir}/jwt
+%python_clone -a %{buildroot}%{_bindir}/pyjwt
 
 #hardlink duplicated files
 %fdupes %{buildroot}
 
 %post
-%python_install_alternative jwt
+%python_install_alternative pyjwt
 
 %postun
-%python_uninstall_alternative jwt
+%python_uninstall_alternative pyjwt
 
 %check
 %{python_expand PYTHONPATH=%{buildroot}%{python_sitelib} py.test-%{py_ver} -k 
"not test_verify_false_deprecated" }
 
 %files %python_files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG.md LICENSE README.md
+%doc AUTHORS CHANGELOG.md LICENSE README.rst
 %{python_sitelib}/*
-%python_alternative %{_bindir}/jwt
+%python_alternative %{_bindir}/pyjwt
 
 %changelog

++++++ PyJWT-1.4.2.tar.gz -> PyJWT-1.5.2.tar.gz ++++++
++++ 2635 lines of diff (skipped)


Reply via email to