From 7798a8356254efbbfa6386168f496df8a9c7c3ac892392fa14c0a7e8531e8dd6 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 3 Jun 2020 11:10:16 +0000 Subject: [PATCH] - 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 --- imbox-0.9.7.tar.gz | 3 --- imbox-0.9.8.tar.gz | 3 +++ python-imbox.changes | 9 +++++++++ python-imbox.spec | 4 +++- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 imbox-0.9.7.tar.gz create mode 100644 imbox-0.9.8.tar.gz diff --git a/imbox-0.9.7.tar.gz b/imbox-0.9.7.tar.gz deleted file mode 100644 index 8d0224d..0000000 --- a/imbox-0.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:770293ef915eff929caab4f3319e8eb8bde87eed2ab63ca19a8a5b675f93c6b7 -size 16973 diff --git a/imbox-0.9.8.tar.gz b/imbox-0.9.8.tar.gz new file mode 100644 index 0000000..b4b8cbf --- /dev/null +++ b/imbox-0.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bdfc76b10caa9b0f903c532894c58af4d4cee182ec35700d0048047b7ec9bb +size 17798 diff --git a/python-imbox.changes b/python-imbox.changes index eb70bcd..ef8b1b8 100644 --- a/python-imbox.changes +++ b/python-imbox.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jun 3 11:09:51 UTC 2020 - Sebastian Wagner + +- 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 + ------------------------------------------------------------------- Sun May 3 13:06:36 UTC 2020 - Sebastian Wagner diff --git a/python-imbox.spec b/python-imbox.spec index 8d60da2..42fd1a2 100644 --- a/python-imbox.spec +++ b/python-imbox.spec @@ -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