[arch-commits] Commit in fanficfare/repos/community-any (4 files)

Eli Schwartz eschwartz at archlinux.org
Wed Jul 3 18:41:34 UTC 2019


    Date: Wednesday, July 3, 2019 @ 18:41:33
  Author: eschwartz
Revision: 487365

archrelease: copy trunk to community-any

Added:
  fanficfare/repos/community-any/PKGBUILD
    (from rev 487364, fanficfare/trunk/PKGBUILD)
  fanficfare/repos/community-any/changelog.txt
    (from rev 487364, fanficfare/trunk/changelog.txt)
Deleted:
  fanficfare/repos/community-any/PKGBUILD
  fanficfare/repos/community-any/changelog.txt

---------------+
 PKGBUILD      |   53 +++++++++++++-------------
 changelog.txt |  110 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 82 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-03 18:40:53 UTC (rev 487364)
+++ PKGBUILD	2019-07-03 18:41:33 UTC (rev 487365)
@@ -1,26 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.9.0
-pkgrel=1
-pkgdesc="A tool for downloading fanfiction to eBook formats"
-arch=('any')
-url="https://github.com/JimmXinu/${_pkgname}"
-license=('Apache')
-changelog=changelog.txt
-depends=('python' 'python-beautifulsoup4' 'python-chardet' 'python-html5lib'
-         'python-html2text')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d1345230dfb3b62d62214e65e960de1e1fbd860777354ecda5905e0b94048d26')
-b2sums=('7a141e8d5b7a43523bc6fa65fd063cf7c74a40453755f0f88b1c3df8836f7c8e5509ecf86334d705bf3e42e04188e8e9c13be1d29f19f4117998893e0fb87593')
-
-build() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    python setup.py build
-}
-
-package() {
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: fanficfare/repos/community-any/PKGBUILD (from rev 487364, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-03 18:41:33 UTC (rev 487365)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.9.0
+pkgrel=2
+pkgdesc="A tool for downloading fanfiction to eBook formats"
+arch=('any')
+url="https://github.com/JimmXinu/${_pkgname}"
+license=('Apache')
+changelog=changelog.txt
+depends=('python' 'python-beautifulsoup4' 'python-chardet' '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=('d1345230dfb3b62d62214e65e960de1e1fbd860777354ecda5905e0b94048d26')
+b2sums=('7a141e8d5b7a43523bc6fa65fd063cf7c74a40453755f0f88b1c3df8836f7c8e5509ecf86334d705bf3e42e04188e8e9c13be1d29f19f4117998893e0fb87593')
+
+build() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py build
+}
+
+package() {
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}

Deleted: changelog.txt
===================================================================
--- changelog.txt	2019-07-03 18:40:53 UTC (rev 487364)
+++ changelog.txt	2019-07-03 18:41:33 UTC (rev 487365)
@@ -1,55 +0,0 @@
- 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.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 487364, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2019-07-03 18:41:33 UTC (rev 487365)
@@ -0,0 +1,55 @@
+ 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