14
0

Accepting request 1252072 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1252072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-onionshare?expand=0&rev=22
This commit is contained in:
2025-03-11 19:46:48 +00:00
committed by Git OBS Bridge
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