Accepting request 1116658 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1116658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-soupsieve?expand=0&rev=19
This commit is contained in:
commit
594fbd6e5c
@ -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>
|
Thu May 4 20:07:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
@ -25,14 +24,12 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-soupsieve%{psuffix}
|
Name: python-soupsieve%{psuffix}
|
||||||
Version: 2.4.1
|
Version: 2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A modern CSS selector implementation for BeautifulSoup
|
Summary: A modern CSS selector implementation for BeautifulSoup
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Python
|
|
||||||
URL: https://github.com/facelessuser/soupsieve
|
URL: https://github.com/facelessuser/soupsieve
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module hatchling}
|
BuildRequires: %{python_module hatchling}
|
||||||
|
BIN
soupsieve-2.4.1.tar.gz
(Stored with Git LFS)
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
BIN
soupsieve-2.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user