15
0
forked from pool/python-imbox

- 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
This commit is contained in:
2020-05-03 13:13:12 +00:00
committed by Git OBS Bridge
parent 92cf3436f3
commit 64a966b656
4 changed files with 15 additions and 7 deletions

View File

@@ -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}