File project.diff of Package python-podman
--- python-podman.changes.orig
+++ python-podman.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Mar 13 09:51:46 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
+
+- Add gh-pr525-nsdict.patch for full nsmode dict handling
+
+-------------------------------------------------------------------
Tue Jan 16 13:43:33 UTC 2024 - Dan Čermák <dcermak@suse.com>
- Remove unneeded BuildRequires for test package
--- python-podman.spec.orig
+++ python-podman.spec
@@ -33,6 +33,7 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/containers/podman-py
Source: https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz#./podman-%{version}.tar.gz
+Patch0: gh-pr525-nsdict.patch
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module tomli >= 1.2.3 if python-base < 3.11}
BuildRequires: %{python_module pyxdg >= 0.26}
@@ -65,7 +66,7 @@ BuildRequires: %{python_module dataclas
A library to interact with a Podman server
%prep
-%autosetup -n podman-py-%{version}
+%autosetup -n podman-py-%{version} -p1
%build
%pyproject_wheel