- Update to 3.10.5:

- Fixes for IMAP folder parsing.
  - ensure_str on IMAP4 folder name for Python3. Fixes #419
  - Fix adapter_inkbunnynet incorrect example URL, caused
    problems with get URLs from page.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=23
This commit is contained in:
Matej Cepl 2019-08-06 12:34:45 +00:00 committed by Git OBS Bridge
parent 2cfd4d9636
commit 650d3d772f
4 changed files with 13 additions and 4 deletions

BIN
FanFicFare-3.10.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
FanFicFare-3.10.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 6 14:32:05 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Update to 3.10.5:
- Fixes for IMAP folder parsing.
- ensure_str on IMAP4 folder name for Python3. Fixes #419
- Fix adapter_inkbunnynet incorrect example URL, caused
problems with get URLs from page.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 30 09:15:07 UTC 2019 - pgajdos@suse.com Tue Jul 30 09:15:07 UTC 2019 - pgajdos@suse.com

View File

@ -20,7 +20,7 @@
%define modnamedown fanficfare %define modnamedown fanficfare
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare Name: python-fanficfare
Version: 3.10.1 Version: 3.10.5
Release: 0 Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only License: GPL-3.0-only