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

Eli Schwartz eschwartz at archlinux.org
Tue Jan 8 06:20:49 UTC 2019


    Date: Tuesday, January 8, 2019 @ 06:20:48
  Author: eschwartz
Revision: 421006

archrelease: copy trunk to community-any

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

---------------+
 PKGBUILD      |   50 +++++++++++++++++-----------------
 changelog.txt |   81 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 06:20:32 UTC (rev 421005)
+++ PKGBUILD	2019-01-08 06:20:48 UTC (rev 421006)
@@ -1,25 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.3.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=('d3fa306f94b34870f3812cb65276ee0876cf9831b355934baa7108154fdbe6b5')
-
-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 421005, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-08 06:20:48 UTC (rev 421006)
@@ -0,0 +1,25 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.4.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=('495e0126b93d77e8f24290fb64e536f3e2cbc84e31419e4313efdf28537601d1')
+
+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-01-08 06:20:32 UTC (rev 421005)
+++ changelog.txt	2019-01-08 06:20:48 UTC (rev 421006)
@@ -1,40 +0,0 @@
-Version 3.3.0 - 18 Dec 2018
-- Accept archiveofourown.com for archiveofourown.org. archiveofourown.org
-  remains the 'canonical' domain.
-- Update translations
-- Workaround for adapter_hentaifoundrycom bad dateUpdated value.
-- New Site: www.hentai-foundry.com - Stories only.
-- Improve recursion-proofing of replace_metadata for performance and duplicate
-  lines.
-- Don't cache file: URLs. Option --save-cache can mask changes to _filelist
-  files while debugging.
-- Don't sleep when fetching file: URLs.
-- Remove defunct site www.artemis-fowl.com
-- Remove defunct site asr3.slashzone.org
-- Remove defunct site tolkienfanfiction.com
-- Remove defunct site fanfiction.tenhawkpresents.com
-- Remove defunct site unknowableroom.org
-- Remove defunct site mujaji.net
-- Update adapter_harrypotterfanfictioncom for site change.
-- Change for adapter_storiesonlinenet for 'Full Access' stories.
-- base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020.
-
-Version 3.2.0 - 17 Nov 2018
-- Add background_color ini verbiage and check before image conversion.
-- Add feature for manually editing plugin settings JSON. Only shown in debug
-  mode.
-- Plugin Reject list changes: show numbers, edit title/author, save rejects as
-  data.
-- Refactor busy_cursor, busy cursor around saving rejects & settings, bump
-  copyright years.
-- Add verbiage to [www.asianfanfics.com] about site censoring words when not
-  logged in.
-- Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom
-- Fix for adapter_wuxiaworldco for Python3.
-- Added volumes to chapter titles adapter_wuxiaworldco - thanks Rikkitp
-- Fix adapter_wuxiaworldco description decomposition, remove outdated testing
-  `raise` from `configurable.py` - Thanks, Rikkitp
-- Fix for adapter_wuxiaworldcom site change.
-- Minor improvement to adapter_asianfanficscom logging.
-- Update for adapter_storiesonlinenet(& finestories) for login change.
-- adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 421005, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2019-01-08 06:20:48 UTC (rev 421006)
@@ -0,0 +1,41 @@
+Version 3.4.0 - 07 Jan 2019
+- Fix defaults.ini add_to_titlepage_entries for hentai-foundry.com
+- Fix metadata parsing for adapter_siyecouk
+- Fix adapter_whoficcom for site changes.
+- Update translations.
+- Fix AO3 logout url used to detect when already logged in.
+- Add conditionals_use_lists(default:true) setting for replace_metadata &
+  Include/Exclude metadata conditionals. Might change existing behavior for some
+  users.
+- Remove outdated comment.
+- Allow ==, !=, =~ and !~ in replace_metadata conditionals like
+  in/exclude_metadata.
+- Additional metadata edit recursion proofing.
+- Allow animated gifs through Calibre Image proc -- need to remove gif.py
+  later.
+- Update some comments in adapter_archiveofourownorg
+- Additional fix for AO3 login site changes.
+- Fix for AO3 login site changes.
+- Add bookmarkprivate and bookmarkrec site-specific metadata to
+  adapter_archiveofourownorg
+
+Version 3.3.0 - 18 Dec 2018
+- Accept archiveofourown.com for archiveofourown.org. archiveofourown.org
+  remains the 'canonical' domain.
+- Update translations
+- Workaround for adapter_hentaifoundrycom bad dateUpdated value.
+- New Site: www.hentai-foundry.com - Stories only.
+- Improve recursion-proofing of replace_metadata for performance and duplicate
+  lines.
+- Don't cache file: URLs. Option --save-cache can mask changes to _filelist
+  files while debugging.
+- Don't sleep when fetching file: URLs.
+- Remove defunct site www.artemis-fowl.com
+- Remove defunct site asr3.slashzone.org
+- Remove defunct site tolkienfanfiction.com
+- Remove defunct site fanfiction.tenhawkpresents.com
+- Remove defunct site unknowableroom.org
+- Remove defunct site mujaji.net
+- Update adapter_harrypotterfanfictioncom for site change.
+- Change for adapter_storiesonlinenet for 'Full Access' stories.
+- base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020.



More information about the arch-commits mailing list