forked from pool/python-soupsieve
- update to 2.3.2.post1:
Fix Documentation for installation from source is outdated. Fix some typos in error messages. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-soupsieve?expand=0&rev=30
This commit is contained in:
parent
5f063acd90
commit
125c482a98
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 4 15:10:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.2.post1:
|
||||
Fix Documentation for installation from source is outdated.
|
||||
Fix some typos in error messages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 13 20:46:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,14 +27,16 @@
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
Name: python-soupsieve%{psuffix}
|
||||
Version: 2.3.1
|
||||
Version: 2.3.2.post1
|
||||
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 setuptools}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@ -51,11 +53,11 @@ A modern CSS selector implementation for BeautifulSoup
|
||||
%setup -q -n soupsieve-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%if !%{with test}
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%endif
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9
|
||||
size 107520
|
3
soupsieve-2.3.2.post1.tar.gz
Normal file
3
soupsieve-2.3.2.post1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d
|
||||
size 102814
|
Loading…
x
Reference in New Issue
Block a user