1
0

Accepting request 698709 from home:mcepl:branches:devel:languages:python

- Update to 3.7.0:
  - Update translations
  - 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.

OBS-URL: https://build.opensuse.org/request/show/698709
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=15
This commit is contained in:
Matej Cepl 2019-04-28 05:31:24 +00:00 committed by Git OBS Bridge
parent d5c5c21393
commit 36325e3826
4 changed files with 31 additions and 4 deletions

BIN
FanFicFare-3.6.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
FanFicFare-3.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Apr 28 07:26:14 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Update to 3.7.0:
- Update translations
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 19 15:20:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Tue Mar 19 15:20:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -20,7 +20,7 @@
%define modnamedown fanficfare %define modnamedown fanficfare
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare Name: python-fanficfare
Version: 3.6.0 Version: 3.7.0
Release: 0 Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only License: GPL-3.0-only