diff --git a/python-rt.changes b/python-rt.changes index 2fa258d..ff6e802 100644 --- a/python-rt.changes +++ b/python-rt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 8 11:38:15 UTC 2021 - Sebastian Wagner + +- 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 19:44:00 UTC 2021 - Sebastian Wagner diff --git a/python-rt.spec b/python-rt.spec index c078999..7cab1f6 100644 --- a/python-rt.spec +++ b/python-rt.spec @@ -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 diff --git a/rt-2.1.0.tar.gz b/rt-2.1.0.tar.gz deleted file mode 100644 index 33f76b3..0000000 --- a/rt-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffd5f9683b8c94e2c55d1f5878f1e3bedcd3ec003989548df075261e4fbc4e35 -size 40570 diff --git a/rt-2.1.1.tar.gz b/rt-2.1.1.tar.gz new file mode 100644 index 0000000..8b26c15 --- /dev/null +++ b/rt-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976b39a87fb09cd9f33937bd2d00b529011681a2bee31c97cc8f1fd99240be4f +size 40904