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

updates at fedoraproject.org updates at fedoraproject.org
Thu Nov 22 03:49:49 UTC 2012


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-17476
2012-11-02 02:59:31
--------------------------------------------------------------------------------

Name        : python-rhsm
Product     : Fedora 17
Version     : 1.1.4
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:

Added sending of installed version headers in requests. Added support for certificates with carriage returns in them. Added support for activation keys during a GUI registration. Dozens of additional bug fixes.
--------------------------------------------------------------------------------
ChangeLog:

* 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