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

Eli Schwartz eschwartz at archlinux.org
Mon Mar 2 23:12:29 UTC 2020


    Date: Monday, March 2, 2020 @ 23:12:29
  Author: eschwartz
Revision: 589319

archrelease: copy trunk to community-any

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

---------------+
 PKGBUILD      |   54 +++++++++++++++----------------
 changelog.txt |   96 +++++++++++++++++---------------------------------------
 2 files changed, 57 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-02 23:12:10 UTC (rev 589318)
+++ PKGBUILD	2020-03-02 23:12:29 UTC (rev 589319)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.15.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')
-optdepends=('python-pillow: support for converting/resizing story images and covers')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('433b576ec9cd0ae03fd40860c5d68f61dc56a9f93966e7e5e70be6c7205fd2b6')
-b2sums=('7b7f437adafea69beb1ce25d4100cc1e0f90087f37ce058718fa5403bfe1d2c7e47294bd072e411d97fabe0b1104fe2d572f46664ff42e4198fe20de40b499b1')
-
-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 589318, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-02 23:12:29 UTC (rev 589319)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.16.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')
+optdepends=('python-pillow: support for converting/resizing story images and covers')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('0d5d906b21f03836af0a805d436e8547b8fa590e9968277a7922b6f7ee6e0158')
+b2sums=('ddd5c7cb3d68720424de90b6f18cc5c693493038549c98a7496692c9a54ced1b6961817018fb20bd086180737e72c880ee6ee485b70ed3fe26c4ad2a5ea0bab0')
+
+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	2020-03-02 23:12:10 UTC (rev 589318)
+++ changelog.txt	2020-03-02 23:12:29 UTC (rev 589319)
@@ -1,66 +0,0 @@
- Version 3.15.0 - 15 Jan 2020
-- Remove site nfacommunity.com, parked domain, last worked Dec2018.
-- Remove site fannation.shades-of-moonlight.com, parked domain, last worked
-  Dec2018.
-- Kludge fix for incorrect HTTP response 500 code from trekfanfiction.net.
-- trekfanfiction.net uses utf8 now
-- Make sure storyUrl has &->& and then change it back for Calibre. Matches
-  how authorUrl is handled(in all_metadata). Closes #460 for
-  adapter_sugarquillnet .
-- adapter_sugarquillnet change chapter text td to div. Issue #460
-- Update adapter_alternatehistorycom for XenForo2. Issue #457
-- Order custom columns in config page.
-- Add -U/--update-epub-always option to CLI.
-- Don't do URL quoting on file: URLs. Fix for spaces->+ breaking default
-  cover.
-- Catch ',' in front of 'Thread' in forum titles. XenForo sites.
-- Set minimum_calibre_version to v2.85.1, last of 2 series.
-- Changes for Python3 compatibility, thanks eschwartz!
-
-Version 3.14.0 - 16 Dec 2019
-- Different email URL for royalroad.com. Closes #452
-- Update adapter_fictionmaniatv to use HTML versions containing images and
-  fall back if not found.
-- Update adapter_fictionmaniatv to use HTML versions vs text by default.
-- Update Translations
-- New Site fanfics.me (Russian language site).
-- (Fix incorrect version number.)
-- Base_eFiction - Get Rating/Rated from TOC page if not found on print page.
-  Remove from 2 individual adapters.
-- Failsafe for max_zalgo setting. Closes #449.
-- Add plugin option for toolbar button to pop menu.
-- Fix AO3 chapterstotal replace_metadata for multi digits.
-- Add <div class='fff_chapter_notes'> around AO3 chapter head/foot notes.
-  Issue 447
-- Remove feature to save cookiejar between downloads and BG jobs--causes some
-  obscure problems with QQ at least. Closes #466
-
-Version 3.13.0 - 15 Nov 2019
-- Add some code to handle 24 hr clocks w/o changing adapters.
-- Don't escape # in URLs, causes problems with ficbook.net.
-- Bypass expired SSL cert by not using SSL. adapter_thehookupzonenet
-- Bypass expired SSL cert by not using SSL. adapter_spikeluvercom
-- Remove site twilightarchives.com - Closed as per web site.
-- Remove site lotrfanfiction.com - Closed as per web site.
-- Remove site www.13hours.org. Moved to AO3.
-- Add site specific chapterslashtotal and chapterstotal for
-  adapter_archiveofourownorg.
-- Fixes for adapter_webnovelcom site changes to JSON.
-- Add parentforums site specific metadata for base_xenforo, include partial
-  list in category.
-- Add user/pass to adapter_fictionhuntcom, required to see chapter text now.
-- Discard cookie cache on library change--might use different users/settings.
-- At least one efiction site said Completed: Completed instead of Yes.
-- Adding some html class attrs to epub output for ease of CSS.
-- Add --no-output CLI option. Closes #443
-- Save cookiejar between downloads during same calibre session, including BG
-  jobs.
-- Avoid post URLs in XenForo notification emails for QQ & AH too.
-- Avoid post URLs in XenForo notification emails better w/o catching post in
-  thread title. Probably.
-- Fix for 404 error on XF always_login. Closes #438
-- Fix for CLI update fail on one story causing all subsequent to also skip
-  update. Issue #438
-- Avoid post URLs in XenForo notification emails better.
-- Treat spacebattles /post/ URLs in emails the same as sufficientvelocity to
-  avoid extra URLs in thread notifications.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 589318, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2020-03-02 23:12:29 UTC (rev 589319)
@@ -0,0 +1,30 @@
+Version 3.16.0 - 13 Feb 2020
+- New Site: archive.hpfanfictalk.com (eFiction non-base)
+- Reduce debug output in base_xenforoforum_adapter.
+- Add replace_xbr_with_hr feature.
+- Update translations.
+- Fix for adapter_storiesonlinenet requiring 'v' from login.php.
+- Add more domains for AO3.
+- Use storyUrl from metadata for checking library, for those sites that make
+  canonical storyUrl difficult, like adapter_literotica. Closes #461. Plugin
+  only.
+- Optional EPUB 3.0 output
+
+Version 3.15.0 - 15 Jan 2020
+- Remove site nfacommunity.com, parked domain, last worked Dec2018.
+- Remove site fannation.shades-of-moonlight.com, parked domain, last worked
+  Dec2018.
+- Kludge fix for incorrect HTTP response 500 code from trekfanfiction.net.
+- trekfanfiction.net uses utf8 now
+- Make sure storyUrl has &->& and then change it back for Calibre. Matches
+  how authorUrl is handled(in all_metadata). Closes #460 for
+  adapter_sugarquillnet .
+- adapter_sugarquillnet change chapter text td to div. Issue #460
+- Update adapter_alternatehistorycom for XenForo2. Issue #457
+- Order custom columns in config page.
+- Add -U/--update-epub-always option to CLI.
+- Don't do URL quoting on file: URLs. Fix for spaces->+ breaking default
+  cover.
+- Catch ',' in front of 'Thread' in forum titles. XenForo sites.
+- Set minimum_calibre_version to v2.85.1, last of 2 series.
+- Changes for Python3 compatibility, thanks eschwartz!



More information about the arch-commits mailing list