update version to 1.1.3

This commit is contained in:
FFrog 2021-08-12 17:22:40 +08:00
parent 4a8347978b
commit e0dd0f1ed0
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pywbem-1.1.3.tar.gz Normal file

Binary file not shown.

View File

@ -3,12 +3,12 @@
%global __requires_exclude ^.*python[2|3]*.7dist\\(.*\\).*$
Name: pywbem
Version: 0.12.4
Release: 6
Version: 1.1.3
Release: 1
Summary: WBEM client and WBEM indication listener
License: LGPLv2
URL: https://github.com/pywbem/pywbem
Source0: https://github.com/pywbem/pywbem/archive/%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/35/a5/569e9c88437b81a31de972948340c2e25b9b22a1f44819f7c743c06cbe2b/pywbem-1.1.3.tar.gz
%if 0%{?with_python2}
BuildRequires: python2-pip python2-pbr python2-pyyaml python2-ply python2-rpm-macros python2-devel
@ -42,7 +42,7 @@ A WBEM indication listener allows receiving indications generated by a WBEM serv
%package -n python3-pywbem
Summary: Python3 WBEM client and WBEM indication listenex
Requires: python3-PyYAML python3-six python3-ply python3-mock python3-pbr
Requires: python3-PyYAML python3-six python3-ply python3-mock python3-pbr python3-nocasedict python3-nocaselist python3-yamlloader
BuildArch: noarch
%description -n python3-pywbem
@ -113,6 +113,9 @@ env PYTHONPATH=%{buildroot}/%{python3_sitelib} PBR_VERSION="%{version}" \
%changelog
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.3-1
- Update version to 1.1.3
* Fri Sep 11 2020 liuweibo<liuweibo10@huawei.com> - 0.12.4-6
- Fix Source0