Date: Wednesday, July 31, 2019 @ 04:10:34
  Author: eschwartz
Revision: 495451

upgpkg: fanficfare 3.10.5-1

upstream release

Modified:
  fanficfare/trunk/PKGBUILD
  fanficfare/trunk/changelog.txt

---------------+
 PKGBUILD      |    8 ++++----
 changelog.txt |   24 +++++++++++++++++++++++-
 2 files changed, 27 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-07-31 03:44:46 UTC (rev 495450)
+++ PKGBUILD    2019-07-31 04:10:34 UTC (rev 495451)
@@ -2,8 +2,8 @@
 
 _pkgname=FanFicFare
 pkgname=fanficfare
-pkgver=3.9.0
-pkgrel=2
+pkgver=3.10.5
+pkgrel=1
 pkgdesc="A tool for downloading fanfiction to eBook formats"
 arch=('any')
 url="https://github.com/JimmXinu/${_pkgname}";
@@ -13,8 +13,8 @@
          '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=('d1345230dfb3b62d62214e65e960de1e1fbd860777354ecda5905e0b94048d26')
-b2sums=('7a141e8d5b7a43523bc6fa65fd063cf7c74a40453755f0f88b1c3df8836f7c8e5509ecf86334d705bf3e42e04188e8e9c13be1d29f19f4117998893e0fb87593')
+sha256sums=('fa156d93795df742f3f13bc0341c3eb552c5092c227aedf5baa1bbeb6c10c400')
+b2sums=('8b390bc1005e99b858c9dfd3b6f924acdca3218f720cbbb36ae1773e84e3f675d3ff6b519997c4c16d795a3369149b54df62b55214e989f85c8f6f5edfbc3e8c')
 
 build() {
     cd "${srcdir}/${_pkgname}-${pkgver}"

Modified: changelog.txt
===================================================================
--- changelog.txt       2019-07-31 03:44:46 UTC (rev 495450)
+++ changelog.txt       2019-07-31 04:10:34 UTC (rev 495451)
@@ -1,4 +1,26 @@
- Version 3.9.0 - 25 Jun 2019
+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.
+
+Version 3.10.0 - 27 Jul 2019
+- Additional error checking and output for IMAP4 fetch.
+- Add always_include_first_post_chapters to base_xenforoforum_adapter
+- XF posts can include a tags without href, look for href searching for links.
+  Closes #417
+- Add work around to fix XF2 issue with multiple '...' in threadmarks.
+- Tweak getting URLs from email for SV XF2 changes, don't get post URLs.
+- Changes to adapter_forumssufficientvelocitycom for XenForo2 migration.
+- Fix for Plugin: Group reported results better for meta-only updates.
+- Plugin: Group reported results better.
+- Add a de-dup check to XF threadmark collection due to at least one SB story
+  having TM bug.
+- Adjust reader_posts_per_page for forum.questionablequesting.com.
+- adapter_wuxiaworldco: Don't include grayed out 'In preparation' chapters
+- Move BS version debug so it doesn't appear in CLI without -d.
+
+Version 3.9.0 - 25 Jun 2019
 - Fix for regression on XF not-first index post.
 - Fix for a corner-case global_cache written by py2, then read by py3 bug.
 - Update included dependencies -- mostly for Calibre 2.85.1.

Reply via email to