Fedora 17 Update: python-rhsm-1.8.3-1.fc17

updates at fedoraproject.org updates at fedoraproject.org
Sun Mar 10 00:53:28 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-2572
2013-02-16 00:10:43
--------------------------------------------------------------------------------

Name        : python-rhsm
Product     : Fedora 17
Version     : 1.8.3
Release     : 1.fc17
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:

Various minor bug fixes.
Add support for disabling package reporting, various cosmetic bug fixes.
Dozens of bug fixes, new rct commands for examining manifests.
Dozens of bug fixes, new rct commands for examining manifests.
Add support for disabling package reporting, various cosmetic bug fixes.
Dozens of bug fixes, new rct commands for examining manifests.
Dozens of bug fixes, new rct commands for examining manifests.
--------------------------------------------------------------------------------
ChangeLog:

* Thu Feb 14 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.3-1
- 907536: Don't send body if it's just "" (alikins at redhat.com)
- 882459: Change --heal-interval to --attach-interval in rhsmcertd
  (wpoteat at redhat.com)
* Thu Jan 31 2013 Bryan Kearney <bkearney at redhat.com> 1.8.2-1
- Add a default value for the report_package_profile setting
  (bkearney at redhat.com)
- Remove F16 releasers, add F18. (dgoodwin at redhat.com)
* Thu Jan 24 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.1-1
- Do not retrieve the value unless the match is valid (bkearney at redhat.com)
- Only look for a single item as it is quicker and all we care about is zero or
  not zero (bkearney at redhat.com)
- Several small tweaks: (bkearney at redhat.com)
- Store off the len of the oid to save recalculating it more that once
  (bkearney at redhat.com)
- certificate.match will now only accept oids. (bkearney at redhat.com)
- Remove the use of exceptions to denote a return value of false.
  (bkearney at redhat.com)
- The email.utils module was named email.Utils in RHEL5 (bkearney at redhat.com)
- Make stylish issues resolved (bkearney at redhat.com)
- 772936: Warn the user when clock skew is detected. (bkearney at redhat.com)
- Improve logging for rhsmcertd scenarios (wpoteat at redhat.com)
- 845622: If an identity certificate has expired, there should be a friendly
  error message (wpoteat at redhat.com)
- Add international text to test automatic JSON encoding. (awood at redhat.com)
- 880070: Adding unicode encoding hook for simplejson. (awood at redhat.com)
- 848836: Remove trailing / from the handler in UEPConnection
  (bkearney at redhat.com)
- 884259: If LANG is unset, do not attempt to send up a default locale in
  redeem call (bkearney at redhat.com)
* Tue Nov 20 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.0-1
- Reversioning to 1.8.x stream.
* Mon Nov 19 2012 Adrian Likins <alikins at redhat.com> 1.1.6-1
- Making product and order info optional for a v3 EntitlementCertificate, since
  the server side will never have that data. (mhrivnak at redhat.com)
- Adding path authorization checking for both v1 and v3 entitlement
  certificates (mhrivnak at redhat.com)
* Fri Nov 16 2012 Adrian Likins <alikins at redhat.com> 1.1.5-1
- Added ram_limit to certificate Order (mstead at redhat.com)
* Thu Nov  1 2012 Adrian Likins <alikins at redhat.com> 1.1.4-1
- fixing a bug where certificates with carriage returns could not be parsed.
  (mhrivnak at redhat.com)
- 790481: Send up headers with the subscription-manager and python-rhsm version
  info. (bkearney at redhat.com)
* Wed Oct 10 2012 Adrian Likins <alikins at redhat.com> 1.1.3-1
- 863961: add test case for id cert default version (alikins at redhat.com)
- 857426: Do not pass None when body is empty collection (mstead at redhat.com)
- 863961: set a default version for id certs (alikins at redhat.com)
- 859652: Subscribe with service level being ignored (wpoteat at redhat.com)
* Tue Sep 25 2012 Adrian Likins <alikins at redhat.com> 1.1.2-1
- add 6.4 releaser (alikins at redhat.com)
* Wed Sep 19 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 1.1.1-1
- Read certv3 detached format (jbowes at redhat.com)
- Read file content types from certificates (mstead at redhat.com)
* Wed Aug 29 2012 Alex Wood <awood at redhat.com> 1.0.7-1
- 851644: Only use the cert file if it exists (bkearney at redhat.com)
* Tue Aug 28 2012 Alex Wood <awood at redhat.com> 1.0.6-1
- 848742: support arbitrary bit length serial numbers (jbowes at redhat.com)
- Stop doing F15 Fedora builds, add EL5 public builds. (dgoodwin at redhat.com)
* Thu Aug  9 2012 Alex Wood <awood at redhat.com> 1.0.5-1
- add versionlint, requires pyqver (alikins at redhat.com)
- Adding subject back to new certs (mstead at redhat.com)
- 842885: add __str__ to NetworkException, ala  #830767 (alikins at redhat.com)
- 830767: Add __str__ method to RemoteServerException. (awood at redhat.com)
- Fix None product architectures. (dgoodwin at redhat.com)
- Remove deprecated use of DateRange.has[Date|Now] (jbowes at redhat.com)
- mark hasDate as deprecated as well (alikins at redhat.com)
* Wed Jul 25 2012 Alex Wood <awood at redhat.com> 1.0.4-1
- Remove unused stub method. (dgoodwin at redhat.com)
- Cleanup entitlement cert keys on delete. (dgoodwin at redhat.com)
- Drop unused quantity and flex quantity from Content. (dgoodwin at redhat.com)
- Make CertFactory and Extensions2 classes private. (dgoodwin at redhat.com)
- RHEL5 syntax fixes. (dgoodwin at redhat.com)
- Handle empty pem strings when creating certs. (dgoodwin at redhat.com)
- Remove Base64 decoding. (dgoodwin at redhat.com)
- Fix failing subjectAltName nosetest (jbowes at redhat.com)
- Fix up remaining compiler warnings (jbowes at redhat.com)
- Fix up memory leaks (jbowes at redhat.com)
- clean up some C module compiler warnings (jbowes at redhat.com)
- Fix get_all_extensions (jbowes at redhat.com)
- C module formatting fixups (jbowes at redhat.com)
- Add as_pem method to C module (jbowes at redhat.com)
- Revert Extensions object to old state, add new sub-class.
  (dgoodwin at redhat.com)
- Spec file changes for C module (jbowes at redhat.com)
- Get nosetests running (jbowes at redhat.com)
- tell setup.py to use nose (jbowes at redhat.com)
- get certv2 tests passing (jbowes at redhat.com)
- Move methods onto X509 class in C cert reader (jbowes at redhat.com)
- Add method to get all extensions in a dict (jbowes at redhat.com)
- Add POC C based cert reader (jbowes at redhat.com)
- Remove use of str.format for RHEL5. (dgoodwin at redhat.com)
- Remove some python2.6'ism (trailing if's) (alikins at redhat.com)
- add "version_check" target that runs pyqver (alikins at redhat.com)
- Fix error reporting on bad certs. (dgoodwin at redhat.com)
- Remove number from order/account fields. (dgoodwin at redhat.com)
- Style fixes. (dgoodwin at redhat.com)
- Certv2 cleanup. (dgoodwin at redhat.com)
- Cleanup bad padding/header cert testing. (dgoodwin at redhat.com)
- New method of parsing X509 extensions. (dgoodwin at redhat.com)
- Better cert type detection. (dgoodwin at redhat.com)
- Deprecate the old certificate module classes. (dgoodwin at redhat.com)
- Rename order support level to service level. (dgoodwin at redhat.com)
- Convert product arch to multi-valued. (dgoodwin at redhat.com)
- Add factory methods to certificate module. (dgoodwin at redhat.com)
- Parse V2 entitlement certificates. (dgoodwin at redhat.com)
- Add missing os import. (dgoodwin at redhat.com)
- Improve certificate2 error handling. (dgoodwin at redhat.com)
- Remove V1 named classes. (dgoodwin at redhat.com)
- Add cert is_expired method. (dgoodwin at redhat.com)
- Fix cert path issue. (dgoodwin at redhat.com)
- Major/minor attributes not available in 5.4 (mstead at redhat.com)
- 834108: Set the default connection timeout to 1 min. (jbowes at redhat.com)
- Add default values to certificate2 Order class. (dgoodwin at redhat.com)
- Define identity certificates explicitly. (dgoodwin at redhat.com)
- Add identity cert support to certificate2 module. (dgoodwin at redhat.com)
- Add file writing/deleting for new certificates. (dgoodwin at redhat.com)
- Add product info to certificate2 module. (dgoodwin at redhat.com)
- Add content info to certificate2 module. (dgoodwin at redhat.com)
- Add order info to certificate2 module. (dgoodwin at redhat.com)
- Port basic certificate data into new module. (dgoodwin at redhat.com)
- Add certificate2 module and cert creation factory. (dgoodwin at redhat.com)
* Thu Jun 28 2012 Alex Wood <awood at redhat.com> 1.0.3-1
- Update copyright dates (jbowes at redhat.com)
- 825952: Error after deleting consumer at server (wpoteat at redhat.com)
* Thu Jun  7 2012 Alex Wood <awood at redhat.com> 1.0.2-1
- add upstream server var to version obj (cduryee at redhat.com)
- 822057: wrap ContentConnection port in safe_int (cduryee at redhat.com)
- 822965: subscription-manager release does not work with proxies
  (cduryee at redhat.com)
- 806958: BadCertificateException not displaying properly. (awood at redhat.com)
- 822965: release verb does not work with proxies (cduryee at redhat.com)
- Add config for "checkcommits" (alikins at redhat.com)
- Include various Makefile improvements from subscription-manager
  (alikins at redhat.com)
- Upload el6 yum packages to another dir for compatability.
  (dgoodwin at redhat.com)
* Wed May 16 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 1.0.1-1
- Add default constants for RHN connections. (dgoodwin at redhat.com)
- 813296: Remove check for candlepin_version (jbowes at redhat.com)
- Remove module scope eval of config properties (alikins at redhat.com)
- Add call to get Candlepin status. (awood at redhat.com)
- Added access to python-rhsm/sub-man versions. (mstead at redhat.com)
* Thu Apr 26 2012 Michael Stead <mstead at redhat.com> 1.0.0-1
- Updated version due to 6.3 branching. (mstead at redhat.com)
* Wed Apr  4 2012 Michael Stead <mstead at redhat.com> 0.99.8-1
- 807721: Setting missing default values (mstead at redhat.com)
* Fri Mar 23 2012 Michael Stead <mstead at redhat.com> 0.99.7-1
- 803773: quote international characters in activation keys before sending to
  server (cduryee at redhat.com)
- PEP8 fixes. (mstead at redhat.com)
* Wed Mar 14 2012 Michael Stead <mstead at redhat.com> 0.99.6-1
- Add ContentConnection to support rhsm "release" command (alikins at redhat.com)
- Allow unsetting the consumer service level. (dgoodwin at redhat.com)
* Tue Mar  6 2012 Michael Stead <mstead at redhat.com> 0.99.5-1
- 744654: Any bad value from the config file, when converting to an int, causes
  a traceback. (bkearney at redhat.com)
- Add support for dry-run autobind requests. (dgoodwin at redhat.com)
- Build for Fedora 17. (dgoodwin at redhat.com)
* 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)
--------------------------------------------------------------------------------

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