From 92cf3436f3f2290ae4cdea87bbc37baa9515823269ef30bb094c3d291e1e49dc Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 26 Aug 2018 12:06:22 +0000 Subject: [PATCH] - update to 0.9.6: * Vendors package, adding provider specific functionality ([#139](https://github.com/martinrusev/imbox/pull/139)) - Contributed by @zevaverbach * Type hints for every method and function ([#136](https://github.com/martinrusev/imbox/pull/136)) - Contributed by @zevaverbach * Move all code out of __init__.py and into a separate module ([#130](https://github.com/martinrusev/imbox/pull/130)) - Contributed by @zevaverbach * Enhance `messages' generator: ([#129](https://github.com/martinrusev/imbox/pull/129)) - Contributed by @zevaverbach OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imbox?expand=0&rev=13 --- imbox-0.9.5.tar.gz | 3 --- imbox-0.9.6.tar.gz | 3 +++ python-imbox.changes | 9 +++++++++ python-imbox.spec | 7 ++++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 imbox-0.9.5.tar.gz create mode 100644 imbox-0.9.6.tar.gz diff --git a/imbox-0.9.5.tar.gz b/imbox-0.9.5.tar.gz deleted file mode 100644 index ae7a4e7..0000000 --- a/imbox-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9185ffca62d8d6834447f7878a391e0b64a67a33e86454f7aec4bca26166b282 -size 13928 diff --git a/imbox-0.9.6.tar.gz b/imbox-0.9.6.tar.gz new file mode 100644 index 0000000..695bf50 --- /dev/null +++ b/imbox-0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f158bc201b8188be6c5a9b9cb677d6eae9ab9026df8e8aa02a8209b9e7617fe9 +size 14799 diff --git a/python-imbox.changes b/python-imbox.changes index a982905..29dc888 100644 --- a/python-imbox.changes +++ b/python-imbox.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Aug 26 12:04:54 UTC 2018 - sebix+novell.com@sebix.at + +- update to 0.9.6: + * Vendors package, adding provider specific functionality ([#139](https://github.com/martinrusev/imbox/pull/139)) - Contributed by @zevaverbach + * Type hints for every method and function ([#136](https://github.com/martinrusev/imbox/pull/136)) - Contributed by @zevaverbach + * Move all code out of __init__.py and into a separate module ([#130](https://github.com/martinrusev/imbox/pull/130)) - Contributed by @zevaverbach + * Enhance `messages' generator: ([#129](https://github.com/martinrusev/imbox/pull/129)) - Contributed by @zevaverbach + ------------------------------------------------------------------- Tue Dec 5 18:15:43 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-imbox.spec b/python-imbox.spec index 9f2e422..d1aa75c 100644 --- a/python-imbox.spec +++ b/python-imbox.spec @@ -1,7 +1,7 @@ # # spec file for package python-imbox # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-imbox -Version: 0.9.5 +Version: 0.9.6 Release: 0 Summary: Python IMAP for Human beings License: MIT @@ -46,7 +46,8 @@ Python library for reading IMAP mailboxes and converting email content to machin %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc README.rst LICENSE +%doc README.rst +%license LICENSE %{python_sitelib}/* %changelog