diff --git a/python-pywinrm.spec b/python-pywinrm.spec index 73ef9fc8da0ec34f6308b01a0fb33c73cd7b62aa..138d5fa6230909d36264dc43417bad0b196dff6d 100644 --- a/python-pywinrm.spec +++ b/python-pywinrm.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pywinrm -Version: 0.4.2 +Version: 0.4.3 Release: 1 Summary: Python library for Windows Remote Management License: MIT URL: http://github.com/diyan/pywinrm/ -Source0: https://files.pythonhosted.org/packages/a6/2c/b43e69d5f8938f443e369a32b4a70c0874bb4b52cd2e378107f3eddb8cf9/pywinrm-0.4.2.tar.gz +Source0: https://files.pythonhosted.org/packages/7c/ba/78329e124138f8edf40a41b4252baf20cafdbea92ea45d50ec712124e99b/pywinrm-0.4.3.tar.gz BuildArch: noarch Requires: python3-xmltodict @@ -34,7 +34,7 @@ Provides: python3-pywinrm-doc pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python. %prep -%autosetup -n pywinrm-0.4.2 +%autosetup -n pywinrm-0.4.3 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jun 29 2022 caodongxia - 0.4.3-1 +- Update to 0.4.3 + * Tue Aug 17 2021 Python_Bot - 0.4.2-1 - Package Spec generated diff --git a/pywinrm-0.4.2.tar.gz b/pywinrm-0.4.2.tar.gz deleted file mode 100644 index e033d96da08b71552af8cb603556cf62279a64b8..0000000000000000000000000000000000000000 Binary files a/pywinrm-0.4.2.tar.gz and /dev/null differ diff --git a/pywinrm-0.4.3.tar.gz b/pywinrm-0.4.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..50be0b778d87733dee4031a4c2176354907f3ff2 Binary files /dev/null and b/pywinrm-0.4.3.tar.gz differ