Compare commits
10 Commits
c4d7182da6
...
52c229d76b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
52c229d76b | ||
|
|
232c88cc19 | ||
|
|
2c3762eeb9 | ||
|
|
63dc58c1ef | ||
|
|
25514ceb07 | ||
|
|
6a1a972b0e | ||
|
|
e966762e31 | ||
|
|
be36d38a99 | ||
|
|
0683b425b5 | ||
|
|
5c3873e034 |
Binary file not shown.
BIN
MarkupSafe-2.1.3.tar.gz
Normal file
BIN
MarkupSafe-2.1.3.tar.gz
Normal file
Binary file not shown.
@ -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.
|
This mitigates injection attacks, meaning untrusted user input can safely be displayed on a page.
|
||||||
|
|
||||||
Name: python-markupsafe
|
Name: python-markupsafe
|
||||||
Version: 1.1.1
|
Version: 2.1.3
|
||||||
Release: 7
|
Release: 1
|
||||||
Summary: Safely add untrusted strings to HTML/XML markup.
|
Summary: Safely add untrusted strings to HTML/XML markup.
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://pypi.org/project/MarkupSafe/
|
URL: https://pypi.org/project/MarkupSafe/
|
||||||
@ -15,7 +15,7 @@ Source0: https://files.pythonhosted.org/packages/source/M/MarkupSafe/Mark
|
|||||||
|
|
||||||
%package -n python3-markupsafe
|
%package -n python3-markupsafe
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel python3-setuptools
|
BuildRequires: python3-devel python3-setuptools gcc
|
||||||
%{?python_provide:%python_provide python3-markupsafe}
|
%{?python_provide:%python_provide python3-markupsafe}
|
||||||
|
|
||||||
%description -n python3-markupsafe %_description
|
%description -n python3-markupsafe %_description
|
||||||
@ -45,6 +45,24 @@ BuildRequires: python3-devel python3-setuptools
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 30 2020 wuchaochao <wuchaochao4@huawei.com> - 1.1.1-7
|
||||||
- Type:bufix
|
- Type:bufix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user