Update to 3.1.5
- Security fix for CVE-2024-56201 - Security fix for CVE-2024-56326 Resolves: RHEL-73095 (cherry picked from commit 48d55f47425c0db2356b4b1df759f1083f13ff8f)
This commit is contained in:
parent
18ea04d057
commit
c162957fee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Jinja2-*.tar.gz
|
||||
/jinja2-3.1.4.tar.gz
|
||||
/jinja2-3.1.5.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname jinja2
|
||||
|
||||
Name: python-jinja2
|
||||
Version: 3.1.4
|
||||
Release: 3%{?dist}
|
||||
Version: 3.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: General purpose template engine
|
||||
License: BSD-3-Clause
|
||||
URL: https://palletsprojects.com/p/jinja/
|
||||
@ -56,8 +56,6 @@ BuildRequires: python3-sphinx-issues
|
||||
%prep
|
||||
%autosetup -p1 -n %{srcname}-%{version}
|
||||
|
||||
# Fix for https://github.com/pallets/jinja/issues/1758
|
||||
sed -i "s/def teardown/def teardown_method/" tests/test_loader.py
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x i18n
|
||||
@ -91,6 +89,12 @@ rm -rvf docs/_build/html/.buildinfo
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 08 2025 Miro Hrončok <mhroncok@redhat.com> - 3.1.5-1
|
||||
- Update to 3.1.5
|
||||
- Security fix for CVE-2024-56201
|
||||
- Security fix for CVE-2024-56326
|
||||
Resolves: RHEL-73095
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.1.4-3
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jinja2-3.1.4.tar.gz) = d07d68a2687af68c705d3b7f5a2c67aca7b9d125316b15085888b9d0d6e769981af76f6f524728b89b5501bd671d518fcb2638f9ae112e57ca2bf2a53482cd89
|
||||
SHA512 (jinja2-3.1.5.tar.gz) = 75ad0094482c69d45fcd3aa8ee32e249931e53fee3f804f6ddfd5b6da0ed16962d8f1fced811e7dcb4d8401fadd828e77528d6d1280547a7d4f5f77cccf9bbd4
|
||||
|
Loading…
Reference in New Issue
Block a user