Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-josepy for openSUSE:Factory checked in at 2021-10-05 22:34:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-josepy (Old) and /work/SRC/openSUSE:Factory/.python-josepy.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-josepy" Tue Oct 5 22:34:07 2021 rev:11 rq:923341 version:1.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-josepy/python-josepy.changes 2021-05-10 15:41:53.200967362 +0200 +++ /work/SRC/openSUSE:Factory/.python-josepy.new.2443/python-josepy.changes 2021-10-05 22:34:41.914957668 +0200 @@ -1,0 +2,21 @@ +Tue Oct 5 19:12:28 UTC 2021 - ecsos <ec...@opensuse.org> + +- Update to 1.10.0 + * josepy is now compliant with PEP-561: type checkers will fetch + types from the inline types annotations when josepy is + installed as a dependency in a Python project. + * Added a field function to assist in adding type annotations for + Fields in classes. If the field function is used to define a + Field in a JSONObjectWithFields based class without a type + annotation, an error will be raised. + * josepy's tests can no longer be imported under the name josepy, + however, they are still included in the package and you can run + them by installing josepy with "tests" extras and running + python -m pytest. + +- Changes from 1.9.0 + * Removed pytest-cache testing dependency. + * Fixed a bug that sometimes caused incorrect padding to be used + when serializing Elliptic Curve keys as JSON Web Keys. + +------------------------------------------------------------------- Old: ---- josepy-1.8.0.tar.gz josepy-1.8.0.tar.gz.asc New: ---- josepy-1.10.0.tar.gz josepy-1.10.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-josepy.spec ++++++ --- /var/tmp/diff_new_pack.8Wo7gp/_old 2021-10-05 22:34:42.390958496 +0200 +++ /var/tmp/diff_new_pack.8Wo7gp/_new 2021-10-05 22:34:42.390958496 +0200 @@ -20,7 +20,7 @@ %define libname josepy %global skip_python2 1 Name: python-%{libname} -Version: 1.8.0 +Version: 1.10.0 Release: 0 Summary: JOSE protocol implementation in Python License: Apache-2.0 @@ -65,7 +65,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{libname} %check -%pytest src/ +%pytest %files %{python_files} %license LICENSE.txt ++++++ josepy-1.8.0.tar.gz -> josepy-1.10.0.tar.gz ++++++ ++++ 6796 lines of diff (skipped)