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

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 18 08:39:29 UTC 2017 - sebix+novell.com@sebix.at
- 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
-------------------------------------------------------------------
Wed Apr 12 20:01:19 UTC 2017 - sebix+novell.com@sebix.at

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