From dbb02d2db97118204edb4df9cd17b243d47a525a Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Aug 24 2011 19:24:48 +0000 Subject: Update python-rhsm to 0.96.10-1 --- diff --git a/.gitignore b/.gitignore index 5aa4072..78cc503 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /python-rhsm-0.96.5.tar.gz /python-rhsm-0.96.7.tar.gz /python-rhsm-0.96.8.tar.gz +/python-rhsm-0.96.10.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index a73551b..f595852 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -5,7 +5,7 @@ Name: python-rhsm -Version: 0.96.8 +Version: 0.96.10 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -57,6 +57,21 @@ rm -rf %{buildroot} %{python_sitelib}/rhsm-*.egg-info %changelog +* Wed Aug 24 2011 Devan Goodwin 0.96.10-1 +- Submit a Content-Length when body of request is empty. (dgoodwin@redhat.com) +- Support installed products when registering. (dgoodwin@redhat.com) +- Add ability to update a consumer's installed products list. + (dgoodwin@redhat.com) +- Support for new bind method (cduryee@redhat.com) + +* Wed Aug 17 2011 James Bowes 0.96.9-1 +- self.sanitize, and add support for quote_plus. (cduryee@redhat.com) +- Enhance the insecure mode to not do peer checks. (bkearney@redhat.com) +- Wrap urllib.quote in a helper method to cast int to str as needed. + (cduryee@redhat.com) +- 728266: Unsubscribe from subscription manager GUI is broken + (cduryee@redhat.com) +- Remove quantity for bind by product. (dgoodwin@redhat.com) * Wed Aug 03 2011 Devan Goodwin 0.96.8-1 - 719378: Encode whitespace in urls (bkearney@redhat.com) - Change package profile upload url. (dgoodwin@redhat.com) diff --git a/sources b/sources index d2a4dd5..f13b098 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7f918e1ebf06b3d40d72e6429a5bcd9 python-rhsm-0.96.8.tar.gz +e8fca57703d77f271cfafa9eb8f0d85b python-rhsm-0.96.10.tar.gz