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

Eli Schwartz eschwartz at archlinux.org
Fri Jan 8 01:12:52 UTC 2021


    Date: Friday, January 8, 2021 @ 01:12:51
  Author: eschwartz
Revision: 813601

upgpkg: fanficfare 3.27.0-1: upstream release

Now with cloudflare "anti-bot" circumvention because cloudflare is terrible
and fanfiction.net decided to be terrible too.

May not actually work, since my testing "successfully" reported:
cloudscraper.exceptions.CloudflareChallengeError: Detected a Cloudflare version 2 challenge, This feature is not available in the opensource (free) version.

But apparently it sometimes does work. Who knows. Cloudflare is arbitrary and nuts.

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

---------------+
 PKGBUILD      |    8 ++++----
 changelog.txt |   38 ++++++--------------------------------
 2 files changed, 10 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-08 00:49:51 UTC (rev 813600)
+++ PKGBUILD	2021-01-08 01:12:51 UTC (rev 813601)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.26.0
+pkgver=3.27.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -9,12 +9,12 @@
 url="https://github.com/JimmXinu/${_pkgname}"
 license=('Apache')
 changelog=changelog.txt
-depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
+depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-cloudscraper' 'python-html5lib'
          '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=('484cf85b6066ebf3929c67e91e0a333b9872ac2dd6723c1981b00aa3b8e5ccbe')
-b2sums=('e1325154a9b0307a5fe4044eb5b0da9082b068fdd39d123a56a4ec5fa28a18624ea04cd5d9b318486e82f950b03adc5108bed1244bfb4d2ac0b2ae42cd6ee4bb')
+sha256sums=('5ea3754fb2db5c19daf7cd6356f5b76136717717517cedb943bb08ef8ba6b8e5')
+b2sums=('5599b1071402b452e6643f4c0268e5ab302d7c9eab4b6cc6be31c12684f73f539c02b51e27f1679714b2abb94b8e1ab6d25cac6b28ab926919a417bc97bbbe4e')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2021-01-08 00:49:51 UTC (rev 813600)
+++ changelog.txt	2021-01-08 01:12:51 UTC (rev 813601)
@@ -1,3 +1,9 @@
+Version 3.27.0 - 24 Dec 2020
+- Add use_cloudscraper code to use with CloudFlare sites, like fanfiction.net
+  now does.
+- Changes to allow email chapter update URLs to work in adapter_wattpadcom
+- Updates for many included dependencies
+
 Version 3.26.0 - 15 Dec 2020
 - Use refresh_screen=False when calling Reading List add/remove, refresh
   book_ids.
@@ -63,35 +69,3 @@
 - "Hide"(setVisible(False)) rather than disable unused menu items.
 - Disable rather than "hide"(not create) unused menu items, reorg into sub
   menus.
-
-Version 3.24.0 - 15 Oct 2020
-- fiction.live - handle api returning non-int values for votes PR #568, thanks
-  muchtea
-- adapter_scribblehubcom: Include author notes/news in chapters unless in
-  exclude_notes - thanks, Epicpkmn11!
-- archive.hpfanfictalk.com -> fanfictalk.com plus site changes for same.
-- Change ponyfictionarchive.net to https by default
-- Making eFiction series name/desc collection work with more sites.
-- Apply CLI --json-meta to --list to see series name/desc.
-- Fix adapter_storiesonlinenet login. Closes #562
-- Add AO3 Series 'status'.
-- Don't save cover image size for dedup_img_files - Calibre might replace it.
-  Also fixes #561
-- Better GUI for series anthology
-- Adding eFiction series parsing attempt to base_adapter.
-- ensure_text plugin-example.ini for py3
-- New site: www.the-sietch.com XenForo2 site with weird URL scheme.
-  Closes #430
-- Add get_urls_from_page() and get_series_from_page() to adapters, add
-  support. AO3 and TtH only so far.
-- Add include_author_notes option (defaults on) to adapter_royalroadcom
-  Closes #556
-- adapter_fictionlive: Handle stories with missing contentRating, storyStatus
-  & support beta.fictionlive.com domain, thanks HazelSh!
-- Add setting `remove_tags:script,style` replacing script remove hardcode,
-  adding style remove. Closes #553.
-- New Site: novelupdates.cc (possible transition dest for wuxiaworld.co?) -
-  Thanks ElminsterAU!
-- Fix for adapter_wuxiaworldsite not setting authorUrl.
-- Add dedup_img_files option(default:false). #550
-- wuxiaworld.co and novelupdates.cc don't author links after all?



More information about the arch-commits mailing list