forked from pool/python-fanficfare
- Update to version 3.2.1+git.1543262085.5eb1f1f3:
* Bump Test Version 3.2.1 * base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020. * Bump Release Version 3.2.0 * Update example.ini. * Bump Test Version 3.1.10 * Add background_color ini verbiage and check before image conversion. * Bump Test Version 3.1.9 * Refactor busy_cursor, busy cursor around saving rejects & settings, bump copyright years. * Move rejectlisturls_data out of settings in to own 'namedspaced' for efficiency. PI Only. * Use saved rejectlist_data. * Reject list changes: show numbers, edit title/author, incomplete save rejects as data. * Add feature for manually editing settings JSON. Only shown in debug mode. * Add verbiage to [www.asianfanfics.com] about site censoring words when not logged in. * Bump Test Version 3.1.8 * Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom * Fix defaults.ini order * Bump Test Version 3.1.7 * Fix for adapter_wuxiaworldco for Python3. * Added volumes to chapter titles * Bump Test Version 3.1.6 * Fix adapter_wuxiaworldco description decomposition * Bump Test Version 3.1.5 * Fix for adapter_wuxiaworldcom site change. * Minor improvement to adapter_asianfanficscom logging. * Bump Test Version 3.1.4 * adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore. * Bump Test Version 3.1.3 * Update for adapter_storiesonlinenet(& finestories) for login change. * Use a default chapter name when none is given. Problem with adapter_novelonlinefullcom OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=7
This commit is contained in:
parent
df04096054
commit
0a5a45b706
BIN
FanFicFare-3.0.10+git.1539286261.2b549c5a.tar.xz
(Stored with Git LFS)
BIN
FanFicFare-3.0.10+git.1539286261.2b549c5a.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.2.1+git.1543262085.5eb1f1f3.tar.xz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.2.1+git.1543262085.5eb1f1f3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
2
_service
2
_service
@ -1,6 +1,6 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionprefix">3.0.10+git</param>
|
||||
<param name="versionprefix">3.2.1+git</param>
|
||||
<param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git*</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/JimmXinu/FanFicFare.git</param>
|
||||
<param name="changesrevision">2b549c5a4db6ed3eba483bb57bc62eaf9dedab97</param></service></servicedata>
|
||||
<param name="changesrevision">5eb1f1f3c03cdfb837e31bf94582211cbe5062ea</param></service></servicedata>
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 03 06:50:01 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 3.2.1+git.1543262085.5eb1f1f3:
|
||||
* Bump Test Version 3.2.1
|
||||
* base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020.
|
||||
* Bump Release Version 3.2.0
|
||||
* Update example.ini.
|
||||
* Bump Test Version 3.1.10
|
||||
* Add background_color ini verbiage and check before image conversion.
|
||||
* Bump Test Version 3.1.9
|
||||
* Refactor busy_cursor, busy cursor around saving rejects & settings, bump copyright years.
|
||||
* Move rejectlisturls_data out of settings in to own 'namedspaced' for efficiency. PI Only.
|
||||
* Use saved rejectlist_data.
|
||||
* Reject list changes: show numbers, edit title/author, incomplete save rejects as data.
|
||||
* Add feature for manually editing settings JSON. Only shown in debug mode.
|
||||
* Add verbiage to [www.asianfanfics.com] about site censoring words when not logged in.
|
||||
* Bump Test Version 3.1.8
|
||||
* Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom
|
||||
* Fix defaults.ini order
|
||||
* Bump Test Version 3.1.7
|
||||
* Fix for adapter_wuxiaworldco for Python3.
|
||||
* Added volumes to chapter titles
|
||||
* Bump Test Version 3.1.6
|
||||
* Fix adapter_wuxiaworldco description decomposition
|
||||
* Bump Test Version 3.1.5
|
||||
* Fix for adapter_wuxiaworldcom site change.
|
||||
* Minor improvement to adapter_asianfanficscom logging.
|
||||
* Bump Test Version 3.1.4
|
||||
* adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore.
|
||||
* Bump Test Version 3.1.3
|
||||
* Update for adapter_storiesonlinenet(& finestories) for login change.
|
||||
* Use a default chapter name when none is given. Problem with adapter_novelonlinefullcom
|
||||
* Bump Test Version 3.1.2
|
||||
* Story URLs from email notice for royalroad contain clicktracker links that redirect to actual story URLs. Hit those to get story URL. Issue #349
|
||||
* Bump Test Version 3.1.1
|
||||
* Fix for problem with new collision code and rejected URL.
|
||||
* Bump Release Version 3.1.0
|
||||
* Bump Test Version 3.0.11
|
||||
* Fix for Calibre Metadata update called with URLs not in library.
|
||||
* Add a debug to see when adapter_test1 extractChapterUrlsAndMetadata called.
|
||||
* Update translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 14 22:44:11 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define upnamedown fanficfare
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fanficfare
|
||||
Version: 3.0.10+git.1539286261.2b549c5a
|
||||
Version: 3.2.1+git.1543262085.5eb1f1f3
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user