14
0

Accepting request 1252066 from home:mcalabkova:branches:devel:languages:python

- Enable build on python 3.13

OBS-URL: https://build.opensuse.org/request/show/1252066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=58
This commit is contained in:
2025-03-11 13:57:41 +00:00
committed by Git OBS Bridge
parent bfc55f7b2b
commit 4b7efa3a61
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 11 13:31:10 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Enable build on python 3.13
-------------------------------------------------------------------
Thu Feb 27 09:47:19 UTC 2025 - Axel Braun <axel.braun@gmx.de>

View File

@@ -134,6 +134,8 @@ Tor Browser to download the file.
%prep
%autosetup -p1 -n onionshare-%{version}
# enable python 3.13
sed -i 's/python = ">=3.10,<3.13"/python = ">=3.10,<3.14"/g' */pyproject.toml
%build
pushd cli