15
0
forked from pool/python-imbox

- update to version 0.9.8:

- IMPROVEMENTS:
 - Fix imbox.delete regression ([#138](https://github.com/martinrusev/imbox/issues/138))
 - Fixed handling for attachments with filenames longer than 76 characters ([#186](https://github.com/martinrusev/imbox/pull/186)) -  Contributed by @nirdrabkin
 - Improved character encoding detection ([#184](https://github.com/martinrusev/imbox/pull/184)) -  Contributed by @py-radicz

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=17
This commit is contained in:
2020-06-03 11:10:16 +00:00
committed by Git OBS Bridge
parent 64a966b656
commit 7798a83562
4 changed files with 15 additions and 4 deletions

View File

@@ -19,17 +19,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-imbox
Version: 0.9.7
Version: 0.9.8
Release: 0
Summary: Python IMAP for Human beings
License: MIT
Group: Development/Languages/Python
URL: https://github.com/martinrusev/imbox
Source: https://files.pythonhosted.org/packages/source/i/imbox/imbox-%{version}.tar.gz
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-chardet
%python_subpackages
%description