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

Eli Schwartz eschwartz at archlinux.org
Mon May 27 21:26:59 UTC 2019


    Date: Monday, May 27, 2019 @ 21:26:59
  Author: eschwartz
Revision: 472055

upgpkg: fanficfare 3.8.0-1

upstream release

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 20:59:02 UTC (rev 472054)
+++ PKGBUILD	2019-05-27 21:26:59 UTC (rev 472055)
@@ -2,7 +2,7 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.7.6
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
          'python-html2text')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('7ec83499473bad516c37e78209d03c6e99178e79118f6ea13fbdaa09feb833ac')
-b2sums=('b534213016fd61660904f6973d1b636b9d964d48766895f1387741b0d8a5f144b81c49d76a6270335f86e9969e9843905643257735a5ccdb462631745a81d331')
+sha256sums=('96ebf94796261496431531c84b464e76289e29bbdfa304dfdab2ae555118b927')
+b2sums=('c1c7a3c48300b2539153e2d0158e8c1620866d8600b8f4e32828201ec04eb98edd39012f1534d8bd41f1dc6bf6b2fad06fb11081b1197c76d56fe0550df04559')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt	2019-05-27 20:59:02 UTC (rev 472054)
+++ changelog.txt	2019-05-27 21:26:59 UTC (rev 472055)
@@ -1,3 +1,39 @@
+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.
+
 Version 3.7.6 - 02 May 2019
 - Fix CLI Upload to have correct version.
 - Fix for BS halping with string conversions on PI update from Saved Meta
@@ -28,13 +64,3 @@
 - More fixing for bool metadata values--convert to string when set.
 - Add remove_authorfootnotes_on_update feature for AO3.
 - Update Translations.
-
-Version 3.6.0 - 12 Feb 2019
-- Make CLI -j/--json-meta option work on download/update as well as
-  -m/--meta-only.
-- Fix & improve universe_as_series for adapter_storiesonlinenet
-- Update translations
-- Update adapter_fictionhuntcom for stories with no chapters.
-- Update adapter_fictionhuntcom for significant site changes.
-- Collect ships and description in adapter_harrypotterfanfictioncom.
-- Some AO3 stories don't have fandom tags.



More information about the arch-commits mailing list