- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=17
This commit is contained in:
2021-04-12 15:25:47 +00:00
committed by Git OBS Bridge
parent a62e3e4ce0
commit d95187f2ef
4 changed files with 12 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
# Tests require internet connection
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-rt
Version: 2.1.0
Version: 2.1.1
Release: 0
Summary: Python interface to Request Tracker API
License: GPL-3.0-only
@@ -50,7 +50,7 @@ Python implementation of Request Tracker (a ticketing system) REST API described
%files %{python_files}
%doc AUTHORS CHANGES README.rst
%license COPYING
%license COPYING
%{python_sitelib}/*
%changelog