1
0

Accepting request 847350 from devel:languages:python

- Update to 3.25.0:
  - On drag and drop, accept text/html and remove %0D at end of
    text/uri-list URLs. Closes #587
  - New site: fastnovel.net, thanks Rikkitp
  - Update translations.
  - Don't error out on non-editable custom columns ValueError.
  - Add Yes/No to all to most question_dialog boxes.
  - fiction.live: fixed crash with stories with achievements (introduced
    in last set of commits) - Thanks, HazelSh
  - Fixes for drag-n-drop features.
  - Allow better editing of story URLs in edit box.
  - Change seriesHTML to not be filled without series.
  - Fix for Xenforo2 change (SB/SV)
  - Update adapter_ficbooknet for site changes.
  - Fix for latest storiesonline login change, thanks mrEd
  - Add checks for 'from saved column' when not config'ed and
    update-epub when default format isn't epub.
  - Don't disable Update Mode with By Action menus.
  - Do 'not an anthology' dialog outside busy_cursor
  - Fixes for Fiction.live URLs re: #559 and #573 -- Thanks, HazelSh!
  - Adds 'Actions by Update Mode' menu
  - Include icons for 'Actions by Update Mode' menu
  - Fix for email immediate download when not using English.
  - "Hide"(setVisible(False)) rather than disable unused menu items.
  - Disable rather than "hide"(not create) unused menu items, reorg into
    sub menus.

OBS-URL: https://build.opensuse.org/request/show/847350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fanficfare?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2020-11-10 12:46:25 +00:00 committed by Git OBS Bridge
commit c2160db24d
4 changed files with 34 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Nov 9 20:00:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to 3.25.0:
- On drag and drop, accept text/html and remove %0D at end of
text/uri-list URLs. Closes #587
- New site: fastnovel.net, thanks Rikkitp
- Update translations.
- Don't error out on non-editable custom columns ValueError.
- Add Yes/No to all to most question_dialog boxes.
- fiction.live: fixed crash with stories with achievements (introduced
in last set of commits) - Thanks, HazelSh
- Fixes for drag-n-drop features.
- Allow better editing of story URLs in edit box.
- Change seriesHTML to not be filled without series.
- Fix for Xenforo2 change (SB/SV)
- Update adapter_ficbooknet for site changes.
- Fix for latest storiesonline login change, thanks mrEd
- Add checks for 'from saved column' when not config'ed and
update-epub when default format isn't epub.
- Don't disable Update Mode with By Action menus.
- Do 'not an anthology' dialog outside busy_cursor
- Fixes for Fiction.live URLs re: #559 and #573 -- Thanks, HazelSh!
- Adds 'Actions by Update Mode' menu
- Include icons for 'Actions by Update Mode' menu
- Fix for email immediate download when not using English.
- "Hide"(setVisible(False)) rather than disable unused menu items.
- Disable rather than "hide"(not create) unused menu items, reorg into
sub menus.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 15 17:14:02 UTC 2020 - Matej Cepl <mcepl@suse.com> Thu Oct 15 17:14:02 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -21,7 +21,7 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare Name: python-fanficfare
Version: 3.24.0 Version: 3.25.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