[packit] 1.18.0 upstream release
Upstream tag: v1.18.0 Upstream commit: ab412cc9
This commit is contained in:
parent
720076dfd6
commit
40daabbabd
4 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
|||
/mrack-1.16.0.tar.gz
|
||||
/mrack-1.17.0.tar.gz
|
||||
/mrack-1.17.1.tar.gz
|
||||
/mrack-1.18.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.85.0.
|
||||
The file was generated using packit 0.88.0.post1.dev4+gc070191b.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: mrack
|
||||
Version: 1.17.1
|
||||
Version: 1.18.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Multicloud use-case based multihost async provisioner
|
||||
|
||||
|
|
@ -77,6 +77,7 @@ Requires: python3-%{name}lib = %{version}-%{release}
|
|||
Recommends: python3-aiofiles
|
||||
Recommends: python3-os-client-config
|
||||
Recommends: python3-AsyncOpenStackClient
|
||||
Recommends: python3-async-timeout
|
||||
|
||||
%{?python_provide:%python_provide python3-%{name}-openstack}
|
||||
|
||||
|
|
@ -184,6 +185,9 @@ rm -r src/%{name}.egg-info
|
|||
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 27 2023 David Pascual Hernandez <davherna@redhat.com> - 1.18.0-1
|
||||
- c158474 feat: Add async_timeout dependency (David Pascual)
|
||||
|
||||
* Fri Nov 03 2023 David Pascual Hernandez <davherna@redhat.com> - 1.17.1-1
|
||||
- 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (mrack-1.17.1.tar.gz) = e58427f8468db7d41c7a0cd5e3dd109293049871bdb974dec6f3330a6d37b0335aa41659fca6f161ec10307844eaa0223de5445a635ae4d436241803f82dffda
|
||||
SHA512 (mrack-1.18.0.tar.gz) = 2a75e92a7c7b0316cb8ffb544dc33a2ceb729c5ca76743a4fa12d8873ff3764baeb7156b06647e43bfbcf45763277e3eb1cfecd4f60d76e236dca239a887586b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue