[arch-commits] Commit in fanficfare/trunk (PKGBUILD changelog.txt)

Eli Schwartz eschwartz at archlinux.org
Tue May 12 05:09:41 UTC 2020


    Date: Tuesday, May 12, 2020 @ 05:09:41
  Author: eschwartz
Revision: 626572

upgpkg: fanficfare 3.19.0-1: upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---------------+
 PKGBUILD      |    6 +++---
 changelog.txt |   50 +++++++++++++++++++-------------------------------
 2 files changed, 22 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 03:18:53 UTC (rev 626571)
+++ PKGBUILD	2020-05-12 05:09:41 UTC (rev 626572)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.18.0
+pkgver=3.19.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -13,8 +13,8 @@
          'python-html2text')
 optdepends=('python-pillow: support for converting/resizing story images and covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('81ebd145be8a05cf8e23d5bfe189c7e705b515305c3fcb7c7f3866470893e19e')
-b2sums=('65252bf8d4110de1d3c278370f8b35abd91d01f822ec0d0c38cf331dae8524a8f824e485cc3aa128abf391cbf7e6d79893f2a255876982e62c28a360b14f3b8d')
+sha256sums=('57132f65181ac18a5040ea76dc1bebe89cea3d55b75d12625be4bec0bcdba65d')
+b2sums=('89414f04904128fcd28fe6aa409aab5b492fd192f3ab6f6d851c9efcfe805f3918b52b94429deaeec3b14af5c8f72d8a0daa964aa3f5a078372e5bb021f32e42')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2020-05-12 03:18:53 UTC (rev 626571)
+++ changelog.txt	2020-05-12 05:09:41 UTC (rev 626572)
@@ -1,3 +1,22 @@
+Version 3.19.0 - 01 May 2020
+- Comment out a debug, user_agent for wuxiaworld.com
+- Fix adapter_fictionmaniatv image page parsing, thanks smutandrea
+- Fix adapter_fanficsme for date tags change.
+- Fix a py2/py3 issue in Calibre Plugin CLI call, thanks eschwartz
+- Change inject_chapter_title back to h3.
+- Allow for author without link & id in XF2.
+- Change inject_chapter_title code in adapter_storiesonlinenet due to clean up
+  weirdness.
+- Change defaults.ini recommendations for inject_chapter_title and change
+  injected titles to h4--had problems with epub update.
+- Fix for py2/3 differences in final strip-non-ASCII decode fall back.
+- Remove some 'watermarking' tags from adapter_webnovelcom
+- De-obfuscate emails in XenForo posts.
+- Change default setting for new users for 'Update Calibre Cover (from EPUB):'
+  to 'Yes, if EPUB has a cover image'
+- Add scifistories.com to valid site list for universe_as_series setting.
+- New Site: scifistories.com (extends finestories.com).
+
 Version 3.18.0 - 01 Apr 2020
 - Resurrect fanfiction.tenhawkpresents.com and change to
   fanfic.tenhawkpresents.ink
@@ -23,34 +42,3 @@
   instead. Closes #473
 - Add order_threadmarks_by_date to base_xenforoforum, improve defaults.ini.
   For #469
-
-Version 3.16.0 - 13 Feb 2020
-- New Site: archive.hpfanfictalk.com (eFiction non-base)
-- Reduce debug output in base_xenforoforum_adapter.
-- Add replace_xbr_with_hr feature.
-- Update translations.
-- Fix for adapter_storiesonlinenet requiring 'v' from login.php.
-- Add more domains for AO3.
-- Use storyUrl from metadata for checking library, for those sites that make
-  canonical storyUrl difficult, like adapter_literotica. Closes #461. Plugin
-  only.
-- Optional EPUB 3.0 output
-
-Version 3.15.0 - 15 Jan 2020
-- Remove site nfacommunity.com, parked domain, last worked Dec2018.
-- Remove site fannation.shades-of-moonlight.com, parked domain, last worked
-  Dec2018.
-- Kludge fix for incorrect HTTP response 500 code from trekfanfiction.net.
-- trekfanfiction.net uses utf8 now
-- Make sure storyUrl has &->& and then change it back for Calibre. Matches
-  how authorUrl is handled(in all_metadata). Closes #460 for
-  adapter_sugarquillnet .
-- adapter_sugarquillnet change chapter text td to div. Issue #460
-- Update adapter_alternatehistorycom for XenForo2. Issue #457
-- Order custom columns in config page.
-- Add -U/--update-epub-always option to CLI.
-- Don't do URL quoting on file: URLs. Fix for spaces->+ breaking default
-  cover.
-- Catch ',' in front of 'Thread' in forum titles. XenForo sites.
-- Set minimum_calibre_version to v2.85.1, last of 2 series.
-- Changes for Python3 compatibility, thanks eschwartz!



More information about the arch-commits mailing list