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

python311-rt-3.4.0-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python311-rt Distribution: openSUSE Tumbleweed
Version: 3.4.0 Vendor: openSUSE
Release: 1.2 Build date: Thu Jan 1 11:24:10 2026
Group: Development/Languages/Python Build host: reproducible
Size: 510610 Source RPM: python-rt-3.4.0-1.2.src.rpm
Packager: http://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 Jan 01 2026 Sebastian Wagner <sebix@sebix.at>
  - Update to version v3.4.0:
    - Added
    - Added functionality for some of the asset endpoints (get, create, edit, search, get history)
    - Added functionality for the get catalog endpoint
  - Update to version v3.3.9:
    - Fixes
    - In debug mode, where content may be dumped, said content may not decode correctly if it is not utf-8. Ignore errors as we don't care about that in debug mode anyways (fixes #113)
  - Update to version v3.3.8:
    - Added
    - Allow for specifying a custom RT JSON filter when querying for attachments for a ticket (#110). This solved the issue with not returning attachment IDs in
      case an attachment file name is empty as the default query explicitely excludes those.
    - Changes
    - Remove unused noqa directives
    - Do not use len() in asset when no comparison is being done
    - Add quotes to type expression in `typing.cast()`
  - Update to version v3.3.7:
    - Changes
    - Use RT v6 based docker image for tests
    - Fixes
    - Fix optional return types (#111)
* Fri Sep 05 2025 Dirk Müller <dmueller@suse.com>
  - update to 3.3.6:
    * Catch *TransportError* from httpx and re-raise as
    * ConnectionError* so that httpx transport error exceptions do
      not leak (fixes #109).
    * There was still a comparison issue, fix bad date comparison
      (fixes #107)
* Mon Mar 10 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 3.3.4
    * Remove requirements section. this can be easily reviewed
      in pyproject.toml
    * Fix bad date comparison; fixes (#107)
  - Use Python 3.11 on SLE-15 by default
* Tue Jan 07 2025 Sebastian Wagner <sebix@sebix.at>
  - switch to github tarball, as there's no longer an sdist on pypi
  - update to version v3.3.3:
    - Changes
    - Starting with version 0.28.0 of httpx, *verify* should be either a bool or an *SSL Context*.
  - update to version 3.3.2:
    - Fixes
    - Replace the removed httpx parameter of *proxies* by *proxy* (fixes #102)
    - Pin dependencies to supported relative upstream versions.
    - Remove the now obsolete *setup.py*.
  - update to version 3.3.1:
    - Fixes
    - Fix str(bytes) warning (*BytesWarning: str() on a bytes instance*) (#1074)
    - Changes
    - Set included files for ruff
    - Switch to hatchling
    - Set ignores for tests files
    - Ignore uv.lock
  - update to version 3.3.0:
    - Removed
    - Remove support for now EoL Python 3.8.
  - update to version 3.2.0:
    - Added
    - Added option for custom list of fields to be populated for search "query_format" param to avoid unnecessary round trips to get fields like Told, Starts, Resolved, etc by returning the required fields during search. (see #97 @nerdfirefighter)
* Mon Sep 23 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.2.0:
    * Added option for custom list of fields to be populated for
      search "query_format" param to avoid unnecessary round trips
      to get fields like Told, Starts, Resolved, etc by returning
      the required fields during search. (see #97 @nerdfirefighter)
* 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.

Files

/usr/lib/python3.11/site-packages/rt
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/licenses
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/licenses/AUTHORS
/usr/lib/python3.11/site-packages/rt-3.4.0.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/rt/__init__.py
/usr/lib/python3.11/site-packages/rt/__pycache__
/usr/lib/python3.11/site-packages/rt/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/rt/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/rt/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/rt/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/rt/__pycache__/rest1.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/rt/__pycache__/rest1.cpython-311.pyc
/usr/lib/python3.11/site-packages/rt/__pycache__/rest2.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/rt/__pycache__/rest2.cpython-311.pyc
/usr/lib/python3.11/site-packages/rt/exceptions.py
/usr/lib/python3.11/site-packages/rt/py.typed
/usr/lib/python3.11/site-packages/rt/rest1.py
/usr/lib/python3.11/site-packages/rt/rest2.py
/usr/share/doc/packages/python311-rt
/usr/share/doc/packages/python311-rt/AUTHORS
/usr/share/doc/packages/python311-rt/CHANGELOG.md
/usr/share/doc/packages/python311-rt/README.rst
/usr/share/licenses/python311-rt
/usr/share/licenses/python311-rt/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 5 23:10:09 2026