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

Eli Schwartz eschwartz at archlinux.org
Mon May 27 21:27:14 UTC 2019


    Date: Monday, May 27, 2019 @ 21:27:14
  Author: eschwartz
Revision: 472056

archrelease: copy trunk to community-any

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

---------------+
 PKGBUILD      |   52 +++++++++++++--------------
 changelog.txt |  106 ++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 92 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 21:26:59 UTC (rev 472055)
+++ PKGBUILD	2019-05-27 21:27:14 UTC (rev 472056)
@@ -1,26 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-_pkgname=FanFicFare
-pkgname=fanficfare
-pkgver=3.7.6
-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=('7ec83499473bad516c37e78209d03c6e99178e79118f6ea13fbdaa09feb833ac')
-b2sums=('b534213016fd61660904f6973d1b636b9d964d48766895f1387741b0d8a5f144b81c49d76a6270335f86e9969e9843905643257735a5ccdb462631745a81d331')
-
-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 472055, fanficfare/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-27 21:27:14 UTC (rev 472056)
@@ -0,0 +1,26 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+_pkgname=FanFicFare
+pkgname=fanficfare
+pkgver=3.8.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=('96ebf94796261496431531c84b464e76289e29bbdfa304dfdab2ae555118b927')
+b2sums=('c1c7a3c48300b2539153e2d0158e8c1620866d8600b8f4e32828201ec04eb98edd39012f1534d8bd41f1dc6bf6b2fad06fb11081b1197c76d56fe0550df04559')
+
+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-05-27 21:26:59 UTC (rev 472055)
+++ changelog.txt	2019-05-27 21:27:14 UTC (rev 472056)
@@ -1,40 +0,0 @@
-Version 3.7.6 - 02 May 2019
-- Fix CLI Upload to have correct version.
-- Fix for BS halping with string conversions on PI update from Saved Meta
-  Column.
-- More improvements for adapter_asianfanficscom, including auto_sub feature,
-  thanks oh45454545
-- Improvements for adapter_asianfanficscom, thanks oh45454545
-- Update adapter_asianfanficscom to fetch chapter texts from JSON url.
-- Ad wall indicator has changed for adapter_webnovelcom.
-- Fix use_archived_author in AO3.
-
-Version 3.7.0 - 19 Apr 2019
-- Revert "Remove defunct site www.destinysgateway.com"
-- Recognize destinysgateway.com and www.destinysgateway.com
-- Remove ncisfic.com -- moved to AO3.
-- Fix date format for adapter_gluttonyfictioncom
-- Comment out some old debugs.
-- Add debug output for encoding used.
-- Fix some comments.
-- Add another StoryDoesNotExist string for adapter_fanfictionnet
-- Closes #390 - RoyalRoad click link in emails.
-- Update a comment link in setup.py.
-- Include status 'Hiatus' for adapter_royalroadcom.
-- Correct a comment in defaults.ini.
-- Fix for saved custom column metadata and boolean values.
-- Add bookmarked site specific metadata for adapter_archiveofourownorg.
-- Fix for PI saved metadata not reading False & empty strings.
-- More fixing for bool metadata values--convert to string when set.
-- Add remove_authorfootnotes_on_update feature for AO3.
-- Update Translations.
-
-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.

Copied: fanficfare/repos/community-any/changelog.txt (from rev 472055, fanficfare/trunk/changelog.txt)
===================================================================
--- changelog.txt	                        (rev 0)
+++ changelog.txt	2019-05-27 21:27:14 UTC (rev 472056)
@@ -0,0 +1,66 @@
+Version 3.8.0 - 27 May 2019
+- Fix for adapter_asianfanficscom site change.
+- Update Translations
+- Add 'publisher' metadata as a copy of 'site' and use to fill Publisher in
+  Calibre.
+- Fix title casing for base_xenforo feature capitalize_forumtags.
+- Fix for adapter_storiesonlinenet not detecting login failure.
+- Some fixes for Russian language adapter_masseffect2in.
+- Fixes for adapter_quotevcom due to site changes.
+- Removing filter()/map() calls--not consistent between Py2/Py3.
+- Some Py3 compat / optimization fixes, thanks eschwartz
+- Fixes for adapter_storiesonlinenet site changes--login and use datetime by
+  default because one was missing date-only.
+- adapter_finestoriescom shares code with adapter_storiesonlinenet, also do
+  datetimes.
+- Comment out some debugs in XF/XF2
+- Yet another fix for tagsfromtitle on base_xenforo. Don't put whole title as
+  a tag when no [( in title.
+- Fix for base_xenforo's tagsfromtitle needing to be split.
+- base_xenforoforum: include forumtags in genre and tagsfromtitle in category
+  instead of including both in subject_tags.
+- Don't hardcode extratags into subject tags--it's in include_subject_tags in
+  defaults.ini.
+- Refactor base_xenforoforum for upcoming XenForo2 update for SV.
+- Fix for series contain 'collection from' adapter_storiesonlinenet.
+- Fix for anthology titles (and generate cover settings) not needing encode()
+  anymore.
+- Fix for BS halping with string conversions on PI update from Saved Meta
+  Column.
+- More improvements for adapter_asianfanficscom, including auto_sub feature,
+  thanks oh45454545
+- Improvements for adapter_asianfanficscom, thanks oh45454545
+- Update adapter_asianfanficscom to fetch chapter texts from JSON url.
+- Ad wall indicator has changed for adapter_webnovelcom.
+- Fix use_archived_author in AO3.
+
+Version 3.7.6 - 02 May 2019
+- Fix CLI Upload to have correct version.
+- Fix for BS halping with string conversions on PI update from Saved Meta
+  Column.
+- More improvements for adapter_asianfanficscom, including auto_sub feature,
+  thanks oh45454545
+- Improvements for adapter_asianfanficscom, thanks oh45454545
+- Update adapter_asianfanficscom to fetch chapter texts from JSON url.
+- Ad wall indicator has changed for adapter_webnovelcom.
+- Fix use_archived_author in AO3.
+
+Version 3.7.0 - 19 Apr 2019
+- Revert "Remove defunct site www.destinysgateway.com"
+- Recognize destinysgateway.com and www.destinysgateway.com
+- Remove ncisfic.com -- moved to AO3.
+- Fix date format for adapter_gluttonyfictioncom
+- Comment out some old debugs.
+- Add debug output for encoding used.
+- Fix some comments.
+- Add another StoryDoesNotExist string for adapter_fanfictionnet
+- Closes #390 - RoyalRoad click link in emails.
+- Update a comment link in setup.py.
+- Include status 'Hiatus' for adapter_royalroadcom.
+- Correct a comment in defaults.ini.
+- Fix for saved custom column metadata and boolean values.
+- Add bookmarked site specific metadata for adapter_archiveofourownorg.
+- Fix for PI saved metadata not reading False & empty strings.
+- More fixing for bool metadata values--convert to string when set.
+- Add remove_authorfootnotes_on_update feature for AO3.
+- Update Translations.



More information about the arch-commits mailing list