Fedora 19 Update: python-rhsm-1.11.3-1.fc19

updates at fedoraproject.org updates at fedoraproject.org
Thu Apr 24 07:29:09 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-5119
2014-04-15 12:13:26
--------------------------------------------------------------------------------

Name        : python-rhsm
Product     : Fedora 19
Version     : 1.11.3
Release     : 1.fc19
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:

This update has several bug fixes.
Numerous bug fixes.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Apr 10 2014 Alex Wood <awood at redhat.com> 1.11.3-1
- Specifically check for brand_name/brand_type="" (alikins at redhat.com)
- Support new apis for guests and hypervisors (ckozak at redhat.com)
* Thu Mar 20 2014 Alex Wood <awood at redhat.com> 1.11.2-1
- Add attributes for brand_name (alikins at redhat.com)
* Thu Feb 27 2014 Alex Wood <awood at redhat.com> 1.11.1-1
- rev version to 1.11.1 (ckozak at redhat.com)
- removed rhel7 releaser (ckozak at redhat.com)
* Mon Feb  3 2014 ckozak <ckozak at redhat.com> 1.10.12-1
- Add request_certs option to getEntitlementList() call (vitty at redhat.com)
* Wed Jan 22 2014 ckozak <ckozak at redhat.com> 1.10.11-1
- Fedora 18 is at end of life. (awood at redhat.com)
* Mon Jan  6 2014 ckozak <ckozak at redhat.com> 1.10.10-1
- make sure server supports guestId data (ckozak at redhat.com)
* Tue Dec 17 2013 ckozak <ckozak at redhat.com> 1.10.9-1
- Removing entitlement cert and key from getEntitlementList (ckozak at redhat.com)
- respect http(s)_proxy env variable for proxy information (jesusr at redhat.com)
* Wed Nov 27 2013 jesus m. rodriguez <jmrodri at gmail.com> 1.10.8-1
- Add the method to retrieve all the subscriptions for an owner (wpoteat at redhat.com)
* Thu Nov 14 2013 ckozak <ckozak at redhat.com> 1.10.7-1
- getOwnerInfo introduced (vitty at redhat.com)
* Thu Nov  7 2013 ckozak <ckozak at redhat.com> 1.10.6-1
- Fix a crash that occurs when rhsm.conf is missing (ckozak at redhat.com)
- Correct implementation of __eq__ for Content objects. (awood at redhat.com)
- Log ca_dir and loaded ca pems on one line. (alikins at redhat.com)
- Add default full_refresh_on_yum option. (awood at redhat.com)
- Send empty JSON list when deleting all overrides. (awood at redhat.com)
- Add __hash__ method to Content classes. (awood at redhat.com)
- Add method to get all content overrides for a consumer (mstead at redhat.com)
- Add methods to set and delete content overrides. (awood at redhat.com)
- 1008808: json ValueErrors have no .msg attribute (alikins at redhat.com)
* Fri Oct 25 2013 ckozak <ckozak at redhat.com> 1.10.5-1
- 1006748: replace simplejson with 'ourjson' (alikins at redhat.com)
- Log the new requestUuid from candlepin if it is present in the response.
  (dgoodwin at redhat.com)
* Fri Oct 25 2013 ckozak <ckozak at redhat.com>
- 1006748: replace simplejson with 'ourjson' (alikins at redhat.com)
- Log the new requestUuid from candlepin if it is present in the response.
  (dgoodwin at redhat.com)
* Wed Oct  2 2013 ckozak <ckozak at redhat.com> 1.10.3-1
- Merge pull request #89 from candlepin/alikins/flex_branding
  (c4kofony at gmail.com)
- Change brand attr 'os' to 'brand_type' (alikins at redhat.com)
- s/os_name/os (alikins at redhat.com)
- add support for 'os_name' productid attribute (alikins at redhat.com)
* Thu Sep 12 2013 Alex Wood <awood at redhat.com> 1.10.2-1
- 998033: Handle 401 and 403 with no response body (alikins at redhat.com)
- Ignore json errors in validate_response (alikins at redhat.com)
- Add unit tests for Restlib.validate_response (alikins at redhat.com)
- 1000145: Fix deprecated exception message warning. (dgoodwin at redhat.com)
* Thu Aug 22 2013 Alex Wood <awood at redhat.com> 1.10.1-1
- 997194: fix interpolation of default values (ckozak at redhat.com)
- bump version to 1.10.x (jesusr at redhat.com)
- remove 6.5 releaser (jesusr at redhat.com)
* Wed Aug 14 2013 jesus m. rodriguez <jesusr at redhat.com> 1.9.2-1
- remove rhel 5.9, 5.10, 6.3, 6.4 (jesusr at redhat.com)
- Fedora 17 is at end of life. (awood at redhat.com)
* Wed Jul 31 2013 Alex Wood <awood at redhat.com> 1.9.1-1
- fix config failure (ckozak at redhat.com)
- 988476, 988085: fix default hostname, remove excess config list output
  (ckozak at redhat.com)
- rev master to 1.9.x (alikins at redhat.com)
- add compliance date option (ckozak at redhat.com)
* Fri Jul 12 2013 Adrian Likins <alikins at redhat.com> 1.8.14-1
- certs check warning period (ckozak at redhat.com)
* Fri Jun 21 2013 Adrian Likins <alikins at redhat.com> 1.8.13-1
- Added autoheal option to updateConsumer (cschevia at redhat.com)
* Fri May 31 2013 jesus m. rodriguez <jesusr at redhat.com> 1.8.12-1
- Update the releasers with a 6.3 (bkearney at redhat.com)
- 967566: Enhance the ssl bindings to expose the issuer. (bkearney at redhat.com)
- Update the dist-git releasers (bkearney at redhat.com)
* Fri May 10 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.11-1
- Don't attach a question mark to the request if not necessary.
  (awood at redhat.com)
- Sanitize consumerId input. (awood at redhat.com)
- Add more test cases for Content.arches (alikins at redhat.com)
- add 'arches' list of arches to Content object (alikins at redhat.com)
- Add optional consumer to getPool. (awood at redhat.com)
* Tue May  7 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.10-1
- Added core limit to entitlement object. (mstead at redhat.com)
- Codestyle cleanup. (alikins at redhat.com)
* Thu Apr 18 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.9-1
- add note about check_path squashing '//' in paths (alikins at redhat.com)
- normalizing path before checking (jsherril at redhat.com)
- two new candlepin API methods (cduryee at redhat.com)
- remove redundant \'s and slight formatting cleanup (alikins at redhat.com)
- replace if "a == None" calls with if a is None (alikins at redhat.com)
- Additional methods for working with owners (cduryee at redhat.com)
* Wed Mar 27 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.8-1
- no 'json' module in rhel5, use simplejson instead (alikins at redhat.com)
- Adding plugin directory config option. (awood 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