public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-flask-restx] rawhide: Fix the patch for 1.3.2 release
@ 2026-07-06  9:40 Matej Focko
  0 siblings, 0 replies; only message in thread
From: Matej Focko @ 2026-07-06  9:40 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-flask-restx
            Branch : rawhide
            Commit : 036b58d5e4dd4c755f07d621751d4a6290e66a3d
            Author : Matej Focko <mfocko@fedoraproject.org>
            Date   : 2026-07-06T11:21:58+02:00
            Stats  : +11/-9 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-flask-restx/c/036b58d5e4dd4c755f07d621751d4a6290e66a3d?branch=rawhide

            Log:
            Fix the patch for 1.3.2 release

Signed-off-by: Matej Focko <mfocko@fedoraproject.org>

---
diff --git a/0001-Use-importlib.resources.patch b/0001-Use-importlib.resources.patch
index 3552738..b747bda 100644
--- a/0001-Use-importlib.resources.patch
+++ b/0001-Use-importlib.resources.patch
@@ -1,18 +1,20 @@
-From d3ad5e4ad951ab9541d6f12ec8631c2f55c99a0b Mon Sep 17 00:00:00 2001
-From: Jiri Popelka <jpopelka@redhat.com>
-Date: Mon, 23 Oct 2023 10:18:39 +0200
+From 310f1a5ac15caf662de1aaa9bb71afd21e27f9c1 Mon Sep 17 00:00:00 2001
+From: Matej Focko <mfocko@redhat.com>
+Date: Mon, 6 Jul 2026 11:18:28 +0200
 Subject: [PATCH] Use importlib.resources instead of importlib_resources
 
+Co-authored-by: Jiri Popelka <jpopelka@redhat.com>
+Signed-off-by: Matej Focko <mfocko@redhat.com>
 ---
  flask_restx/schemas/__init__.py | 4 ++--
  requirements/install.pip        | 1 -
  2 files changed, 2 insertions(+), 3 deletions(-)
 
 diff --git a/flask_restx/schemas/__init__.py b/flask_restx/schemas/__init__.py
-index 27b9866..4369737 100644
+index 84e4db1..3360e58 100644
 --- a/flask_restx/schemas/__init__.py
 +++ b/flask_restx/schemas/__init__.py
-@@ -7,7 +7,7 @@ and allows to validate specs against them.
+@@ -8,7 +8,7 @@ and allows to validate specs against them.
  import io
  import json
 
@@ -21,7 +23,7 @@ index 27b9866..4369737 100644
 
  from collections.abc import Mapping
  from jsonschema import Draft4Validator
-@@ -57,7 +57,7 @@ class LazySchema(Mapping):
+@@ -58,7 +58,7 @@ class LazySchema(Mapping):
 
      def _load(self):
          if not self._schema:
@@ -31,14 +33,14 @@ index 27b9866..4369737 100644
              with io.open(ref) as infile:
                  self._schema = json.load(infile)
 diff --git a/requirements/install.pip b/requirements/install.pip
-index 76415ed..813fb12 100644
+index f24652b..6001624 100644
 --- a/requirements/install.pip
 +++ b/requirements/install.pip
 @@ -3,4 +3,3 @@ jsonschema
+ referencing
  Flask>=0.8, !=2.0.0
  werkzeug!=2.0.0
- pytz
 -importlib_resources
 --
-2.41.0
+2.54.0
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06  9:40 [rpms/python-flask-restx] rawhide: Fix the patch for 1.3.2 release Matej Focko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox