please re-add, it's not so obsolete as I thought OBS-URL: https://build.opensuse.org/request/show/208642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pywbem?expand=0&rev=1
136 lines
5.0 KiB
Plaintext
136 lines
5.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com
|
|
|
|
- use new python macros
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 12 10:10:29 MST 2008 - bwhiteley@suse.de
|
|
|
|
- update to 0.7.0 official release. Previous builds were based on
|
|
svn snapshots.
|
|
- This update includes some fixes for python-2.6 and some fixes for
|
|
problems found by pychecker.
|
|
- Local connection factory functions now allow passing more
|
|
arguments, making them more consistent with WBEMConnection().
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 23 21:17:00 MDT 2008 - bwhiteley@suse.de
|
|
|
|
- update to latest svn
|
|
- symlink new wbemcli utility to /usr/bin/
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 27 20:17:10 CEST 2008 - bwhiteley@suse.de
|
|
|
|
- Updated to latest svn in preparation for update to soon-to-be-
|
|
released 0.7.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 21:54:39 CEST 2008 - bwhiteley@suse.de
|
|
|
|
- Updated to latest svn in preparation for update to soon-to-be-
|
|
released 0.7.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 21 17:07:45 CET 2008 - mmarek@suse.cz
|
|
|
|
- simplify %%install
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 20 14:26:49 CET 2008 - mmarek@suse.cz
|
|
|
|
- added changes file to the buildservice package, summarize recent
|
|
updates
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 21 14:00:00 CET 2008 - bwhiteley@suse.de
|
|
|
|
- update to svn trunk (0.6.20080221.1)
|
|
LICENSING:
|
|
* Relicensed from the GNU GPLv2 to the GNU LGPLv2.
|
|
API CHANGES:
|
|
* Add a type keyword arg and attribute to CIMQualifier, similar to
|
|
the CIMProperty object, to allow the creation of null qualifiers.
|
|
(Tim Potter)
|
|
* Remove the toxml() method from CIM object classes. Use
|
|
tocimxml().toxml() instead which specifies the CIM-XML
|
|
representation of the object. (Tim Potter)
|
|
* CIMDateTime class should now be used instead of datetime.datetime
|
|
and datetime.timedelta.
|
|
* Added a new method, CIMInstance.update_existing(). This behaves
|
|
like update() on a dict, but only assigns new values to existing
|
|
properties. It skips values for properties not already present
|
|
in the instance. This is useful for honoring PropertyList within
|
|
python providers.
|
|
ENHANCEMENTS:
|
|
* Added support for generating Pegasus provider registration MOF in
|
|
cim_provider.codegen(). (Bart Whiteley)
|
|
* Implemented methods to parse indication export requests.
|
|
(Bart Whiteley)
|
|
* Python provider code generation enhancements. (Bart Whiteley)
|
|
* Support for Pegasus Local authentication. (Bart Whiteley)
|
|
* Support for Pegasus and OpenWBEM Unix Domain Socket. (Tim and Bart)
|
|
* Added support for Pegasus non-compliant EMBEDDEDOBJECT XML attribute.
|
|
(Bart Whiteley)
|
|
* Added CIMQualifierDeclaration.tomof(). (Bart Whiteley)
|
|
* Added a powerful MOF compiler. (Bart Whiteley)
|
|
* Support for OpenWBEM password-less local authentication.
|
|
(Bart Whiteley)
|
|
* Support for embedded objects is described in DSP0201-2.2.0
|
|
(Bart Whiteley)
|
|
* New CIMDateTime class to deal with CIM-isms of datetimes.
|
|
Most notably, datetime deals with timezone info poorly.
|
|
(Bart Whiteley)
|
|
* Add InvokeMethod() support in Twisted Python client. (Tim
|
|
Potter)
|
|
plus lots of bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 2 00:49:19 CET 2006 - bwhiteley@suse.de
|
|
|
|
- Update to pywbem-0.5
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 23 16:44:09 CEST 2006 - aj@suse.de
|
|
|
|
- Fix build with python 2.5.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 26 19:12:38 CEST 2006 - bwhiteley@suse.de
|
|
|
|
- Renamed package from python-wbem to python-pywbem per request
|
|
from upstream maintainer
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 7 00:10:14 CEST 2006 - bwhiteley@suse.de
|
|
|
|
- Update to CVS snapshot. This includes several fixes which enable
|
|
method invocation.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 16:46:04 CET 2006 - jmatejek@suse.cz
|
|
|
|
- updated to reflect python changes due to #149809
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:40:54 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 16 21:43:20 CET 2005 - bwhiteley@suse.de
|
|
|
|
- added "Requires: python-xml"
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 15 17:16:33 CET 2005 - bwhiteley@suse.de
|
|
|
|
- Updated to real version 0.4. Previously version 0.4 was a pre-
|
|
release "under the table" distribution from Tim Potter
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 7 00:37:06 CEST 2005 - bwhiteley@suse.de
|
|
|
|
- Initial package
|
|
|