public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matej Focko <mfocko@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-flask-restx] rawhide: Fix the patch for 1.3.2 release
Date: Mon, 06 Jul 2026 09:40:33 GMT	[thread overview]
Message-ID: <178333083346.1.9347104243120713291.rpms-python-flask-restx-036b58d5e4dd@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-07-06  9:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178333083346.1.9347104243120713291.rpms-python-flask-restx-036b58d5e4dd@fedoraproject.org \
    --to=mfocko@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox