[python-rhsm] Update python-rhsm to 0.96.7-1

Devan Goodwin dgoodwin at fedoraproject.org
Wed Jul 13 17:25:21 UTC 2011


commit 7195beb0229823b613bb7a0fa2feb91362ba46ea
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Wed Jul 13 14:25:09 2011 -0300

    Update python-rhsm to 0.96.7-1

 .gitignore       |    1 +
 python-rhsm.spec |   26 +++++++++++++++++++++++++-
 sources          |    2 +-
 3 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 297462b..85c9718 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /python-rhsm-0.96.2.tar.gz
 /python-rhsm-0.96.3.tar.gz
 /python-rhsm-0.96.5.tar.gz
+/python-rhsm-0.96.7.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index 8ed437b..7223ed2 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -5,7 +5,7 @@
 
 
 Name: python-rhsm
-Version: 0.96.5
+Version: 0.96.7
 Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
@@ -57,6 +57,30 @@ rm -rf %{buildroot}
 %{python_sitelib}/rhsm-*.egg-info
 
 %changelog
+* Wed Jul 13 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.96.7-1
+- Logging cleanup. (dgoodwin at redhat.com)
+- Remove unused add_ssl_certs method. (dgoodwin at redhat.com)
+- Load supported resources when UEPConnection is instantiated.
+  (dgoodwin at redhat.com)
+- Send package profile. (dgoodwin at redhat.com)
+- Allow testing if package profiles equal one another. (dgoodwin at redhat.com)
+- Support creating package profile from a file descriptor.
+  (dgoodwin at redhat.com)
+- Allow the attributes to be None for username and password in consumer
+  selction. (bkearney at redhat.com)
+- Add a Package object. (dgoodwin at redhat.com)
+
+* Wed Jul 06 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.96.6-1
+- Add support for new Katello error responses. (dgoodwin at redhat.com)
+- Log the response when there's an issue parsing error JSON.
+  (dgoodwin at redhat.com)
+- Add support for registration to Katello environments. (dgoodwin at redhat.com)
+- Don't send an http body if we don't have one. (jbowes at redhat.com)
+- Add call to list environments. (dgoodwin at redhat.com)
+- Do not load CA certs if in insecure mode. (dgoodwin at redhat.com)
+- Cache supported resources after establishing connection.
+  (dgoodwin at redhat.com)
+
 * Fri Jun 24 2011 Devan Goodwin <dgoodwin at redhat.com> 0.96.5-1
 - Fix backward compatability with old use of getPoolsList.
   (dgoodwin at redhat.com)
diff --git a/sources b/sources
index e4b5e49..1d6180d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fcd555d57d5cc7ba2b63f7331a17b39b  python-rhsm-0.96.5.tar.gz
+52b0ba293c28456e2330ff6d4ed4de37  python-rhsm-0.96.7.tar.gz


More information about the scm-commits mailing list