From 796fcbbaf2ae0b35d8d4a9dfc2fbf04e4c17404f7ca1db89363b073460b877b3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 22:19:51 +0000 Subject: [PATCH] - 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 --- python-pywinrm.changes | 7 +++++++ python-pywinrm.spec | 6 +++--- pywinrm-0.4.1.tar.gz | 3 --- pywinrm-0.4.2.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 pywinrm-0.4.1.tar.gz create mode 100644 pywinrm-0.4.2.tar.gz diff --git a/python-pywinrm.changes b/python-pywinrm.changes index 2fb762e..8c100a4 100644 --- a/python-pywinrm.changes +++ b/python-pywinrm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 16 22:18:50 UTC 2021 - Dirk Müller + +- update to 0.4.2: + * removed deprecated distutils usage to avoid Deprecation Warnings under + Python 3.10 + ------------------------------------------------------------------- Fri May 28 10:07:22 UTC 2021 - pgajdos@suse.com diff --git a/python-pywinrm.spec b/python-pywinrm.spec index 1102154..c20c512 100644 --- a/python-pywinrm.spec +++ b/python-pywinrm.spec @@ -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} diff --git a/pywinrm-0.4.1.tar.gz b/pywinrm-0.4.1.tar.gz deleted file mode 100644 index fdb7722..0000000 --- a/pywinrm-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9acc56a1b7fe87bd4c86f1e104d87f64d7566e8e294068b198138bfdff62b3e -size 39865 diff --git a/pywinrm-0.4.2.tar.gz b/pywinrm-0.4.2.tar.gz new file mode 100644 index 0000000..37825b1 --- /dev/null +++ b/pywinrm-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a0d839f524a3cf4548923c29f85f909174405ac4339df45813410aae759b44 +size 38637