--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-2232
2012-02-23 01:57:13
--------------------------------------------------------------------------------

Name        : python-rhsm
Product     : Fedora 15
Version     : 0.99.4
Release     : 1.fc15
URL         : http://fedorahosted.org/candlepin
Summary     : A Python library to communicate with a Red Hat Unified 
Entitlement Platform
Description :
A small library for communicating with the REST interface of a Red Hat Unified
Entitlement Platform. This interface is used for the management of system
entitlements, certificates, and access to content.

--------------------------------------------------------------------------------
Update Information:

Add support for updating consumer's service level, listing service levels 
available in an organization, and detecting when the consumer has been deleted 
remotely. (GoneException)
--------------------------------------------------------------------------------
ChangeLog:

* Wed Feb 22 2012 Devan Goodwin <[email protected]> 0.99.4-1
- Add support for updating consumer service level. ([email protected])
- Add call to list service levels for an org. ([email protected])
- Add GoneException for deleted consumers ([email protected])
* Fri Jan 27 2012 Michael Stead <[email protected]> 0.99.3-1
- 785247: Update releasers.conf for RHEL6.3 ([email protected])
- Stop building for F14. ([email protected])
* Thu Jan 12 2012 Devan Goodwin <[email protected]> 0.99.2-1
- 768983: When consuming a future subsciption, the repos --list should be empty
  ([email protected])
- 720360: Write *-key.pem files out with 0600 permissions. ([email protected])
- 754425: Remove grace period logic ([email protected])
* Mon Dec 12 2011 William Poteat <[email protected]> 0.98.7-1
- 766895: Added hypervisorCheckIn call to allow sending a mapping of host/guest 
ids for
  creation/update. ([email protected])
* Wed Dec  7 2011 William Poteat <[email protected]> 0.98.6-1
* Tue Dec 06 2011 William Poteat <[email protected]> 0.98.5-1
- 
+- 754366: workaround a bug in httpslib.ProxyHttpsConnection
+  ([email protected])
* Tue Dec  6 2011 William Poteat <[email protected]> 0.98.4-1
- 754366: workaround a bug in httpslib.ProxyHttpsConnection
  ([email protected])
* Thu Nov 17 2011 William Poteat <[email protected]> 0.98.3-1
- 752854: Fixing error in iniparser around unpacking of a dictionary for
  default values. ([email protected])
- 708362: remove entitlement keys on delete as well ([email protected])
- 734114: registering with --org="foo bar" throws a NetworkException instead of
  a RestlibException ([email protected])
* Fri Oct 28 2011 William Poteat <[email protected]> 0.98.2-1
- 749853: backport new python-rhsm API calls present in 6.2 for 5.8
  ([email protected])
- rev python-rhsm version to match sub-mgr ([email protected])
- point master to rhel5 builder ([email protected])
- fix python syntax for older versions ([email protected])
- Fix yum repo location for EL6. ([email protected])
* Mon Oct 17 2011 Devan Goodwin <[email protected]> 0.97.1-1
- 746241: UEPConnection.updateConsumer now passes empty list in POST request
  ([email protected])
- 737935: overcome 255 char limit in uuid list ([email protected])
* Tue Sep 13 2011 Devan Goodwin <[email protected]> 0.96.12-1
- Add makefile and targets for coverage and "stylish" checks
  ([email protected])
- Add tests for config parsing ([email protected])
- 736166: move certs from subscription-manager to python-rhsm
  ([email protected])
* Wed Sep  7 2011 James Bowes <[email protected]> 0.96.11-1
- add future date bind ([email protected])
- 735226: allow Keys to validate themselves ([email protected])
- Add getVirtOnly() ([email protected])
* Wed Aug 24 2011 Devan Goodwin <[email protected]> 0.96.10-1
- Submit a Content-Length when body of request is empty. ([email protected])
- Support installed products when registering. ([email protected])
- Add ability to update a consumer's installed products list.
  ([email protected])
- Support for new bind method ([email protected])
* Wed Aug 17 2011 James Bowes <[email protected]> 0.96.9-1
- self.sanitize, and add support for quote_plus. ([email protected])
- Enhance the insecure mode to not do peer checks. ([email protected])
- Wrap urllib.quote in a helper method to cast int to str as needed.
  ([email protected])
- 728266: Unsubscribe from subscription manager GUI is broken
  ([email protected])
- Remove quantity for bind by product. ([email protected])
* Wed Aug  3 2011 Devan Goodwin <[email protected]> 0.96.8-1
- 719378: Encode whitespace in urls ([email protected])
- Change package profile upload url. ([email protected])
* Wed Jul 13 2011 Devan Goodwin <[email protected]> 0.96.7-1
- Logging cleanup. ([email protected])
- Remove unused add_ssl_certs method. ([email protected])
- Load supported resources when UEPConnection is instantiated.
  ([email protected])
- Send package profile. ([email protected])
- Allow testing if package profiles equal one another. ([email protected])
- Support creating package profile from a file descriptor.
  ([email protected])
- Allow the attributes to be None for username and password in consumer
  selction. ([email protected])
- Add a Package object. ([email protected])
* Wed Jul  6 2011 Devan Goodwin <[email protected]> 0.96.6-1
- Add support for new Katello error responses. ([email protected])
- Log the response when there's an issue parsing error JSON.
  ([email protected])
- Add support for registration to Katello environments. ([email protected])
- Don't send an http body if we don't have one. ([email protected])
- Add call to list environments. ([email protected])
- Do not load CA certs if in insecure mode. ([email protected])
- Cache supported resources after establishing connection.
  ([email protected])
* Fri Jun 24 2011 Devan Goodwin <[email protected]> 0.96.5-1
- Fix backward compatability with old use of getPoolsList.
  ([email protected])
- Remove one built in type issue. ([email protected])
- Removed unused Bundle class ([email protected])
- quantity for subscription ([email protected])
- Add the activation key call, and remove subscription tokens
  ([email protected])
- Improve the doco, referencing the candlepin site. ([email protected])
- Improve the defualt values for the config ([email protected])
- Fix bug with owner specification during registration. ([email protected])
* Wed Jun  8 2011 Bryan Kearney <[email protected]> 0.96.4-1
- Adding profile module and updating spec ([email protected])
- Added stacking Id to the certificate ([email protected])
- Changed call to CP for owner list ([email protected])
- added getOwners function for use with 'list --owners'
  ([email protected])
- change ([email protected])
- Added the owner entered in the cli to the post for register
  ([email protected])
- altered pool query to use both owner and consumer
  ([email protected])
- Added getOwner(consumerid) function ([email protected])
* Wed May 11 2011 Devan Goodwin <[email protected]> 0.96.3-1
- 700601: Don't set the Accept-Language if we don't have a valid locale
  ([email protected])
- 692210: remove a non critical warning message that is spamming the logs
  ([email protected])
- 691788: Fix bad check for missing order info. ([email protected])
- Add a version of get_datetime from M2Crypto since it isnt avail on RHEL 5.7
  ([email protected])
- Use older strptime call format ([email protected])
- 683550: fix parsing empty cert extensions ([email protected])
- Add support for content tagging. ([email protected])
- Use tlsv1 instead of sslv3, for fips compliance ([email protected])
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-rhsm' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-announce

Reply via email to