1
0

Accepting request 1116651 from home:mimi_vx:branches:devel:languages:python

- update to 2.5
 * support Python 3.12

OBS-URL: https://build.opensuse.org/request/show/1116651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=36
This commit is contained in:
Markéta Machová 2023-10-10 12:12:17 +00:00 committed by Git OBS Bridge
parent 5d2201b20b
commit fb697a8ff5
4 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 10 11:23:48 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 2.5
* support Python 3.12
-------------------------------------------------------------------
Thu May 4 20:07:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@ -25,14 +24,12 @@
%define psuffix %{nil}
%bcond_with test
%endif
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-soupsieve%{psuffix}
Version: 2.4.1
Version: 2.5
Release: 0
Summary: A modern CSS selector implementation for BeautifulSoup
License: MIT
Group: Development/Libraries/Python
URL: https://github.com/facelessuser/soupsieve
Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz
BuildRequires: %{python_module hatchling}

BIN
soupsieve-2.4.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
soupsieve-2.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.