From 170eac3001c1c72ab0ea1e1c46524773d66213bf Mon Sep 17 00:00:00 2001 From: John Dennis Date: Jun 14 2010 14:52:44 +0000 Subject: - Fix incomplete read bug (due to read ahead buffer bookkeeping). - Remove python-nss specific httplib.py, no longer needed python-nss now compatible with standard library - Rewrite httplib_example.py to use standard library and illustrate ssl, non-ssl, connection class, http class usage --- diff --git a/python-nss.spec b/python-nss.spec index 0c23171..86730ff 100644 --- a/python-nss.spec +++ b/python-nss.spec @@ -4,7 +4,7 @@ Name: python-nss Version: 0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python bindings for Network Security Services (NSS) Group: Development/Languages @@ -66,6 +66,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 14 2010 John Dennis - 0.9-5 +- Fix incomplete read bug (due to read ahead buffer bookkeeping). +- Remove python-nss specific httplib.py, no longer needed + python-nss now compatible with standard library +- Rewrite httplib_example.py to use standard library and illustrate + ssl, non-ssl, connection class, http class usage + * Wed Jun 9 2010 John Dennis - 0.9-4 - add nss.cert_usage_flags(), use it in ssl_example.py diff --git a/sources b/sources index 4402e86..2df4fa1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7ad32c9692fda695478d43fc707f05a python-nss-0.9.tar.bz2 +5a9c7b86d8bed6a15623a9501fe3a17f python-nss-0.9.tar.bz2