Sync from SUSE:SLFO:Main python-soupsieve revision 25ff895f3fe2d762da850f124420e80f
This commit is contained in:
parent
33ea7001e8
commit
bc13939659
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 09:49:23 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Fix rpmlint warnings on SLE/Leap (jsc#PED-7572)
|
||||
* provide description longer than summary
|
||||
* Add back group
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
@ -25,10 +24,9 @@
|
||||
%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
|
||||
@ -48,7 +46,8 @@ BuildRequires: %{python_module pytest}
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
A modern CSS selector implementation for BeautifulSoup
|
||||
Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4.
|
||||
It aims to provide selecting, matching, and filtering using modern CSS selectors.
|
||||
|
||||
%prep
|
||||
%setup -q -n soupsieve-%{version}
|
||||
|
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…
Reference in New Issue
Block a user