14
0

- update to 0.4.2:

* removed deprecated distutils usage to avoid Deprecation Warnings under
    Python 3.10

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pywinrm?expand=0&rev=14
This commit is contained in:
2021-10-16 22:19:51 +00:00
committed by Git OBS Bridge
parent 895d80732a
commit 796fcbbaf2
4 changed files with 13 additions and 6 deletions

View File

@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pywinrm
Version: 0.4.1
Version: 0.4.2
Release: 0
Summary: Python library for Windows Remote Management
License: MIT
Group: Development/Languages/Python
URL: http://github.com/diyan/pywinrm/
Source: https://github.com/diyan/pywinrm/archive/v%{version}.tar.gz#/pywinrm-%{version}.tar.gz
URL: https://github.com/diyan/pywinrm/
Source: https://github.com/diyan/pywinrm/archive/refs/tags/v%{version}.tar.gz#/pywinrm-%{version}.tar.gz
BuildRequires: %{python_module kerberos}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}