Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-apiron for openSUSE:Factory checked in at 2021-08-30 13:55:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-apiron (Old) and /work/SRC/openSUSE:Factory/.python-apiron.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-apiron" Mon Aug 30 13:55:10 2021 rev:3 rq:914903 version:6.0.0.post1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-apiron/python-apiron.changes 2020-08-31 16:51:08.632380417 +0200 +++ /work/SRC/openSUSE:Factory/.python-apiron.new.1899/python-apiron.changes 2021-08-30 13:55:28.221842586 +0200 @@ -1,0 +2,14 @@ +Sun Aug 29 08:36:10 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- version 6.0.0.post1 + * Move from Travis CI to GitHub Actions for testing and publishing + Use PEP 517 builds + * Testing matrix and trove classifiers for Python 3.9 + Type hints for all classes, methods, and functions + * Support for Python 3.6 has been removed due to its impending end of life and + the desire to leverage features from 3.7 + * Remove Python 3.10 testing and support for now, as Travis CI only has + Python 3.10.0a5 which isn't compatible with recent pytest-randomly releases + * Indicate (by renaming) that all functions in the client module are private, except for call + +------------------------------------------------------------------- Old: ---- apiron-5.1.0.tar.gz New: ---- apiron-6.0.0.post1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-apiron.spec ++++++ --- /var/tmp/diff_new_pack.SSA3G3/_old 2021-08-30 13:55:29.057843659 +0200 +++ /var/tmp/diff_new_pack.SSA3G3/_new 2021-08-30 13:55:29.061843664 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-apiron +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Dr. Axel Braun <d...@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -19,9 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 %define modname apiron Name: python-%{modname} -Version: 5.1.0 +Version: 6.0.0.post1 Release: 0 Summary: Apiron helps you cook a tasty client for RESTful APIs License: MIT