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

Eli Schwartz eschwartz at archlinux.org
Mon May 31 02:56:29 UTC 2021


    Date: Monday, May 31, 2021 @ 02:56:29
  Author: eschwartz
Revision: 951520

upgpkg: fanficfare 4.3.0-1: upstream release

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

---------------+
 PKGBUILD      |    6 +++---
 changelog.txt |   37 ++++++++++---------------------------
 2 files changed, 13 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-31 02:56:28 UTC (rev 951519)
+++ PKGBUILD	2021-05-31 02:56:29 UTC (rev 951520)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=4.2.0
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -16,9 +16,9 @@
             'python-pillow: support for converting/resizing story images and covers')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
         "0001-makeplugin-do-not-bundle-system-dependencies.patch")
-sha256sums=('66f3fabcf0d9333638ec0ef3c4a86538ebd3f77692448374c0de1cea9e489107'
+sha256sums=('6a836b71103a27ac0e9a021427cbdb039de9a073a01cb4272361847f815a1065'
             '6d172dcc98a8f6dcef2048272bfabd810ceeb5740969fbe406ebcd7b638e072c')
-b2sums=('ead76ac461de4ba5c6e09cbeb278fecc06d605d5900efc069b6f7d7a21aef3af700bd59af41d9b9680a8e0dccf4535f12482488dc63a9c594b3f636bd9800b19'
+b2sums=('acb5a92db6d28e495282815298c3e28f360d15477e3d7b5f379ce3c27d7320beef60a08a7a8025dc27d8f9708c2eacf7d308476de99d49e8dddb8b00e4db817f'
         'eca0e505305ef74e0af1be6f5c1376091da4cd69bfc9f468f6040cf35d71890e3901b9cf0a9f9e25e6cb409651d402d8414116d0a8d43269bfdab2fdd0005279')
 
 prepare() {

Modified: changelog.txt
===================================================================
--- changelog.txt	2021-05-31 02:56:28 UTC (rev 951519)
+++ changelog.txt	2021-05-31 02:56:29 UTC (rev 951520)
@@ -1,3 +1,13 @@
+Version 4.3.0 - 2021-05-30
+- quotev.com: use_cloudscraper:true by default.
+- Update translations
+- adapter_bdsmlibrarycom: Set author Anonymous when author not found instead
+  of sys.exit(). Closes #696
+- Fix XF authorUrl and author_avatar_cover feature. Closes #695
+- Catch exceptions in word count.
+- Add CLI --color option for warns and fails. Closes #692
+- Report browser cache load fail as such.
+
 Version 4.2.0 - 30 Apr 2021
 - Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina!
 - Need to set logger.setLevel() again with import changes to see debugs in
@@ -31,30 +41,3 @@
 - Fix for adapter_literotica changing URLs on author page yet again.
 - Add [harrypotterfanfiction.com] slow_down_sleep_time:1 -- Site blocking fast
   downloads.
-
-Version 4.1.0 - 26 Mar 2021
-- adapter_literotica - Update for recent site change and fix first chapter -
-  Thanks, davidfor!
-- adapter_fictionlive - Fix off-by-one error in most_recent_chunk /
-  add_chapter_url interaction, closes #672 Thanks, HazelSh!
-- Fixes for literotica sites changes. Issue #671
-- Fix for include_dice_rolls when multiple fieldsets.
-- Check for img 'failedtoload' *before* trying to fetch on updates.
-- Issue with fiction.live setting in defaults[fiction.live] overriding
-  personal[www.fiction.live]. Could use a more general solution if I can think
-  of one.
-- minor changes to track fictionlive website updates - Thanks, HazelSh #668
-- Fix show_timestamps option in adapter_fictionlive
-- Add include_dice_rolls option
-- Include error for continue_on_chapter_error in log
-- Put 'Change theme to Classic' back in adapter_storiesonlinenet
-- Remove some dup imports/code, thanks akshgpt7. Closes #663
-- use_ssl_unverified_context:true ignored when use_clouadscraper:true
-- Fixes for ancient 'import *' getting broken by removing unused imports in
-  base_writer -- Fixes "name 're' is not defined" with HTML output.
-
-Version 4.0.2 - 21 Feb 2021
-- Fix for BG job race conditions.
-- Fix writer_txt import removeAllEntities
-- Update plugin about.html
-- Fix reduce_zalgo not imported.



More information about the arch-commits mailing list