Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
30d140da74
!5 update to 2.4 and use new build method
From: @desert-sailor 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2023-04-26 02:42:30 +00:00
desert-sailor
9ea619a356 update to 2.4 and use new build method 2023-04-26 01:30:27 +08:00
openeuler-ci-bot
c55fec0a5b
!4 Update package
From: @Wangjunqi123 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-12-05 03:49:30 +00:00
Wangjunqi123
39a3c9e75b update version to 2.3.2.post1 2022-11-30 16:26:59 +08:00
openeuler-ci-bot
64dd7d520b
!3 upgrade the version to 2.3.1
From: @huyuqi2 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
2022-06-16 03:33:40 +00:00
yuqi
48bc2a7b3a Upgrade the version of python-soupsieve to 2.3.1 2022-06-15 17:03:16 +00:00
openeuler-ci-bot
4e847748f9 !2 python-soupsieve delete -S git from %autosetup
From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
2021-08-02 03:21:34 +00:00
chenyanpanHW
e5e16fc878
delete -S git from %autosetup 2021-07-30 23:30:44 +08:00
openeuler-ci-bot
ff1b01becf !1 Add package for OpenStack Wallaby support
From: @sean-lau
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
2021-07-20 08:53:20 +00:00
sean-lau
4acbfe3245 Add package for OpenStack Wallaby support 2021-07-15 11:15:09 +08:00
2 changed files with 73 additions and 0 deletions

BIN
python-soupsieve-2.4.tar.gz Normal file

Binary file not shown.

73
python-soupsieve.spec Normal file
View File

@ -0,0 +1,73 @@
%global _empty_manifest_terminate_build 0
Name: python-soupsieve
Version: 2.4
Release: 1
Summary: A modern CSS selector implementation for Beautiful Soup.
License: MIT
URL: https://github.com/facelessuser/soupsieve
Source0: https://github.com/facelessuser/soupsieve/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
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.
Soup Sieve currently provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts and beyond (though some are not yet implemented).
%package -n python3-soupsieve
Summary: A modern CSS selector implementation for Beautiful Soup.
Provides: python-soupsieve = %{version}-%{release}
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-editables
BuildRequires: python3-hatch-vcs
BuildRequires: python3-hatchling
%description -n python3-soupsieve
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.
Soup Sieve currently provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts and beyond (though some are not yet implemented).
%package help
Summary: Development documents and examples for soupsieve
Provides: python3-soupsieve-doc
%description help
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.
Soup Sieve currently provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts and beyond (though some are not yet implemented).
%prep
%autosetup -n soupsieve-%{version}
%build
%pyproject_build
%install
%pyproject_install soupsieve==%{version}
%files -n python3-soupsieve
%{python3_sitelib}/soupsieve/
%{python3_sitelib}/soupsieve*.dist-info/
%doc README.md
%license LICENSE.md
%changelog
* Tue Apr 25 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.4-1
- Update package to version 2.4
* Wed Nov 30 2022 wangjunqi <wangjunqi@kylinos.cn> - 2.3.2.post1-1
- Update package to version 2.3.2.post1
* Wed Jun 15 2022 OpenStack_SIG <openstack@openeuler.org> - 2.3.1-1
- Upgrade package python3-soupsieve to version 2.3.1
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.2-2
- DESC: delete -S git from %autosetup
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2-1
- Package Spec generate