From 9cfe31ba8bd38b7d7f88a78317f2f13b45111981 Mon Sep 17 00:00:00 2001 From: kianli Date: Sat, 7 Oct 2023 15:19:54 +0800 Subject: [PATCH] Upgrade to 4.6.0 Signed-off-by: kianli --- README.md | 3 --- python-podman.spec | 12 +++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 2ae4256..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# python-podman - -The python-podman package diff --git a/python-podman.spec b/python-podman.spec index f47903f..959bdb5 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -1,14 +1,13 @@ %global pypi_name podman -%global pkgname %{pypi_name}-py %global pypi_dist %(echo %{version} | cut -d. -f1) Summary: RESTful API for Podman Name: python-%{pypi_name} -Version: 4.5.1 -Release: 3%{?dist} +Version: 4.6.0 +Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/containers/%{pypi_name}-py -Source0: https://github.com/containers/podman-py/archive/refs/tags/v%{version}.tar.gz #/%{pkgname}-%{version}.tar.gz +Source0: %{pypi_source} BuildArch: noarch %description @@ -36,7 +35,7 @@ Provides: python%{python3_pkgversion}-%{pypi_name}-api = %{version}-%{release} %prep -%autosetup -Sgit -n %{pkgname}-%{version} +%autosetup -Sgit -n %{pypi_name}-%{version} %generate_buildrequires %pyproject_buildrequires %{?with_tests:-t} @@ -63,6 +62,9 @@ export PBR_VERSION="0.0.0" %changelog +* Sat Oct 07 2023 kianli - 4.6.0-1 +- Upgrade to 4.6.0 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 4.5.1-3 - Rebuilt for python 3.11 diff --git a/sources b/sources index da24743..1f86fcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-py-4.5.1.tar.gz) = 09aa76fa3971c5e707ad6f99d5ae7ba11c9ac54877cf681f6acf471c80af476d9356cfae37a85ec602191193a4230af16a9f9e9d022457e87ffd2a7800b51112 +SHA512 (podman-4.6.0.tar.gz) = 44161cd66b3974246758b0c427b3088476f0108939c349a231db9e9bd13792fd098cf8534fbff381e27a98abbe322353089c90da0deb431105294a39ac3cd5ab -- Gitee