02a5bc
Name: python-podman
19ab2e
Epoch: 3
19ab2e
Version: 4.4.1
421e8a
Release: 1%{?dist}
421e8a
Summary: RESTful API for Podman
421e8a
License: ASL 2.0
421e8a
URL: https://github.com/containers/podman-py
19ab2e
Source0: https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz
421e8a
BuildArch: noarch
421e8a
421e8a
%description
19ab2e
%{name}  is a library of bindings to use the RESTful API for Podman.
421e8a
421e8a
%package -n python%{python3_pkgversion}-podman
421e8a
BuildRequires: git-core
19ab2e
BuildRequires: python%{python3_pkgversion}-devel
19ab2e
BuildRequires: pyproject-rpm-macros
421e8a
Provides: podman-py = %{version}-%{release}
421e8a
Summary: %{summary}
421e8a
%{?python_provide:%python_provide python%{python3_pkgversion}-podman}
421e8a
421e8a
%description -n python%{python3_pkgversion}-podman
421e8a
%{name} is a library of bindings to use the RESTful API for Podman.
421e8a
421e8a
%prep
19ab2e
%autosetup -Sgit_am -n podman-py-%{version}
19ab2e
421e8a
%generate_buildrequires
421e8a
%pyproject_buildrequires %{?with_tests:-t}
421e8a
421e8a
%build
421e8a
export PBR_VERSION="0.0.0"
421e8a
%pyproject_wheel
421e8a
421e8a
%install
421e8a
export PBR_VERSION="0.0.0"
421e8a
%pyproject_install
421e8a
%pyproject_save_files podman
421e8a
421e8a
%check
421e8a
421e8a
%files -n python%{python3_pkgversion}-podman -f %{pyproject_files}
421e8a
%license LICENSE
421e8a
%doc README.md
421e8a
421e8a
%changelog
19ab2e
* Thu Feb 23 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-1
19ab2e
- update to https://github.com/containers/podman-py/releases/tag/v4.4.1
19ab2e
- Related: #2124478
19ab2e
19ab2e
* Wed Feb 15 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.0-1
19ab2e
- update to 4.4.0
19ab2e
- (and revert the unneeded upstream python-tomli dependency)
19ab2e
- Related: #2124478
19ab2e
19ab2e
* Mon Oct 24 2022 Jindrich Novy <jnovy@redhat.com> - 3:4.3.0-1
19ab2e
- update to 4.3.0
19ab2e
- Related: #2124478
02a5bc
b216f2
* Thu Aug 11 2022 Jindrich Novy <jnovy@redhat.com> - 3:4.2.0-1
b216f2
- update to https://github.com/containers/podman-py/releases/tag/v4.2.0
b216f2
- Related: #2061316
b216f2
421e8a
* Mon Feb 28 2022 Lokesh Mandvekar <lsm5@redhat.com> - 3:4.0.0-1
421e8a
- bump to v4.0.0
421e8a
- Related: #2000051
421e8a
421e8a
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 3:3.2.1-3
421e8a
- perform only sanity/installability tests for now
421e8a
- Related: #2000051
421e8a
421e8a
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 3:3.2.1-2
421e8a
- rebuilt
421e8a
- Related: #2000051
421e8a
421e8a
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 3:3.2.1-1
421e8a
- import to c9s
421e8a
- Related: #2000051