From f412985e04712eccb35fda59db478a8c62b0aa0b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 09:36:40 +0000 Subject: [PATCH] import python-podman-4.4.1-1.el9 --- .gitignore | 2 +- .python-podman.metadata | 2 +- SPECS/python-podman.spec | 24 ++++++++++++++++++------ 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index bf091b0..d6d2d42 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/podman-4.2.0.tar.gz +SOURCES/v4.4.1.tar.gz diff --git a/.python-podman.metadata b/.python-podman.metadata index 3483627..3f5d67b 100644 --- a/.python-podman.metadata +++ b/.python-podman.metadata @@ -1 +1 @@ -f35e707e10e53e29b76631ab4c58d318c109f941 SOURCES/podman-4.2.0.tar.gz +533fd9813c18c8a65d4c359c27826cbfff1bf425 SOURCES/v4.4.1.tar.gz diff --git a/SPECS/python-podman.spec b/SPECS/python-podman.spec index b7e0778..f90e8f9 100644 --- a/SPECS/python-podman.spec +++ b/SPECS/python-podman.spec @@ -1,21 +1,20 @@ Name: python-podman Epoch: 3 -Version: 4.2.0 +Version: 4.4.1 Release: 1%{?dist} Summary: RESTful API for Podman License: ASL 2.0 URL: https://github.com/containers/podman-py -Source0: %{url}/releases/download/v%{version}/podman-%{version}.tar.gz +Source0: https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch %description %{name} is a library of bindings to use the RESTful API for Podman. %package -n python%{python3_pkgversion}-podman -BuildRequires: pyproject-rpm-macros -BuildRequires: python3-devel BuildRequires: git-core -BuildRequires: python3-sphinx +BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: pyproject-rpm-macros Provides: podman-py = %{version}-%{release} Summary: %{summary} %{?python_provide:%python_provide python%{python3_pkgversion}-podman} @@ -24,7 +23,7 @@ Summary: %{summary} %{name} is a library of bindings to use the RESTful API for Podman. %prep -%autosetup -Sgit_am -n podman-%{version} +%autosetup -Sgit_am -n podman-py-%{version} %generate_buildrequires %pyproject_buildrequires %{?with_tests:-t} @@ -45,6 +44,19 @@ export PBR_VERSION="0.0.0" %doc README.md %changelog +* Thu Feb 23 2023 Jindrich Novy - 3:4.4.1-1 +- update to https://github.com/containers/podman-py/releases/tag/v4.4.1 +- Related: #2124478 + +* Wed Feb 15 2023 Jindrich Novy - 3:4.4.0-1 +- update to 4.4.0 +- (and revert the unneeded upstream python-tomli dependency) +- Related: #2124478 + +* Mon Oct 24 2022 Jindrich Novy - 3:4.3.0-1 +- update to 4.3.0 +- Related: #2124478 + * Thu Aug 11 2022 Jindrich Novy - 3:4.2.0-1 - update to https://github.com/containers/podman-py/releases/tag/v4.2.0 - Related: #2061316