import python-podman-4.2.0-1.module+el8.7.0+16772+33343656

This commit is contained in:
CentOS Sources 2022-11-08 01:40:54 -05:00 committed by Stepan Oksanichenko
parent f8ac8e0418
commit e1cb85c090
3 changed files with 8 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/podman-4.0.1.tar.gz
SOURCES/podman-4.2.0.tar.gz

View File

@ -1 +1 @@
fe55032d8bf85fd73cc55752219461d27c5a1f0b SOURCES/podman-4.0.1.tar.gz
f35e707e10e53e29b76631ab4c58d318c109f941 SOURCES/podman-4.2.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: python-podman
Version: 4.0.1
Version: 4.2.0
Release: 1%{?dist}
Summary: RESTful API for Podman
License: ASL 2.0
@ -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,11 +50,11 @@ Summary: %{summary}
%{python3_sitelib}/podman-*/*
%changelog
* Fri Oct 07 2022 Jindrich Novy <jnovy@redhat.com> - 4.0.1-1
- Add podman support to perform custom actions on unhealthy containers
- Resolves: #2132361
* Thu Aug 11 2022 Jindrich Novy <jnovy@redhat.com> - 4.2.0-1
- update to https://github.com/containers/podman-py/releases/tag/v4.2.0
- Related: #2061390
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 4.0.0-1
* Mon Feb 28 2022 Lokesh Mandvekar <lsm5@redhat.com> - 4.0.0-1
- bump to v4.0.0
- Related: #2001445