[arch-commits] Commit in fanficfare/repos/community-any (4 files)
Eli Schwartz
eschwartz at archlinux.org
Wed Oct 16 05:42:46 UTC 2019
Date: Wednesday, October 16, 2019 @ 05:42:45
Author: eschwartz
Revision: 516267
archrelease: copy trunk to community-any
Added:
fanficfare/repos/community-any/PKGBUILD
(from rev 516266, fanficfare/trunk/PKGBUILD)
fanficfare/repos/community-any/changelog.txt
(from rev 516266, fanficfare/trunk/changelog.txt)
Deleted:
fanficfare/repos/community-any/PKGBUILD
fanficfare/repos/community-any/changelog.txt
---------------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
changelog.txt | 44 ++++++++++++++++++++++++++------------------
2 files changed, 53 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-16 05:42:18 UTC (rev 516266)
+++ PKGBUILD 2019-10-16 05:42:45 UTC (rev 516267)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.11.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=('b0e89544a00028d79f909c24133dac642807078cea24896f0852aa3847549b8f')
-b2sums=('16f6d7c74f98578b91f04001828499365eac08ed7eac0217cb68f85e001648329189d4f170b46499dd9ae9a4f0ac55826bc0e6648a16846a1b66c62de1bfcb27')
-
-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 516266, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-16 05:42:45 UTC (rev 516267)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.12.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=('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
+}
Deleted: changelog.txt
===================================================================
--- changelog.txt 2019-10-16 05:42:18 UTC (rev 516266)
+++ changelog.txt 2019-10-16 05:42:45 UTC (rev 516267)
@@ -1,18 +0,0 @@
-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.
-
-Version 3.10.5 - 30 Jul 2019
-- Fixes for IMAP folder parsing.
-- ensure_str on IMAP4 folder name for Python3. Fixes #419
-- Fix adapter_inkbunnynet incorrect example URL, caused problems with get URLs
- from page.
Copied: fanficfare/repos/community-any/changelog.txt (from rev 516266, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt (rev 0)
+++ changelog.txt 2019-10-16 05:42:45 UTC (rev 516267)
@@ -0,0 +1,26 @@
+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.
More information about the arch-commits
mailing list