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

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