Fedora 15 Update: python-rhsm-0.99.4-1.fc15

updates at fedoraproject.org updates at fedoraproject.org
Sat Mar 17 23:57:38 UTC 2012


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

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


More information about the package-announce mailing list