diff --git a/0.12.4.tar.gz b/0.12.4.tar.gz deleted file mode 100644 index c4202a6..0000000 Binary files a/0.12.4.tar.gz and /dev/null differ diff --git a/pywbem-1.1.3.tar.gz b/pywbem-1.1.3.tar.gz new file mode 100644 index 0000000..1dfdc5e Binary files /dev/null and b/pywbem-1.1.3.tar.gz differ diff --git a/pywbem.spec b/pywbem.spec index 7a7b1d3..9e96f8d 100644 --- a/pywbem.spec +++ b/pywbem.spec @@ -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 - 1.1.3-1 +- Update version to 1.1.3 + * Fri Sep 11 2020 liuweibo - 0.12.4-6 - Fix Source0