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

Devan Goodwin dgoodwin at fedoraproject.org
Wed May 11 15:21:23 UTC 2011


commit 141344c46a4dae01db2200b282bd4497200eccf0
Author: Devan Goodwin <dgoodwin at rm-rf.ca>
Date:   Wed May 11 12:21:12 2011 -0300

    Update python-rhsm to 0.96.3-1

 .gitignore       |    1 +
 python-rhsm.spec |   15 ++++++++++++++-
 sources          |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f9d3747..53e4d88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /python-rhsm-0.94.15.tar.gz
 /python-rhsm-0.96.1.tar.gz
 /python-rhsm-0.96.2.tar.gz
+/python-rhsm-0.96.3.tar.gz
diff --git a/python-rhsm.spec b/python-rhsm.spec
index f81591c..5939533 100644
--- a/python-rhsm.spec
+++ b/python-rhsm.spec
@@ -5,7 +5,7 @@
 
 
 Name: python-rhsm
-Version: 0.96.2
+Version: 0.96.3
 Release: 1%{?dist}
 
 Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform
@@ -57,6 +57,19 @@ rm -rf %{buildroot}
 %{python_sitelib}/rhsm-*.egg-info
 
 %changelog
+* Wed May 11 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.96.3-1
+- 700601: Don't set the Accept-Language if we don't have a valid locale
+  (alikins at redhat.com)
+- 692210: remove a non critical warning message that is spamming the logs
+  (alikins at redhat.com)
+- 691788: Fix bad check for missing order info. (dgoodwin at redhat.com)
+- Add a version of get_datetime from M2Crypto since it isnt avail on RHEL 5.7
+  (alikins at redhat.com)
+- Use older strptime call format (cduryee at redhat.com)
+- 683550: fix parsing empty cert extensions (jbowes at redhat.com)
+- Add support for content tagging. (dgoodwin at redhat.com)
+- Use tlsv1 instead of sslv3, for fips compliance (cduryee at redhat.com)
+
 * Mon Feb 14 2011 Devan Goodwin <dgoodwin at rm-rf.ca> 0.96.2-1
 - Setup configuration for Fedora git builds. (dgoodwin at rm-rf.ca)
 
diff --git a/sources b/sources
index c5c60f6..8633f26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe6aceabb274604d2f506184eee33a02  python-rhsm-0.96.2.tar.gz
+6e9f1f67f7a4fd6cdc5d5ca31fa2342a  python-rhsm-0.96.3.tar.gz


More information about the scm-commits mailing list