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

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


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

archrelease: copy trunk to community-any

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

---------------+
 PKGBUILD      |   56 ++++++++++++++++++------------------
 changelog.txt |   86 ++++++++++++++++++++++++++------------------------------
 2 files changed, 69 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 18:12:00 UTC (rev 663345)
+++ PKGBUILD	2020-07-12 18:12:18 UTC (rev 663346)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.20.1
-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=('02a30eb8c25f97bf4650b9182f948d6aa6bc5517abb4b20b4e29c14137d4995b')
-b2sums=('d7c0fe11a57ac0d9168011fff7d1a25ab1d054a7997402c8e596176f45744ce276cee051550a414e50bd29fcd08a62979b9eaa02739ee329e303d7ca37567673')
-
-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 663345, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-12 18:12:18 UTC (rev 663346)
@@ -0,0 +1,29 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.21.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=('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
+}

Deleted: changelog.txt
===================================================================
--- changelog.txt	2020-07-12 18:12:00 UTC (rev 663345)
+++ changelog.txt	2020-07-12 18:12:18 UTC (rev 663346)
@@ -1,46 +0,0 @@
-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.)
-
-Version 3.20.0 - 01 Jun 2020
-- Add more URLs to cover_exclusion_regexp for base_xenforoforum.
-- Fix for is_adult needing &showRestricted URL in
-  adapter_harrypotterfanfictioncom.
-- Better auth page parsing due to own-favorite story in
-  adapter_harrypotterfanfictioncom.
-- Add characters and increased category collection for adapter_fanfiktionde.
-- Suppress output_css on CLI -z
-- Fix numWords parsing in adapter_fanficsme.
-- Update translations, add Russian.
-- Fix broken series parsing in adapter_adastrafanficcom & adapter_lotrgficcom.
-- New Site: www.silmarillionwritersguild.org, thanks Alistair!
-- Allow /post/ story URLs with adapter_gravitytalescom.
-- Change <td> to <div> in chapter text adapter_adultfanfictionorg
-- Now actually *use* translated strings in prefs.py.
-- Need to include prefs.py in messages.pot for translation.
-- Update Translations.
-- Catch exception in exception handling for French user.
-- Remove '.' from numWords in adapter_fanfiktionde
-- 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).

Copied: fanficfare/repos/community-any/changelog.txt (from rev 663345, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2020-07-12 18:12:18 UTC (rev 663346)
@@ -0,0 +1,40 @@
+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.)
+
+Version 3.20.0 - 01 Jun 2020
+- Add more URLs to cover_exclusion_regexp for base_xenforoforum.
+- Fix for is_adult needing &showRestricted URL in
+  adapter_harrypotterfanfictioncom.
+- Better auth page parsing due to own-favorite story in
+  adapter_harrypotterfanfictioncom.
+- Add characters and increased category collection for adapter_fanfiktionde.
+- Suppress output_css on CLI -z
+- Fix numWords parsing in adapter_fanficsme.
+- Update translations, add Russian.
+- Fix broken series parsing in adapter_adastrafanficcom & adapter_lotrgficcom.
+- New Site: www.silmarillionwritersguild.org, thanks Alistair!
+- Allow /post/ story URLs with adapter_gravitytalescom.
+- Change <td> to <div> in chapter text adapter_adultfanfictionorg
+- Now actually *use* translated strings in prefs.py.
+- Need to include prefs.py in messages.pot for translation.
+- Update Translations.
+- Catch exception in exception handling for French user.
+- Remove '.' from numWords in adapter_fanfiktionde
+- Fix for adapter_bloodshedversecom site changes.
+- Find both 'Translator' and 'TranslatorS', except in Russian.
+  adapter_fanficsme



More information about the arch-commits mailing list