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

Eli Schwartz eschwartz at archlinux.org
Sun Jul 12 18:12:01 UTC 2020


    Date: Sunday, July 12, 2020 @ 18:12:00
  Author: eschwartz
Revision: 663345

upgpkg: fanficfare 3.21.0-1: upstream release

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

---------------+
 PKGBUILD      |    8 +++++---
 changelog.txt |   34 ++++++++++++++--------------------
 2 files changed, 19 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 17:39:41 UTC (rev 663344)
+++ PKGBUILD	2020-07-12 18:12:00 UTC (rev 663345)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.20.1
+pkgver=3.21.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -13,15 +13,17 @@
          '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=('02a30eb8c25f97bf4650b9182f948d6aa6bc5517abb4b20b4e29c14137d4995b')
-b2sums=('d7c0fe11a57ac0d9168011fff7d1a25ab1d054a7997402c8e596176f45744ce276cee051550a414e50bd29fcd08a62979b9eaa02739ee329e303d7ca37567673')
+sha256sums=('2285bf21aad741d695dc7314807fa72a764497089078b156a8b66b5e7662bf2d')
+b2sums=('52ba8be5e3de54778134b938a9d5d9dcef3e2793e55694c260a2dd0556f463405de7d8308853e97885e24d167a98e5550b46da8a2ce4b21d27478eab6a28279b')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"
+
     python setup.py build
 }
 
 package() {
     cd "${srcdir}/${_pkgname}-${pkgver}"
+
     python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }

Modified: changelog.txt
===================================================================
--- changelog.txt	2020-07-12 17:39:41 UTC (rev 663344)
+++ changelog.txt	2020-07-12 18:12:00 UTC (rev 663345)
@@ -1,3 +1,17 @@
+Version 3.21.0 - 07 Jul 2020
+- New site: chireads.com -- Thanks, Kolbo!
+- Fix for recursion in add_genre_when_multi_category caching bad value.
+- Change INI edit highlight colors when dark theme.
+- Add cover_min_size setting.
+- Fix add_genre_when_multi_category so it can include_in_ without breaking and
+  move above doreplacements.
+- Add .SHOW_EMPTY feature for titlepage_entries.
+- Check for epub before polishing cover into it.
+- Change site efiction.esteliel.de to faerie-archive.com, also changed
+  siteabbrev eesd->fae
+- Allow for no genre stories in adapter_fanficauthorsnet.
+- Fix adapter_webnovelcom sitetags for site changes.
+
 Version 3.20.1 - 06 Jun 2020
 - Fix for collision issue with translations and email direct d/l.
   (Bug fix release for problem described here.)
@@ -24,23 +38,3 @@
 - Fix for adapter_bloodshedversecom site changes.
 - Find both 'Translator' and 'TranslatorS', except in Russian.
   adapter_fanficsme
-
-
-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).



More information about the arch-commits mailing list