forked from pool/python-rt
Accepting request 1325936 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1325936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rt?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 1 10:24:10 UTC 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 5 20:03:55 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rt
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-rt
|
||||
Version: 3.3.6
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
Summary: Python interface to Request Tracker API
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa8f1a55a1745dfcde91de75cb8ee5a9bd605f10dea3bc3d62e32dd6fbd81f3f
|
||||
size 72647
|
||||
3
rt-3.4.0.tar.gz
Normal file
3
rt-3.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb47e3ab1eca6d8037c3bf5a2c2f5184e3b6dab7f6f0be274b7047f858a53190
|
||||
size 75330
|
||||
Reference in New Issue
Block a user