[packit] 4.8.2 upstream release
Upstream tag: v4.8.2 Upstream commit: dbcad6e3
This commit is contained in:
parent
d2a2cf1991
commit
617ad23552
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/v4.8.0.tar.gz
|
||||
/v4.8.0.post1.tar.gz
|
||||
/v4.8.1.tar.gz
|
||||
/v4.8.2.tar.gz
|
||||
|
@ -21,7 +21,7 @@ Epoch: 3
|
||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||
# copr and koji builds.
|
||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||
Version: 4.8.1
|
||||
Version: 4.8.2
|
||||
License: Apache-2.0
|
||||
Release: %autorelease
|
||||
Summary: RESTful API for Podman
|
||||
@ -81,6 +81,11 @@ export PBR_VERSION="0.0.0"
|
||||
%pyproject_save_files %{pypi_name}
|
||||
%endif
|
||||
|
||||
%if !%{defined rhel8_py}
|
||||
%check
|
||||
%pyproject_check_import -e podman.api.typing_extensions
|
||||
%endif
|
||||
|
||||
%if %{defined rhel8_py}
|
||||
%files -n python%{python3_pkgversion}-%{pypi_name}
|
||||
%dir %{python3_sitelib}/%{pypi_name}-*-py%{python3_version}.egg-info
|
||||
@ -88,6 +93,7 @@ export PBR_VERSION="0.0.0"
|
||||
%dir %{python3_sitelib}/%{pypi_name}
|
||||
%{python3_sitelib}/%{pypi_name}/*
|
||||
%else
|
||||
%pyproject_extras_subpkg -n python%{python3_pkgversion}-%{pypi_name} progress_bar
|
||||
%files -n python%{python3_pkgversion}-%{pypi_name} -f %{pyproject_files}
|
||||
%endif
|
||||
%license LICENSE
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v4.8.1.tar.gz) = 35f62f16f61ec0a5ebfeede0e6e8fe5528b896315e000529a0aff38bf572b3b558e5066f034ba38a755899e1b6a7a26623406c677a6c7f3aad777094377b5755
|
||||
SHA512 (v4.8.2.tar.gz) = 78a6bb76a8ba4d4598adb7b353f5fb919848f98f1c2d6de6b1de9ff24d8672e9d0ffd102fa8bdf16a24aa289d0f724932e8b990df19b926c4424c9f7ac2b1ada
|
||||
|
Loading…
Reference in New Issue
Block a user