From 64a966b6561cdce0b985a5cd9c3bf614719f51e0c7688994152c1eb15b8e1a67 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 3 May 2020 13:13:12 +0000 Subject: [PATCH] - update to version 0.9.7: - Gmail: IMAP extension searches label and raw are not supported. - Searches in mail bodies and UID ranges are now supported. - Attachments have a Content-ID now (#174) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=15 --- imbox-0.9.6.tar.gz | 3 --- imbox-0.9.7.tar.gz | 3 +++ python-imbox.changes | 8 ++++++++ python-imbox.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 imbox-0.9.6.tar.gz create mode 100644 imbox-0.9.7.tar.gz diff --git a/imbox-0.9.6.tar.gz b/imbox-0.9.6.tar.gz deleted file mode 100644 index 695bf50..0000000 --- a/imbox-0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f158bc201b8188be6c5a9b9cb677d6eae9ab9026df8e8aa02a8209b9e7617fe9 -size 14799 diff --git a/imbox-0.9.7.tar.gz b/imbox-0.9.7.tar.gz new file mode 100644 index 0000000..8d0224d --- /dev/null +++ b/imbox-0.9.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770293ef915eff929caab4f3319e8eb8bde87eed2ab63ca19a8a5b675f93c6b7 +size 16973 diff --git a/python-imbox.changes b/python-imbox.changes index 29dc888..eb70bcd 100644 --- a/python-imbox.changes +++ b/python-imbox.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 3 13:06:36 UTC 2020 - Sebastian Wagner + +- update to version 0.9.7: + - Gmail: IMAP extension searches label and raw are not supported. + - Searches in mail bodies and UID ranges are now supported. + - Attachments have a Content-ID now (#174) + ------------------------------------------------------------------- Sun Aug 26 12:04:54 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-imbox.spec b/python-imbox.spec index d1aa75c..8d60da2 100644 --- a/python-imbox.spec +++ b/python-imbox.spec @@ -1,7 +1,7 @@ # # spec file for package python-imbox # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-imbox -Version: 0.9.6 +Version: 0.9.7 Release: 0 Summary: Python IMAP for Human beings License: MIT Group: Development/Languages/Python -Url: https://github.com/martinrusev/imbox +URL: https://github.com/martinrusev/imbox Source: https://files.pythonhosted.org/packages/source/i/imbox/imbox-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}