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

Eli Schwartz eschwartz at archlinux.org
Sun Mar 17 08:36:59 UTC 2019


    Date: Sunday, March 17, 2019 @ 08:36:59
  Author: eschwartz
Revision: 442319

archrelease: copy trunk to community-any

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

---------------+
 PKGBUILD      |   50 +++++++++++++++++++++++------------------------
 changelog.txt |   59 ++++++++++++++++++++++----------------------------------
 2 files changed, 49 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 08:36:20 UTC (rev 442318)
+++ PKGBUILD	2019-03-17 08:36:59 UTC (rev 442319)
@@ -1,25 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.5.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=('5eb273c9a9cfbee06645cd966baa890c26f0ddcba93148aaa90c41f45da53c2c')
-
-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 442318, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-17 08:36:59 UTC (rev 442319)
@@ -0,0 +1,25 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.6.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=('f293900000920dbcc158a0b9cb7adb1b3c668141a231110c9e73809c01fc16b5')
+
+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-03-17 08:36:20 UTC (rev 442318)
+++ changelog.txt	2019-03-17 08:36:59 UTC (rev 442319)
@@ -1,35 +0,0 @@
-Version 3.5.0 - 11 Feb 2019
-- Update Translations.
-- Remove firefly.populli.org -- now on AO3.
-- Remove fhsarchive.com -- now on AO3.
-- Add www.mugglenetfanfiction.com as replacement for removed
-  fanfiction.mugglenet.com.
-- Fix for int(pages) in adapter_adultfanfictionorg. Closes #375
-- Fix author parsing at webnovelcom - pull request #372 from Rikkitp
-- Remember original href in data-orighref attr with epub
-  internalize_text_links so inserted 'earlier' chapters don't break internal
-  links.
-- Add always_login setting to base_xenforo for SV login-required story with
-  404 result.
-- Ignore current Virtual Library when checking for existing story ID.
-
-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

Copied: fanficfare/repos/community-any/changelog.txt (from rev 442318, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2019-03-17 08:36:59 UTC (rev 442319)
@@ -0,0 +1,24 @@
+Version 3.6.0 - 12 Feb 2019
+- Make CLI -j/--json-meta option work on download/update as well as
+  -m/--meta-only.
+- Fix & improve universe_as_series for adapter_storiesonlinenet
+- Update translations
+- Update adapter_fictionhuntcom for stories with no chapters.
+- Update adapter_fictionhuntcom for significant site changes.
+- Collect ships and description in adapter_harrypotterfanfictioncom.
+- Some AO3 stories don't have fandom tags.
+
+Version 3.5.0 - 11 Feb 2019
+- Update Translations.
+- Remove firefly.populli.org -- now on AO3.
+- Remove fhsarchive.com -- now on AO3.
+- Add www.mugglenetfanfiction.com as replacement for removed
+  fanfiction.mugglenet.com.
+- Fix for int(pages) in adapter_adultfanfictionorg. Closes #375
+- Fix author parsing at webnovelcom - pull request #372 from Rikkitp
+- Remember original href in data-orighref attr with epub
+  internalize_text_links so inserted 'earlier' chapters don't break internal
+  links.
+- Add always_login setting to base_xenforo for SV login-required story with
+  404 result.
+- Ignore current Virtual Library when checking for existing story ID.



More information about the arch-commits mailing list