diff --git a/python-rt.changes b/python-rt.changes index a639506..8392368 100644 --- a/python-rt.changes +++ b/python-rt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 27 10:11:12 UTC 2021 - Sebastian Wagner + +- 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 20:53:35 UTC 2021 - Sebastian Wagner diff --git a/python-rt.spec b/python-rt.spec index ea4b98c..c98ad6a 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.2.0 +Version: 2.2.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 LICENSE %{python_sitelib}/* %changelog diff --git a/rt-2.2.0.tar.gz b/rt-2.2.0.tar.gz deleted file mode 100644 index 6b11d07..0000000 --- a/rt-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5a84aa4f4bf0cc8991f197ceba169d2f8dcc2682a913401417961b4b7ab047 -size 40814 diff --git a/rt-2.2.1.tar.gz b/rt-2.2.1.tar.gz new file mode 100644 index 0000000..337b8f6 --- /dev/null +++ b/rt-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91ec3818f00e5a9a808771c3b0724bd40fd821b43e1dc234ac86f35d8a88892 +size 50005