1
0

Accepting request 719799 from home:pgajdos

- version update to 3.10.1
  * Additional error checking and output for IMAP4 fetch.
  * Add always_include_first_post_chapters to base_xenforoforum_adapter
  * XF posts can include a tags without href, look for href searching for links. Closes #417
  * Add work around to fix XF2 issue with multiple '...' in threadmarks.
  * Tweak getting URLs from email for SV XF2 changes, don't get post URLs.
  * Changes to adapter_forumssufficientvelocitycom for XenForo2 migration.
  * Fix for Plugin: Group reported results better for meta-only updates.
  * Plugin: Group reported results better.
  * Add a de-dup check to XF threadmark collection due to at least one SB story having TM bug.
  * Adjust reader_posts_per_page for forum.questionablequesting.com.
  * adapter_wuxiaworldco: Don't include grayed out 'In preparation' chapters
  * Move BS version debug so it doesn't appear in CLI without -d.
  * Fix for regression on XF not-first index post.
  * Fix for a corner-case global_cache written by py2, then read by py3 bug.
  * Update included dependencies -- mostly for Calibre 2.85.1.
  * adapter_asianfanficscom json fixes - thanks oh45454545
  * adapter_asianfanficscom foreword json fix - thanks oh45454545
  * Change metadata separator to ' & ' when filling 'Contains names' custom columns.
  * Fix for adapter_asianfanficscom change for views metadata
  * Fix for site change adapter_novelonlinefullcom
  * More fixes for adapter_asianfanficscom site now giving different HTML to FFF.
  * Fix for some(older?) adapter_asianfanficscom stories not have json links.
  * Fixes for site changes adapter_asianfanficscom
  * Fix for extended chars in text email imap fetchs on py3.
  * Show debug output BeautifulSoup version.
  * adapter_mediaminerorg: Fix for not finding a block in chapter download.
  * Fix for newer BS4/soupsieve enforcing CSS selector rules about :/ chars.
  * Fix for site date change adapter_wuxiaworldcom

OBS-URL: https://build.opensuse.org/request/show/719799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal 2019-07-30 10:19:32 +00:00 committed by Git OBS Bridge
parent b55413c016
commit 2cfd4d9636
4 changed files with 41 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Jul 30 09:15:07 UTC 2019 - pgajdos@suse.com
- version update to 3.10.1
* Additional error checking and output for IMAP4 fetch.
* Add always_include_first_post_chapters to base_xenforoforum_adapter
* XF posts can include a tags without href, look for href searching for links. Closes #417
* Add work around to fix XF2 issue with multiple '...' in threadmarks.
* Tweak getting URLs from email for SV XF2 changes, don't get post URLs.
* Changes to adapter_forumssufficientvelocitycom for XenForo2 migration.
* Fix for Plugin: Group reported results better for meta-only updates.
* Plugin: Group reported results better.
* Add a de-dup check to XF threadmark collection due to at least one SB story having TM bug.
* Adjust reader_posts_per_page for forum.questionablequesting.com.
* adapter_wuxiaworldco: Don't include grayed out 'In preparation' chapters
* Move BS version debug so it doesn't appear in CLI without -d.
* Fix for regression on XF not-first index post.
* Fix for a corner-case global_cache written by py2, then read by py3 bug.
* Update included dependencies -- mostly for Calibre 2.85.1.
* adapter_asianfanficscom json fixes - thanks oh45454545
* adapter_asianfanficscom foreword json fix - thanks oh45454545
* Change metadata separator to ' & ' when filling 'Contains names' custom columns.
* Fix for adapter_asianfanficscom change for views metadata
* Fix for site change adapter_novelonlinefullcom
* More fixes for adapter_asianfanficscom site now giving different HTML to FFF.
* Fix for some(older?) adapter_asianfanficscom stories not have json links.
* Fixes for site changes adapter_asianfanficscom
* Fix for extended chars in text email imap fetchs on py3.
* Show debug output BeautifulSoup version.
* adapter_mediaminerorg: Fix for not finding a block in chapter download.
* Fix for newer BS4/soupsieve enforcing CSS selector rules about :/ chars.
* Fix for site date change adapter_wuxiaworldcom
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 7 12:38:47 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com> Fri Jun 7 12:38:47 UTC 2019 - Marketa Calabkova <mcalabkova@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.8.0 Version: 3.10.1
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
@ -39,6 +39,7 @@ Requires: python-beautifulsoup4
Requires: python-chardet Requires: python-chardet
Requires: python-html2text Requires: python-html2text
Requires: python-html5lib Requires: python-html5lib
Requires: python-setuptools
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
BuildArch: noarch BuildArch: noarch
@ -74,6 +75,9 @@ dos2unix DESCRIPTION.rst README.md
%postun %postun
%python_uninstall_alternative fanficfare %python_uninstall_alternative fanficfare
%check
# no upstream tests
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc DESCRIPTION.rst README.md %doc DESCRIPTION.rst README.md