- Fix license
- Make files more specific OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-audible?expand=0&rev=2
This commit is contained in:
parent
350e4f9b26
commit
beed8aeee7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 10:41:01 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
- Fix license
|
||||||
|
- Make files more specific
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 26 16:06:24 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Thu Sep 26 16:06:24 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-audible
|
# spec file for package python-audible
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,30 +16,30 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-audible
|
Name: python-audible
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A(Sync) Interface for internal Audible API
|
Summary: A(Sync) Interface for internal Audible API
|
||||||
License: AGPL-3
|
License: AGPL-3.0-only
|
||||||
URL: https://github.com/mkb79/audible
|
URL: https://github.com/mkb79/audible
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/audible/audible-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/audible/audible-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module poetry-core}
|
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: %{python_module beautifulsoup4}
|
BuildRequires: %{python_module beautifulsoup4}
|
||||||
BuildRequires: %{python_module httpx >= 0.20.0}
|
BuildRequires: %{python_module httpx >= 0.20.0}
|
||||||
BuildRequires: %{python_module pbkdf2}
|
BuildRequires: %{python_module pbkdf2}
|
||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: %{python_module pyaes}
|
BuildRequires: %{python_module pyaes}
|
||||||
BuildRequires: %{python_module rsa}
|
BuildRequires: %{python_module rsa}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-Pillow
|
||||||
Requires: python-beautifulsoup4
|
Requires: python-beautifulsoup4
|
||||||
Requires: python-httpx >= 0.20.0
|
Requires: python-httpx >= 0.20.0
|
||||||
Requires: python-pbkdf2
|
Requires: python-pbkdf2
|
||||||
Requires: python-Pillow
|
|
||||||
Requires: python-pyaes
|
Requires: python-pyaes
|
||||||
Requires: python-rsa
|
Requires: python-rsa
|
||||||
Suggests: python-sphinx
|
Suggests: python-sphinx
|
||||||
@ -65,6 +65,7 @@ A(Sync) Interface for internal Audible API written in pure Python.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/audible
|
||||||
|
%{python_sitelib}/audible-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user