Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rt for openSUSE:Factory checked in at 2022-06-03 14:16:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rt (Old) and /work/SRC/openSUSE:Factory/.python-rt.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rt" Fri Jun 3 14:16:56 2022 rev:13 rq:980581 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rt/python-rt.changes 2022-04-17 23:51:52.274474054 +0200 +++ /work/SRC/openSUSE:Factory/.python-rt.new.1548/python-rt.changes 2022-06-03 14:17:06.057350370 +0200 @@ -1,0 +2,34 @@ +Fri May 27 06:53:41 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at> + +- update to version 3.0.1: + - Fixes + - Make sure to include _hyperlinks in history items + - On edit ticket, raise exception if user/queue does not exist + - Added + - Add helper method for deleting tickets + - Add tests + +------------------------------------------------------------------- +Sun May 22 10:18:29 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at> + +- update to version 3.0.0 + - The following is a major release of the `rt` library. + - There is support for the REST API version 1 as well as version 2. + - Please note that this release contains breaking changes and requires adaptations to existing code, even if you are sticking to version 1 of the API. + - These changes were necessary in order to properly support both API versions. + - Added + - RT REST2 support was added and is mostly on par with the REST1 support (differences are a result of the REST2 API implementation differences in RT). + - REST2 is a modern API based on JSON exchanges and thus the complex parsing of responses and request construction are no longer needed. + - Changes + - Existing exception classes were renamed to adhere to the naming convention (https://peps.python.org/pep-0008/#exception-names). + - In case you do catch specific `rt` exceptions, a simple search/replace will do, see the changelog page in the documentation for details. + - Importing the `rt` class changed in order to better accommodate the new `rest2` implementation. + - Where one use to be able to import `rt` using: + `from rt import Rt` + you now have to use the following syntax: + `from rt.rest1 import Rt` + - Importing the `rt` module does no longer import all exceptions but only the core `RtError` exception. + - If you require other exceptions, please import them from `rt.exceptions`. + - Use pytest instead of nose. + +------------------------------------------------------------------- Old: ---- rt-2.2.2.tar.gz New: ---- rt-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rt.spec ++++++ --- /var/tmp/diff_new_pack.6Co8k6/_old 2022-06-03 14:17:06.889351451 +0200 +++ /var/tmp/diff_new_pack.6Co8k6/_new 2022-06-03 14:17:06.893351456 +0200 @@ -19,7 +19,7 @@ # Tests require internet connection %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rt -Version: 2.2.2 +Version: 3.0.1 Release: 0 Summary: Python interface to Request Tracker API License: GPL-3.0-only @@ -49,7 +49,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc AUTHORS CHANGES README.rst +%doc AUTHORS CHANGELOG.md README.rst %license LICENSE %{python_sitelib}/* ++++++ rt-2.2.2.tar.gz -> rt-3.0.1.tar.gz ++++++ ++++ 7433 lines of diff (skipped)