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

Eli Schwartz eschwartz at archlinux.org
Fri Nov 22 02:16:18 UTC 2019


    Date: Friday, November 22, 2019 @ 02:16:17
  Author: eschwartz
Revision: 531542

archrelease: copy trunk to community-any

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

---------------+
 PKGBUILD      |   54 +++++++++++++++++++++----------------------
 changelog.txt |   69 ++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 70 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-22 02:16:01 UTC (rev 531541)
+++ PKGBUILD	2019-11-22 02:16:17 UTC (rev 531542)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.12.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=('a9af8f6474d1411f2e0e580a64311c9fd67c8d4453764c68f37c52f02f1433aa')
-b2sums=('ba01abde69c54422652b1288f14e528f264e0310a8a0beac0e03146d4bb0424fd3ba0b397f8c6b0125f4cb06e086726b5ee413ac6e252fe317ff7823d1ad32ba')
-
-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 531541, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-22 02:16:17 UTC (rev 531542)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.13.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=('a6ca3dfc165c1fa7ec0f0847131cf888f4247f347dd75194f5bce747bb4223b7')
+b2sums=('af6d42f5adfb738be865e09d9f0a07de04fdaecb79b3bb2532b94fcf6221af7996021ce68ed8c38088c2f2f1a4de1d747d7a84f15c5c85da5926e931f727b1a6')
+
+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-11-22 02:16:01 UTC (rev 531541)
+++ changelog.txt	2019-11-22 02:16:17 UTC (rev 531542)
@@ -1,26 +0,0 @@
-Version 3.12.0 - 14 Oct 2019
-- Update Translations
-- Add defaults.ini CSS for ficbook.net to preserve line breaks.
-- Changes for adapter_forumsspacebattlescom to use base_xenforo2forum.
-- Correct AO3 author parsing for high-byte characters.
-- Additional warnings about imaptags added to manually added story URLs.
-- Fix for adapter_trekfanfictionnet URL change. Closes #433.
-- Add 'Restricted to Registered Users'(restricted) metadata to AO3.
-- Fix for unicode chars in url params, fixes 427
-- Add feature to automatically add optional tags for stories downloaded from
-  email URLs.
-- New Russian Site added: www.swi.org.ru - Thanks gunmetal313
-- Fix for wordcount in adapter_fanfiktionde when max_zalgo:1
-
-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.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 531541, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2019-11-22 02:16:17 UTC (rev 531542)
@@ -0,0 +1,43 @@
+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.
+
+Version 3.12.0 - 14 Oct 2019
+- Update Translations
+- Add defaults.ini CSS for ficbook.net to preserve line breaks.
+- Changes for adapter_forumsspacebattlescom to use base_xenforo2forum.
+- Correct AO3 author parsing for high-byte characters.
+- Additional warnings about imaptags added to manually added story URLs.
+- Fix for adapter_trekfanfictionnet URL change. Closes #433.
+- Add 'Restricted to Registered Users'(restricted) metadata to AO3.
+- Fix for unicode chars in url params, fixes 427
+- Add feature to automatically add optional tags for stories downloaded from
+  email URLs.
+- New Russian Site added: www.swi.org.ru - Thanks gunmetal313
+- Fix for wordcount in adapter_fanfiktionde when max_zalgo:1



More information about the arch-commits mailing list