Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-audible for openSUSE:Factory checked in at 2024-11-27 22:12:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-audible (Old) and /work/SRC/openSUSE:Factory/.python-audible.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-audible" Wed Nov 27 22:12:32 2024 rev:2 rq:1226828 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-audible/python-audible.changes 2024-09-27 17:12:36.025428089 +0200 +++ /work/SRC/openSUSE:Factory/.python-audible.new.28523/python-audible.changes 2024-11-27 22:15:46.355596193 +0100 @@ -1,0 +2,5 @@ +Tue Nov 26 13:00:14 UTC 2024 - Nico Krapp <[email protected]> + +- Add remove-python-restriction.patch to enable build for python313 + +------------------------------------------------------------------- New: ---- remove-python-restriction.patch BETA DEBUG BEGIN: New: - Add remove-python-restriction.patch to enable build for python313 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-audible.spec ++++++ --- /var/tmp/diff_new_pack.jf1ihr/_old 2024-11-27 22:15:46.855617119 +0100 +++ /var/tmp/diff_new_pack.jf1ihr/_new 2024-11-27 22:15:46.855617119 +0100 @@ -24,6 +24,8 @@ License: AGPL-3.0-only URL: https://github.com/mkb79/audible Source: https://files.pythonhosted.org/packages/source/a/audible/audible-%{version}.tar.gz +# PATCH-FIX-OPENSUSE remove-python-restriction.patch +Patch1: remove-python-restriction.patch BuildRequires: %{python_module Pillow} BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module httpx >= 0.20.0} ++++++ remove-python-restriction.patch ++++++ Index: audible-0.10.0/pyproject.toml =================================================================== --- audible-0.10.0.orig/pyproject.toml +++ audible-0.10.0/pyproject.toml @@ -22,14 +22,15 @@ classifiers = [ "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" ] [tool.poetry.urls] Changelog = "https://github.com/mkb79/Audible/releases" [tool.poetry.dependencies] -python = ">=3.10,<3.13" +python = ">=3.10" Pillow = ">=9.4.0" beautifulsoup4 = ">=4.11.2" httpx = ">=0.23.3"
