Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-rt-3.1.4-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-rt Distribution: openSUSE:Factory:zSystems
Version: 3.1.4 Vendor: openSUSE
Release: 1.2 Build date: Thu Mar 14 09:56:09 2024
Group: Development/Languages/Python Build host: reproducible
Size: 471974 Source RPM: python-rt-3.1.4-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/CZ-NIC/python-rt
Summary: Python interface to Request Tracker API
Python implementation of Request Tracker (a ticketing system) REST API described here: https://rt-wiki.bestpractical.com/wiki/REST

Provides

Requires

License

GPL-3.0-only

Changelog

* Thu Mar 14 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.1.4:
    * Add a workaround for a breaking change introduced in RT5.0.5
      which returns undefined pages variable for non-superusers
* Fri Dec 08 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.1.3:
    * Fix an issue where no e-mail was sent on ticket creation due
      to suggesting to use **Requestors** instead of **Requestor**
    * Revert breaking change for python3.8
      (collections.abc.AsyncIterator is not subscriptable).
    * In AsyncRt, instead of returning sequences, return
      AsyncIterators.
    * Replace *requests* with *httpx* for the REST2 part.
    * Add a new *AsyncRt* class which implements the RT REST2 API
      in asnyc.
    * Adapt tests to include thew new async parts of this library.
* Fri Aug 11 2023 Sebastian Wagner <sebix@sebix.at>
  - update to version 3.0.7:
    - Fix sorting when using search() method (#90)
* Tue Jul 18 2023 Antonio Teixeira <antonio.teixeira@suse.com>
  - Update to version 3.0.6:
    * Added support for specifying custom fields on user creation/edit (#82).
    * Fixed bug in rest1 (#86).
* Sat Dec 03 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  -  Update to version 3.0.4:
    * Workaround for parsing issues with tickets with only 1 attachment (#80), due to probably an upstream bug.
* Fri Jul 08 2022 Duarte Pousa <pousaduarte@gmail.com>
  - fix regression in version 3.0.3:
    - Temporary revert to setup.cfg from 3.0.2, due to: https://github.com/pypa/setuptools/issues/3269
* Tue Jun 21 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 3.0.3:
    - Move package metadata and configuration from setup.cfg to pyproject.toml.
  - update to version 3.0.2:
    - Fix edit_user() response handling in case a user_id name (str) was passed instead of a number.
* Fri May 27 2022 Sebastian Wagner <sebix+novell.com@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 2022 Sebastian Wagner <sebix+novell.com@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.
* Sat Apr 09 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Update to version 2.2.2:
    - Fix bug in the get_ticket would omit certain fields in case they were empty instead of returning an empty list as was the previous behavior (#70).
    - Add tests for verifying correct return result for AdminCc, Cc and Requestor fields.
* Sat Nov 27 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Update to version 2.2.1:
    - Fix bug in get_attachment_content which was a workaround for a bug in RT <=4.2 (trailing new-lines) but which was fixed in RT >=4.2. This made tests fail and return falsely stripped attachment content.
* Mon Nov 15 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Update to version 2.2.0:
    - Search has a parameter fields that can be used to return only particular fields for tickets. In some cases I noticed it will improve the speed of the query completion if you only need specific fields (#65 by @kimmoal).
* Thu Apr 08 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Update to version 2.1.1:
    - Fix support for custom field values containing newlines in API responses (#10, #11)
    (the previous change in v1.0.11 fixed API requests) (#64)
* Thu Feb 25 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Update to version 2.1.0:
    - Add the possibility to provide cookies as dict to authenticate (#60)
    - Add IS and IS NOT operators to search (#57)

Files

/usr/lib/python3.12/site-packages/rt
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info/LICENSE
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info/METADATA
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info/RECORD
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info/WHEEL
/usr/lib/python3.12/site-packages/rt-3.1.4.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/rt/__init__.py
/usr/lib/python3.12/site-packages/rt/__pycache__
/usr/lib/python3.12/site-packages/rt/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rt/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/rt/__pycache__/exceptions.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rt/__pycache__/exceptions.cpython-312.pyc
/usr/lib/python3.12/site-packages/rt/__pycache__/rest1.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rt/__pycache__/rest1.cpython-312.pyc
/usr/lib/python3.12/site-packages/rt/__pycache__/rest2.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rt/__pycache__/rest2.cpython-312.pyc
/usr/lib/python3.12/site-packages/rt/exceptions.py
/usr/lib/python3.12/site-packages/rt/py.typed
/usr/lib/python3.12/site-packages/rt/rest1.py
/usr/lib/python3.12/site-packages/rt/rest2.py
/usr/share/doc/packages/python312-rt
/usr/share/doc/packages/python312-rt/AUTHORS
/usr/share/doc/packages/python312-rt/CHANGELOG.md
/usr/share/doc/packages/python312-rt/README.rst
/usr/share/licenses/python312-rt
/usr/share/licenses/python312-rt/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:40:03 2024