15
0
forked from pool/python-imbox

- update to 0.9

* Permissively Decode Emails: (#78)
 * "With" statement for automatic cleanup/logout (#92)
- update to 0.8.6
 * Add support for Python 3.3+ Parsing policies: (#75)
 * Remove support for Python 2.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=9
This commit is contained in:
2017-09-18 08:42:42 +00:00
committed by Git OBS Bridge
parent 867e30dc80
commit 8e8aa9bcc8
4 changed files with 17 additions and 10 deletions

View File

@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-imbox
Version: 0.8.5
Version: 0.9
Release: 0
Summary: Python IMAP for Human beings
License: MIT
@@ -27,11 +28,8 @@ 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}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
%description
@@ -45,11 +43,10 @@ Python library for reading IMAP mailboxes and converting email content to machin
%install
%python_install
%fdupes %{buildroot}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%defattr(-,root,root,-)
%doc README.md LICENSE
%doc README.rst LICENSE
%{python_sitelib}/*
%changelog