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

Eli Schwartz eschwartz at archlinux.org
Mon Sep 9 03:04:48 UTC 2019


    Date: Monday, September 9, 2019 @ 03:04:47
  Author: eschwartz
Revision: 509035

upgpkg: fanficfare 3.11.0-1

upstream release

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

---------------+
 PKGBUILD      |    6 +--
 changelog.txt |   85 ++++++++------------------------------------------------
 2 files changed, 16 insertions(+), 75 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 02:51:55 UTC (rev 509034)
+++ PKGBUILD	2019-09-09 03:04:47 UTC (rev 509035)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.10.5
+pkgver=3.11.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=('fa156d93795df742f3f13bc0341c3eb552c5092c227aedf5baa1bbeb6c10c400')
-b2sums=('8b390bc1005e99b858c9dfd3b6f924acdca3218f720cbbb36ae1773e84e3f675d3ff6b519997c4c16d795a3369149b54df62b55214e989f85c8f6f5edfbc3e8c')
+sha256sums=('b0e89544a00028d79f909c24133dac642807078cea24896f0852aa3847549b8f')
+b2sums=('16f6d7c74f98578b91f04001828499365eac08ed7eac0217cb68f85e001648329189d4f170b46499dd9ae9a4f0ac55826bc0e6648a16846a1b66c62de1bfcb27')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2019-09-09 02:51:55 UTC (rev 509034)
+++ changelog.txt	2019-09-09 03:04:47 UTC (rev 509035)
@@ -1,77 +1,18 @@
+Version 3.11.0 - 04 Sep 2019
+- Update Translations
+- Add URL prefix for XF2 authorUrl if relative. Circa Aug 23, 2019 SV changed
+  the author URL FFF collects to a relative link and I didn't notice it until
+  now.
+- Add dedup_chapter_list option for buggy chapter lists. Optional in case
+  they're not buggy.
+- Add fetch_last_page for base_xenforo--SB doesn't send notice emails if user
+  not up-to-date now.
+- Fix for corner-case with deleting Rejects.
+- Fix for XF1 regression caused by XF2 threadmarks metadata code.
+- Add XF2 threadmarks_cover/status/desc/title options.
+
 Version 3.10.5 - 30 Jul 2019
 - Fixes for IMAP folder parsing.
 - ensure_str on IMAP4 folder name for Python3. Fixes #419
 - Fix adapter_inkbunnynet incorrect example URL, caused problems with get URLs
   from page.
-
-Version 3.10.0 - 27 Jul 2019
-- 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.
-
-Version 3.9.0 - 25 Jun 2019
-- 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
-
-Version 3.8.0 - 27 May 2019
-- Fix for adapter_asianfanficscom site change.
-- Update Translations
-- Add 'publisher' metadata as a copy of 'site' and use to fill Publisher in
-  Calibre.
-- Fix title casing for base_xenforo feature capitalize_forumtags.
-- Fix for adapter_storiesonlinenet not detecting login failure.
-- Some fixes for Russian language adapter_masseffect2in.
-- Fixes for adapter_quotevcom due to site changes.
-- Removing filter()/map() calls--not consistent between Py2/Py3.
-- Some Py3 compat / optimization fixes, thanks eschwartz
-- Fixes for adapter_storiesonlinenet site changes--login and use datetime by
-  default because one was missing date-only.
-- adapter_finestoriescom shares code with adapter_storiesonlinenet, also do
-  datetimes.
-- Comment out some debugs in XF/XF2
-- Yet another fix for tagsfromtitle on base_xenforo. Don't put whole title as
-  a tag when no [( in title.
-- Fix for base_xenforo's tagsfromtitle needing to be split.
-- base_xenforoforum: include forumtags in genre and tagsfromtitle in category
-  instead of including both in subject_tags.
-- Don't hardcode extratags into subject tags--it's in include_subject_tags in
-  defaults.ini.
-- Refactor base_xenforoforum for upcoming XenForo2 update for SV.
-- Fix for series contain 'collection from' adapter_storiesonlinenet.
-- Fix for anthology titles (and generate cover settings) not needing encode()
-  anymore.
-- Fix for BS halping with string conversions on PI update from Saved Meta
-  Column.
-- More improvements for adapter_asianfanficscom, including auto_sub feature,
-  thanks oh45454545
-- Improvements for adapter_asianfanficscom, thanks oh45454545
-- Update adapter_asianfanficscom to fetch chapter texts from JSON url.
-- Ad wall indicator has changed for adapter_webnovelcom.
-- Fix use_archived_author in AO3.



More information about the arch-commits mailing list