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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:770293ef915eff929caab4f3319e8eb8bde87eed2ab63ca19a8a5b675f93c6b7
|
||||
size 16973
|
||||
3
imbox-0.9.8.tar.gz
Normal file
3
imbox-0.9.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0bdfc76b10caa9b0f903c532894c58af4d4cee182ec35700d0048047b7ec9bb
|
||||
size 17798
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 11:09:51 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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 <sebix+novell.com@sebix.at>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user