15
0
forked from pool/python-imbox

Accepting request 802507 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/802507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imbox?expand=0&rev=5
This commit is contained in:
2020-05-11 11:42:18 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f158bc201b8188be6c5a9b9cb677d6eae9ab9026df8e8aa02a8209b9e7617fe9
size 14799

3
imbox-0.9.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:770293ef915eff929caab4f3319e8eb8bde87eed2ab63ca19a8a5b675f93c6b7
size 16973

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 3 13:06:36 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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

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}