From cc53d0206497bff022e1132929e4eb4f579576c7 Mon Sep 17 00:00:00 2001
From: Foreman Packaging Automation <packaging@theforeman.org>
Date: Thu, 9 Jan 2025 18:13:33 +0000
Subject: [PATCH] Update pulpcore to 3.63.7

---
 packages/python-pulpcore/pulpcore-3.63.6.tar.gz | 1 -
 packages/python-pulpcore/pulpcore-3.63.7.tar.gz | 1 +
 packages/python-pulpcore/python-pulpcore.spec   | 9 ++++++---
 3 files changed, 7 insertions(+), 4 deletions(-)
 delete mode 120000 packages/python-pulpcore/pulpcore-3.63.6.tar.gz
 create mode 120000 packages/python-pulpcore/pulpcore-3.63.7.tar.gz

diff --git a/packages/python-pulpcore/pulpcore-3.63.6.tar.gz b/packages/python-pulpcore/pulpcore-3.63.6.tar.gz
deleted file mode 120000
index 3c84e4a89..000000000
--- a/packages/python-pulpcore/pulpcore-3.63.6.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-../../.git/annex/objects/q1/PG/SHA256E-s554957--11752ffd09de6e2a4d99dd6bc44d8e78fb2d67a9f63468cee15fcad46dbd8f05.tar.gz/SHA256E-s554957--11752ffd09de6e2a4d99dd6bc44d8e78fb2d67a9f63468cee15fcad46dbd8f05.tar.gz
\ No newline at end of file
diff --git a/packages/python-pulpcore/pulpcore-3.63.7.tar.gz b/packages/python-pulpcore/pulpcore-3.63.7.tar.gz
new file mode 120000
index 000000000..b433e3943
--- /dev/null
+++ b/packages/python-pulpcore/pulpcore-3.63.7.tar.gz
@@ -0,0 +1 @@
+../../.git/annex/objects/Fv/wg/SHA256E-s555016--7ef5c71e3a92c10b7b88e134c3db8205e60031d1ce2657999890c250b2813125.tar.gz/SHA256E-s555016--7ef5c71e3a92c10b7b88e134c3db8205e60031d1ce2657999890c250b2813125.tar.gz
\ No newline at end of file
diff --git a/packages/python-pulpcore/python-pulpcore.spec b/packages/python-pulpcore/python-pulpcore.spec
index cf324f23e..5fc8f03bf 100644
--- a/packages/python-pulpcore/python-pulpcore.spec
+++ b/packages/python-pulpcore/python-pulpcore.spec
@@ -9,8 +9,8 @@
 %global wrappers gunicorn pulpcore-worker pulp-content pulpcore-manager
 
 Name:           python-%{pypi_name}
-Version:        3.63.6
-Release:        2%{?dist}
+Version:        3.63.7
+Release:        1%{?dist}
 Summary:        Pulp Django Application and Related Modules
 
 License:        GPLv2+
@@ -79,7 +79,7 @@ Requires:       python%{python3_pkgversion}-gnupg <= 0.5.3
 Requires:       python%{python3_pkgversion}-gunicorn >= 20.1.0
 Requires:       python%{python3_pkgversion}-gunicorn < 23.1.0
 Requires:       python%{python3_pkgversion}-jinja2 >= 3.1
-Requires:       python%{python3_pkgversion}-jinja2 <= 3.1.4
+Requires:       python%{python3_pkgversion}-jinja2 <= 3.1.5
 Requires:       python%{python3_pkgversion}-importlib-metadata >= 6.0.1
 Requires:       python%{python3_pkgversion}-importlib-metadata <= 6.0.1
 Requires:       python%{python3_pkgversion}-json_stream >= 2.3.2
@@ -192,6 +192,9 @@ done
 
 
 %changelog
+* Thu Jan 09 2025 Foreman Packaging Automation <packaging@theforeman.org> - 3.63.7-1
+- Update to 3.63.7
+
 * Mon Dec 16 2024 Odilon Sousa <osousa@redhat.com> - 3.63.6-2
 - Add a patch for FIPS compliency.