From 8e8aa9bcc88ef57f33ce476ff12ecb472c38084d93d159fa4ce7d80d22e6c3ae Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 18 Sep 2017 08:42:42 +0000 Subject: [PATCH] - 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 --- imbox-0.8.5.tar.gz | 3 --- imbox-0.9.tar.gz | 3 +++ python-imbox.changes | 10 ++++++++++ python-imbox.spec | 11 ++++------- 4 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 imbox-0.8.5.tar.gz create mode 100644 imbox-0.9.tar.gz diff --git a/imbox-0.8.5.tar.gz b/imbox-0.8.5.tar.gz deleted file mode 100644 index 1be8d60..0000000 --- a/imbox-0.8.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24290f93603c63f5f837ee817a1d17449ed43bdab14e12627c4278bfd69a9e16 -size 7112 diff --git a/imbox-0.9.tar.gz b/imbox-0.9.tar.gz new file mode 100644 index 0000000..6c3cb80 --- /dev/null +++ b/imbox-0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50063637bfa26c39cd49a8bc44537e1dc9f40b2979c232d816527a563decc282 +size 7072 diff --git a/python-imbox.changes b/python-imbox.changes index 9df745e..3068bf1 100644 --- a/python-imbox.changes +++ b/python-imbox.changes @@ -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 diff --git a/python-imbox.spec b/python-imbox.spec index 22a76e7..6319787 100644 --- a/python-imbox.spec +++ b/python-imbox.spec @@ -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