File python-pywbem.changes of Package python-pywbem

-------------------------------------------------------------------
Tue Jun  3 14:51:04 UTC 2014 - kkaempf@suse.com

- Upgrade to upstream revision 629
  - added support for non-ascii characters
  - fixed TOCTOU error when validating peer's certificate
    (obsoletes pywbem-ssl_verify_host.patch)
  - mof_compiler: Add '-d' option to dry-run the operation
  - fix connection to ipv6 hosts
    (obsoletes pywbem-ipv6.patch)
  - verify certificates against platform provided CA trust store

-------------------------------------------------------------------
Wed Jan 22 15:49:05 UTC 2014 - kkaempf@suse.com

- Drop INSTALL file, unneeded for packaged pywbem.

-------------------------------------------------------------------
Thu Dec 19 19:55:03 UTC 2013 - pwieczorkiewicz@suse.com

- pywbem-ipv6.patch: Enabling IPv6. (bnc#840250)
- pywbem-ssl_verify_host.patch:
  Fix for security issue around SSL certificate verification
  (possible MITM attack). Adapted to work with python 2.6 and SLE11's
  python-M2Crypto version. (bnc#856323 bnc#856108 CVE-2013-6418)

-------------------------------------------------------------------
Thu Dec 19 19:33:56 UTC 2013 - speilicke@suse.com

- Don't remove buildroot in install section

-------------------------------------------------------------------
Fri Sep 27 06:44:06 UTC 2013 - kkaempf@suse.com

- add upstream patch to support IPv6
  pywbem-ipv6.patch

- provide INSTALL documentation

-------------------------------------------------------------------
Fri Aug  2 09:59:35 UTC 2013 - kkaempf@suse.com

- revert to upstream version 0.7.0
  - Check only the major part of CIMVERSION.
    (DSP0201 2.3.1 chap. 5.2.1)
  - Use case-insensitive dictionary for method output parameters.
  - The parser should not throw an exception when parsing XML with a
    qualifier declaration.
  - Convert debug 'print' to trace messages.
  - Fix References(Role="xxx") intrinsic method.
  - Fix comparsion of Role parameter
  - Fixed CIMInstanceName rendering to string.

-------------------------------------------------------------------
Fri Aug  2 08:47:56 UTC 2013 - kkaempf@suse.com

- Fix upstream compatibility: Provide pywbem

-------------------------------------------------------------------
Thu Oct 20 10:01:34 UTC 2011 - kkaempf@suse.com

- Adapt http header creation to Python 2.7
- version 0.7.1

-------------------------------------------------------------------
Mon Aug  2 13:44:46 UTC 2010 - kkaempf@novell.com

- Fix the build for non-SUSE distributions

-------------------------------------------------------------------
Mon Aug  2 13:20:27 UTC 2010 - kkaempf@novell.com

- Pass --install-purelib when calling "setup --install" to cope
  with lib vs lib64

-------------------------------------------------------------------
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

openSUSE Build Service is sponsored by