Update package to version 1.3.3

This commit is contained in:
jxy_git 2022-12-07 17:25:23 +08:00
parent 455de86137
commit 943254b721
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
krest-1.3.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-krest
Version: 1.3.2
Version: 1.3.3
Release: 1
Summary: The Kaminario REST (krest) is a client library that provides ORM like interface for working with Kaminario K2 REST API
License: Apache-2.0
URL: https://github.com/Kaminario/krest
Source0: https://files.pythonhosted.org/packages/e6/c6/a798db248d292e1ec7e23d9a34ad8b3329dfea264a3d62851343df919bdb/krest-1.3.2.tar.gz
Source0: https://files.pythonhosted.org/packages/98/ae/b672646b1b9b681fb5f620755e0aad70cc029db1f3767b460cec1beca094/krest-1.3.3.tar.gz
BuildArch: noarch
%description
The Kaminario REST (krest) is a client library that provides ORM like interface for working with Kaminario K2 REST API
@ -78,5 +78,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Dec 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.3.3-1
- Update package to version 1.3.3
* Tue Aug 03 2021 OpenStack_SIG <openstack@openeuler.org> - 1.3.2-1
- Package Spec generate