From a4e5ec58ad9f14f81419e39debd3fa4df991389c11d5ae9c0bf289a9ef28eea4 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 5 Dec 2017 18:19:48 +0000 Subject: [PATCH] - update to 0.9.5: * date__on support (#109) * Starttls support (#108) * Mark emails as flagged/starred (#107) * Messages filter can use date objects instead of stringified dates (#104) * Fix attachment parsing when a semicolon character ends the Content-Disposition line (#100) * Parsing - UnicecodeDecodeError() fixes (#96) * Imbox() with support (#92) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=11 --- imbox-0.9.5.tar.gz | 3 +++ imbox-0.9.tar.gz | 3 --- python-imbox.changes | 12 ++++++++++++ python-imbox.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 imbox-0.9.5.tar.gz delete mode 100644 imbox-0.9.tar.gz diff --git a/imbox-0.9.5.tar.gz b/imbox-0.9.5.tar.gz new file mode 100644 index 0000000..ae7a4e7 --- /dev/null +++ b/imbox-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9185ffca62d8d6834447f7878a391e0b64a67a33e86454f7aec4bca26166b282 +size 13928 diff --git a/imbox-0.9.tar.gz b/imbox-0.9.tar.gz deleted file mode 100644 index 6c3cb80..0000000 --- a/imbox-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50063637bfa26c39cd49a8bc44537e1dc9f40b2979c232d816527a563decc282 -size 7072 diff --git a/python-imbox.changes b/python-imbox.changes index 3068bf1..a982905 100644 --- a/python-imbox.changes +++ b/python-imbox.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 5 18:15:43 UTC 2017 - sebix+novell.com@sebix.at + +- update to 0.9.5: + * date__on support (#109) + * Starttls support (#108) + * Mark emails as flagged/starred (#107) + * Messages filter can use date objects instead of stringified dates (#104) + * Fix attachment parsing when a semicolon character ends the Content-Disposition line (#100) + * Parsing - UnicecodeDecodeError() fixes (#96) + * Imbox() with support (#92) + ------------------------------------------------------------------- Mon Sep 18 08:39:29 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-imbox.spec b/python-imbox.spec index 6319787..9f2e422 100644 --- a/python-imbox.spec +++ b/python-imbox.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-imbox -Version: 0.9 +Version: 0.9.5 Release: 0 Summary: Python IMAP for Human beings License: MIT