--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2012-18770
2012-11-22 03:30:44
--------------------------------------------------------------------------------

Name        : python-rhsm
Product     : Fedora 16
Version     : 1.8.0
Release     : 1.fc16
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:

Support for V3 certificate authorization checking. Modifications to support RAM 
limited subscriptions. Dozens of bugfixes.
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.
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.
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:

* 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])
* Fri Jan 27 2012 Michael Stead <[email protected]> 0.99.3-1
- 785247: Update releasers.conf for RHEL6.3 ([email protected])
- Stop building for F14. ([email protected])
* Thu Jan 12 2012 Devan Goodwin <[email protected]> 0.99.2-1
- 768983: When consuming a future subsciption, the repos --list should be empty
  ([email protected])
- 720360: Write *-key.pem files out with 0600 permissions. ([email protected])
- 754425: Remove grace period logic ([email protected])
* Mon Dec 12 2011 William Poteat <[email protected]> 0.98.7-1
- 766895: Added hypervisorCheckIn call to allow sending a mapping of host/guest 
ids for
  creation/update. ([email protected])
* Tue Dec  6 2011 William Poteat <[email protected]> 0.98.5-1
- 754366: workaround a bug in httpslib.ProxyHttpsConnection
  ([email protected])
* Thu Nov 17 2011 William Poteat <[email protected]> 0.98.3-1
- 752854: Fixing error in iniparser around unpacking of a dictionary for
  default values. ([email protected])
- 708362: remove entitlement keys on delete as well ([email protected])
- 734114: registering with --org="foo bar" throws a NetworkException instead of
  a RestlibException ([email protected])
* Fri Oct 28 2011 William Poteat <[email protected]> 0.98.2-1
- 749853: backport new python-rhsm API calls present in 6.2 for 5.8
  ([email protected])
- rev python-rhsm version to match sub-mgr ([email protected])
- point master to rhel5 builder ([email protected])
- fix python syntax for older versions ([email protected])
- Fix yum repo location for EL6. ([email protected])
* Mon Oct 17 2011 Devan Goodwin <[email protected]> 0.97.1-1
- 746241: UEPConnection.updateConsumer now passes empty list in POST request
  ([email protected])
- 737935: overcome 255 char limit in uuid list ([email protected])
* Tue Sep 13 2011 Devan Goodwin <[email protected]> 0.96.12-1
- Add makefile and targets for coverage and "stylish" checks
  ([email protected])
- Add tests for config parsing ([email protected])
- 736166: move certs from subscription-manager to python-rhsm
  ([email protected])
* Wed Sep  7 2011 James Bowes <[email protected]> 0.96.11-1
- add future date bind ([email protected])
- 735226: allow Keys to validate themselves ([email protected])
- Add getVirtOnly() ([email protected])
* Wed Aug 24 2011 Devan Goodwin <[email protected]> 0.96.10-1
- Submit a Content-Length when body of request is empty. ([email protected])
- Support installed products when registering. ([email protected])
- Add ability to update a consumer's installed products list.
  ([email protected])
- Support for new bind method ([email protected])
* Wed Aug 17 2011 James Bowes <[email protected]> 0.96.9-1
- self.sanitize, and add support for quote_plus. ([email protected])
- Enhance the insecure mode to not do peer checks. ([email protected])
- Wrap urllib.quote in a helper method to cast int to str as needed.
  ([email protected])
- 728266: Unsubscribe from subscription manager GUI is broken
  ([email protected])
- Remove quantity for bind by product. ([email protected])
* Wed Aug  3 2011 Devan Goodwin <[email protected]> 0.96.8-1
- 719378: Encode whitespace in urls ([email protected])
- Change package profile upload url. ([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