Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pywinrm for openSUSE:Factory 
checked in at 2024-07-22 17:17:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pywinrm (Old)
 and      /work/SRC/openSUSE:Factory/.python-pywinrm.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pywinrm"

Mon Jul 22 17:17:53 2024 rev:9 rq:1188825 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pywinrm/python-pywinrm.changes    
2023-05-10 16:18:38.823018206 +0200
+++ /work/SRC/openSUSE:Factory/.python-pywinrm.new.17339/python-pywinrm.changes 
2024-07-22 17:19:37.205161869 +0200
@@ -1,0 +2,13 @@
+Sat Jul 20 10:29:56 UTC 2024 - Martin Hauke <[email protected]>
+
+- Update to version 0.5.0
+  What's Changed
+  * Migrate to PEP 517 compliant build.
+  * Added ignore revs file for tracking commits with bulk sanity
+    changes.
+  * Add type annotations.
+  * Add WSManFaultError.
+  * Add new public APIs for header and command output.
+  * Fix up subpackages in dist.
+
+-------------------------------------------------------------------

Old:
----
  pywinrm-0.4.3.tar.gz

New:
----
  pywinrm-0.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pywinrm.spec ++++++
--- /var/tmp/diff_new_pack.DU3jl4/_old  2024-07-22 17:19:38.553216068 +0200
+++ /var/tmp/diff_new_pack.DU3jl4/_new  2024-07-22 17:19:38.561216390 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pywinrm
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pywinrm
-Version:        0.4.3
+Version:        0.5.0
 Release:        0
 Summary:        Python library for Windows Remote Management
 License:        MIT
@@ -26,17 +26,17 @@
 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 pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 2.9.1}
-BuildRequires:  %{python_module requests_ntlm >= 0.3.0}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module requests_ntlm >= 1.1.0}
 BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module xmltodict}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-requests >= 2.9.1
-Requires:       python-requests_ntlm >= 0.3.0
-Requires:       python-six
+Requires:       python-requests_ntlm >= 1.1.0
 Requires:       python-xmltodict
 Suggests:       python-requests-credssp >= 0.0.1
 Suggests:       python-requests-kerberos >= 0.10.0
@@ -57,11 +57,12 @@
 %setup -q -n pywinrm-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand rm -Rv  %{buildroot}%{$python_sitelib}/winrm/tests
 
 %check
 # https://github.com/diyan/pywinrm/issues/345
@@ -71,5 +72,6 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/winrm
+%{python_sitelib}/pywinrm-%{version}.dist-info
 

++++++ pywinrm-0.4.3.tar.gz -> pywinrm-0.5.0.tar.gz ++++++
++++ 3836 lines of diff (skipped)

Reply via email to