forked from pool/python-mobi
Accepting request 1007024 from home:yarunachalam:branches:devel:languages:python
- Update version 0.3.3 * Downgrade pytest * Update dependencies and switch to poetry.core.masonry.api. * Remove python 3.6 support (EOL) * Remove py3.10 from CI * Downgrade virtualenv in build workflow * Add GitHub build workflow * Merge branch 'master' of https://github.com/iscc/mobi - Update version 0.3.2 with updated dependencies. * Merge pull request #7 from dm9pZCAq/master * mobiml2xhtml.py: fix python2 code - Update Version 0.3.1 fixes #3 * Update dependencies. * Merge pull request #2 from rpdelaney/homepage_url * Fix homepage in pyproject.toml * Add support for file-like inputs * Add support for mobi7 only and print replica (pdf) * replace most print calls with logging, bump version * minimal working epub extraction with test * wrap command line interface as `mobiunpack` * add kindleunpack sources and update readme * add license * add poetry boilerplate * add gitignore OBS-URL: https://build.opensuse.org/request/show/1007024 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mobi?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbbe6068627823eeebdadc945f018df26baf50f2930a52684ff88893600ad274
|
||||
size 91468
|
||||
3
mobi-0.3.3.tar.gz
Normal file
3
mobi-0.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:919f60c3834c5885012210afc84a03a457fb8e58587037060a095b63ac832524
|
||||
size 90864
|
||||
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 16:33:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update version 0.3.3
|
||||
* Downgrade pytest
|
||||
* Update dependencies and switch to poetry.core.masonry.api.
|
||||
* Remove python 3.6 support (EOL)
|
||||
* Remove py3.10 from CI
|
||||
* Downgrade virtualenv in build workflow
|
||||
* Add GitHub build workflow
|
||||
* Merge branch 'master' of https://github.com/iscc/mobi
|
||||
- Update version 0.3.2 with updated dependencies.
|
||||
* Merge pull request #7 from dm9pZCAq/master
|
||||
* mobiml2xhtml.py: fix python2 code
|
||||
- Update Version 0.3.1 fixes #3
|
||||
* Update dependencies.
|
||||
* Merge pull request #2 from rpdelaney/homepage_url
|
||||
* Fix homepage in pyproject.toml
|
||||
* Add support for file-like inputs
|
||||
* Add support for mobi7 only and print replica (pdf)
|
||||
* replace most print calls with logging, bump version
|
||||
* minimal working epub extraction with test
|
||||
* wrap command line interface as `mobiunpack`
|
||||
* add kindleunpack sources and update readme
|
||||
* add license
|
||||
* add poetry boilerplate
|
||||
* add gitignore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 22:09:43 UTC 2021 - Emily Roberts <nopeinomicon@posteo.net>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mobi
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,15 +18,15 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-mobi
|
||||
Version: 0.3.1
|
||||
Version: 0.3.3
|
||||
Release: 0
|
||||
Summary: Library for unpacking unencrypted mobi files
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/iscc/mobi
|
||||
Source: https://files.pythonhosted.org/packages/source/m/mobi/mobi-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-loguru >= 0.4
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user