rpms/python-nss/devel python-nss.spec,1.19,1.20 sources,1.16,1.17

John Dennis jdennis at fedoraproject.org
Mon Jun 14 14:52:44 UTC 2010


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21464

Modified Files:
	python-nss.spec sources 
Log Message:
- 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



Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- python-nss.spec	9 Jun 2010 20:15:52 -0000	1.19
+++ python-nss.spec	14 Jun 2010 14:52:44 -0000	1.20
@@ -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 <jdennis at redhat.com> - 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 <jdennis at redhat.com> - 0.9-4
 - add nss.cert_usage_flags(), use it in ssl_example.py
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	9 Jun 2010 20:15:52 -0000	1.16
+++ sources	14 Jun 2010 14:52:44 -0000	1.17
@@ -1 +1 @@
-c7ad32c9692fda695478d43fc707f05a  python-nss-0.9.tar.bz2
+5a9c7b86d8bed6a15623a9501fe3a17f  python-nss-0.9.tar.bz2



More information about the scm-commits mailing list