diff --git a/.gitignore b/.gitignore index 30bf711..bf091b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/podman-3.2.1.tar.gz +SOURCES/podman-4.2.0.tar.gz diff --git a/.python-podman.metadata b/.python-podman.metadata index 578b58e..3483627 100644 --- a/.python-podman.metadata +++ b/.python-podman.metadata @@ -1 +1 @@ -2d543f3e1f62e06ecedd144368c6112c3abc17ea SOURCES/podman-3.2.1.tar.gz +f35e707e10e53e29b76631ab4c58d318c109f941 SOURCES/podman-4.2.0.tar.gz diff --git a/SPECS/python-podman.spec b/SPECS/python-podman.spec index 1f936f8..aed9c02 100644 --- a/SPECS/python-podman.spec +++ b/SPECS/python-podman.spec @@ -1,6 +1,6 @@ Name: python-podman -Version: 3.2.1 -Release: 4%{?dist} +Version: 4.2.0 +Release: 1%{?dist} Summary: RESTful API for Podman License: ASL 2.0 URL: https://github.com/containers/podman-py @@ -24,6 +24,7 @@ BuildRequires: python%{python3_pkgversion}-pyxdg BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: git-core +BuildRequires: python%{python3_pkgversion}-sphinx Requires: python%{python3_pkgversion}-pyxdg Requires: python%{python3_pkgversion}-requests Provides: podman-py = %{version}-%{release} @@ -49,6 +50,14 @@ Summary: %{summary} %{python3_sitelib}/podman-*/* %changelog +* Thu Aug 11 2022 Jindrich Novy - 4.2.0-1 +- update to https://github.com/containers/podman-py/releases/tag/v4.2.0 +- Related: #2061390 + +* Mon Feb 28 2022 Lokesh Mandvekar - 4.0.0-1 +- bump to v4.0.0 +- Related: #2001445 + * Wed Sep 29 2021 Jindrich Novy - 3.2.1-4 - do not depend on pyproject-rpm-macros - not present in RHEL8 - Related: #2001445