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

Eli Schwartz eschwartz at archlinux.org
Thu Jan 21 04:05:20 UTC 2021


    Date: Thursday, January 21, 2021 @ 04:05:19
  Author: eschwartz
Revision: 824086

upgpkg: fanficfare 3.29.0-1: upstream release

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-21 03:01:56 UTC (rev 824085)
+++ PKGBUILD	2021-01-21 04:05:19 UTC (rev 824086)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.27.0
+pkgver=3.29.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=('5ea3754fb2db5c19daf7cd6356f5b76136717717517cedb943bb08ef8ba6b8e5')
-b2sums=('5599b1071402b452e6643f4c0268e5ab302d7c9eab4b6cc6be31c12684f73f539c02b51e27f1679714b2abb94b8e1ab6d25cac6b28ab926919a417bc97bbbe4e')
+sha256sums=('7165364dfcb99bb84a23547252653d7dcfeba52b57dc167b3d6948dad8c67ad4')
+b2sums=('1063e4530bd600cf9ab61efbe21c172bb2ee0dec03506aaed999f3c6c6595f6c9a7971bf01cf2613cb804730213694ae73a75d1a9d355a4893ead2accf2c2945')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2021-01-21 03:01:56 UTC (rev 824085)
+++ changelog.txt	2021-01-21 04:05:19 UTC (rev 824086)
@@ -1,3 +1,39 @@
+Version 3.29.0 - 20 Jan 2021
+- Re-enable adapter_fanfictionnet and bump up sleep times for same.
+- Update translations.
+- Add better chapter error reporting, refactor proceed_question code.
+- Add plugin options to mark success/failed/chapter error individually.
+- Clear metadata cache after adapter metadata fetch. Cached metadata values
+  may not be replace_metadata processed if fetched before their conditional
+  dependencies. Revealed by AO3 one-shots using title for chapter name.
+- ffnet fpcom, continue_on_chapter_error:true by default, increase sleep
+  times.
+- First rough version of reporting continue_on_chapter_error chapters.
+- Report chapter_error in custom error column and marked (when configured).
+- Update to cloudscraper v1.2.52
+- Increase times between retries on fetch error.
+- Tweek ffnet/fpcom sleep times again.
+- slow_down_sleep_time: randomize between 0.5 time and 1.5 time.
+- Report cloudscraper exceptions as such, plus hide the potentially misleading
+  'opensource' part.
+- adapter_fanficsme: do an extra fetch before login for cookie(?) Closes #633
+- adapter_webnovelcom: Fixes for site changes. Closes #629
+- quotev.com: site change in date parse, use utf8:ignore as first encoding
+  choice. Closes #625
+
+Version 3.28.0 - 11 Jan 2021
+- Disable adapter_fanfictionnet with warning about site blocking.
+- Catch exception from emails not decoding, skip & logger.error().
+- Add a fake get_image_size() method for when no image processing available.
+  Closes #621 (CLI only)
+- Change adapter_twilightednet to https
+- Change for adapter_fanfictionnetadapter_fanfictionnet to make
+  skip_author_cover work again.
+- Make included certifi and requests use same tmp file code and store under
+  calibre tmp dir for cleanup.
+- Add append_datepublished_to_storyurl option for storiesonline.net,
+  finestories.com, scifistories.com only.
+
 Version 3.27.0 - 24 Dec 2020
 - Add use_cloudscraper code to use with CloudFlare sites, like fanfiction.net
   now does.
@@ -42,30 +78,3 @@
   Closes #590
 - adapter_wuxiaworldco/adapter_novelupdatescc: Re-add Don't include grayed out
   'In preparation' chapters
-
-Version 3.25.0 - 09 Nov 2020
-- On drag and drop, accept text/html and remove %0D at end of text/uri-list
-  URLs. Closes #587
-- New site: fastnovel.net, thanks Rikkitp
-- Update translations.
-- Don't error out on non-editable custom columns ValueError.
-- Add Yes/No to all to most question_dialog boxes.
-- fiction.live: fixed crash with stories with achievements (introduced in last
-  set of commits) - Thanks, HazelSh
-- Fixes for drag-n-drop features.
-- Allow better editing of story URLs in edit box.
-- Change seriesHTML to not be filled without series.
-- Fix for Xenforo2 change (SB/SV)
-- Update adapter_ficbooknet for site changes.
-- Fix for latest storiesonline login change, thanks mrEd
-- Add checks for 'from saved column' when not config'ed and update-epub when
-  default format isn't epub.
-- Don't disable Update Mode with By Action menus.
-- Do 'not an anthology' dialog outside busy_cursor
-- Fixes for Fiction.live URLs re: #559 and #573 -- Thanks, HazelSh!
-- Adds 'Actions by Update Mode' menu
-- Include icons for 'Actions by Update Mode' menu
-- Fix for email immediate download when not using English.
-- "Hide"(setVisible(False)) rather than disable unused menu items.
-- Disable rather than "hide"(not create) unused menu items, reorg into sub
-  menus.



More information about the arch-commits mailing list