- Update to version 1.7.2:
* Fixed pywbem install error with ImportError on Python 2.7; Fixed tests - Update to version 1.7.1: * Speed up install of dev. env. by pinning coverage * Fix issue where listener startup failure can cause extra exceptions. * Regenerated MANIFEST.in for new README files - Update to version 1.7.0: * git-ignore temporary coverage files OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/python3-pywbem?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
536aea0dc7
commit
4a4d18b3a1
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 22 14:57:46 UTC 2025 - kkaempf@suse.de
|
||||
|
||||
- Update to version 1.7.2:
|
||||
* Fixed pywbem install error with ImportError on Python 2.7; Fixed tests
|
||||
|
||||
- Update to version 1.7.1:
|
||||
* Speed up install of dev. env. by pinning coverage
|
||||
* Fix issue where listener startup failure can cause extra exceptions.
|
||||
* Regenerated MANIFEST.in for new README files
|
||||
|
||||
- Update to version 1.7.0:
|
||||
* git-ignore temporary coverage files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 11:19:11 UTC 2023 - Klaus Kämpf <kkaempf@suse.com>
|
||||
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
# cythonized pywbem produces yacc parser errors
|
||||
%bcond_with cythonize
|
||||
Name: python3-pywbem
|
||||
Version: 1.6.1
|
||||
Version: 1.7.2
|
||||
Release: 0
|
||||
Summary: Python module for making CIM operation calls using the WBEM protocol
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled"/>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="download_files" mode="manual"/>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/pywbem/pywbem.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v1.6.1</param>
|
||||
<param name="revision">1.7.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">pywbem-*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">pywbem</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/pywbem/pywbem.git</param>
|
||||
<param name="changesrevision">c67978164de1d3998718f0d7ff3ed76aa670c688</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9094a6c77f60842ae67eb2817c6586f56f55b550745b6b098a926bb8357508d
|
||||
size 4551067
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faddcddd0907b30bafd0607c8b57c8b43b56508ce3e2224a776403c8535a06b2
|
||||
size 4669122
|
||||
Reference in New Issue
Block a user