Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
52c229d76b
!24 update package to version 2.1.3
From: @S--Sh 
Reviewed-by: @yangzhao_kl, @dillon_chen 
Signed-off-by: @dillon_chen
2023-07-18 06:04:57 +00:00
sunhui
232c88cc19 python-markupsafe 2023-07-12 14:21:52 +08:00
openeuler-ci-bot
2c3762eeb9
!22 Update package to version 2.1.1
From: @chendh6 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-02-02 06:49:51 +00:00
chendh6
63dc58c1ef upgrade to 2.1.1 2023-01-19 16:30:26 +08:00
openeuler-ci-bot
25514ceb07
!16 upgrade package for openstack yoga
From: @liksh 
Reviewed-by: @gaoruoshu, @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-08-05 07:51:01 +00:00
liksh
6a1a972b0e update to 2.1.0 for openstack yoga 2022-07-24 23:21:08 +08:00
openeuler-ci-bot
e966762e31 !12 upgrade version to 2.0.1
Merge pull request !12 from SandMan/master
2021-12-25 03:04:18 +00:00
Anonymous_Z
be36d38a99 upgrade version to 2.0.1 2021-11-25 10:10:23 +08:00
openeuler-ci-bot
0683b425b5 !9 add buildrequires gcc
From: @xinyingchao
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-06-24 02:53:27 +00:00
yangl777
5c3873e034 add buildrequires gcc 2021-06-23 15:51:16 +08:00
3 changed files with 21 additions and 3 deletions

Binary file not shown.

BIN
MarkupSafe-2.1.3.tar.gz Normal file

Binary file not shown.

View File

@ -4,8 +4,8 @@ Characters that have special meanings are replaced so that they display as the a
This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.
Name: python-markupsafe
Version: 1.1.1
Release: 7
Version: 2.1.3
Release: 1
Summary: Safely add untrusted strings to HTML/XML markup.
License: BSD
URL: https://pypi.org/project/MarkupSafe/
@ -15,7 +15,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/MarkupSafe/Mark
%package -n python3-markupsafe
Summary: %{summary}
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-devel python3-setuptools gcc
%{?python_provide:%python_provide python3-markupsafe}
%description -n python3-markupsafe %_description
@ -45,6 +45,24 @@ BuildRequires: python3-devel python3-setuptools
%doc README.rst
%changelog
* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 2.1.3-1
- Update package to version 2.1.3
* Thu Jan 19 2023 chendh6 <chendonghui6@huawei.com> - 2.1.1-1
- upgrade to 2.1.1
* Sun Jul 24 2022 liksh <liks11@chinaunicom.com> - 2.1.0-1
- upgrade to 2.1.0 for openstack yoga
* Thu Nov 25 2021 liudabo <liudabo1@huawei.com> - 2.0.1-1
- upgrade version to 2.0.1
* Wed Jun 23 2021 yuanxin<yuanxin24@huawei.com> - 1.1.1-8
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:add buildrequires gcc
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 1.1.1-7
- Type:bufix
- CVE:NA