17
0

Compare commits

2 Commits

Author SHA256 Message Date
e4bc434852 Accepting request 1274309 from devel:languages:python
- Update to 3.2.0:
  * Update Translations
  * Fix for Calibre plugin CLI
  * Don't require dc:identifier to have attribute opf:scheme=uuid when using
    IDPF font encryption
  * Add title/author/filename output on individual input epub failure
  * Decrypt encrypted/obfuscated font files
  * Save opf:file-as attr from author tags in CLI
  * Actually have 'en' default for -l in CLI.
  * Show busy cursor during unmerge
  * Consolidate FFF title/log page skipping code to fix cover issue
  * Add option to not condense TOC for a book down to a single entry if
    there's only one chapter in it.
  * Add Restore Selection option
  * Fix for writing relative paths in merged epub
- Switch to pyproject macros.
- Support both mixed case and normalized metadata directory names.
- Remove find/cp hack, package now has a proper build system.

OBS-URL: https://build.opensuse.org/request/show/1274309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-epubmerge?expand=0&rev=4
2025-05-05 20:27:27 +00:00
dd91e49ba3 - Update to 3.2.0:
* Update Translations
  * Fix for Calibre plugin CLI
  * Don't require dc:identifier to have attribute opf:scheme=uuid when using
    IDPF font encryption
  * Add title/author/filename output on individual input epub failure
  * Decrypt encrypted/obfuscated font files
  * Save opf:file-as attr from author tags in CLI
  * Actually have 'en' default for -l in CLI.
  * Show busy cursor during unmerge
  * Consolidate FFF title/log page skipping code to fix cover issue
  * Add option to not condense TOC for a book down to a single entry if
    there's only one chapter in it.
  * Add Restore Selection option
  * Fix for writing relative paths in merged epub
- Switch to pyproject macros.
- Support both mixed case and normalized metadata directory names.
- Remove find/cp hack, package now has a proper build system.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-epubmerge?expand=0&rev=11
2025-05-05 04:50:48 +00:00
4 changed files with 35 additions and 15 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon May 5 04:50:26 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.0:
* Update Translations
* Fix for Calibre plugin CLI
* Don't require dc:identifier to have attribute opf:scheme=uuid when using
IDPF font encryption
* Add title/author/filename output on individual input epub failure
* Decrypt encrypted/obfuscated font files
* Save opf:file-as attr from author tags in CLI
* Actually have 'en' default for -l in CLI.
* Show busy cursor during unmerge
* Consolidate FFF title/log page skipping code to fix cover issue
* Add option to not condense TOC for a book down to a single entry if
there's only one chapter in it.
* Add Restore Selection option
* Fix for writing relative paths in merged epub
- Switch to pyproject macros.
- Support both mixed case and normalized metadata directory names.
- Remove find/cp hack, package now has a proper build system.
-------------------------------------------------------------------
Fri Sep 16 08:18:08 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-epubmerge
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,21 @@
%define upname EpubMerge
%define upnamedown epubmerge
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-epubmerge
Version: 2.15.0
Version: 3.2.0
Release: 0
Summary: EpubMerge Calibre Plugin
License: GPL-3.0-only
URL: https://github.com/JimmXinu/EpubMerge
Source: https://github.com/JimmXinu/EpubMerge/archive/v%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires: python-six
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
# converted to update-alternatives with 2.9.0 release
Conflicts: python2-%{upnamedown} < 2.9.0
BuildArch: noarch
@@ -61,15 +62,12 @@ merged books comments. These options are stored by Library.
%prep
%setup -q -n %{upname}-%{version}
mkdir epubmerge
find . -name '*.py' -maxdepth 1 -exec cp "{}" epubmerge \;
rm epubmerge/setup.py
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/%{upnamedown}
@@ -83,7 +81,7 @@ rm epubmerge/setup.py
%license LICENSE
%doc README.md
%python_alternative %{_bindir}/%{upnamedown}
%{python_sitelib}/%{upnamedown}*
%{python_sitelib}/%{upname}*info
%{python_sitelib}/%{upnamedown}
%{python_sitelib}/[Ee]pub[Mm]erge-%{version}.dist-info
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fe4cdb93f40c8b157c310ca39f6b2db180a995f3b5709ece64faea3baa547be
size 553667

3
v3.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcf09e4d8813d18b20594ce93c7fad6bd1e4a5abbcbec9f65d26779f390fface
size 569726