rpms/python-nss/devel .cvsignore, 1.2, 1.3 python-nss.spec, 1.2, 1.3 sources, 1.2, 1.3

John Dennis jdennis at fedoraproject.org
Tue Sep 9 20:46:09 UTC 2008


Author: jdennis

Update of /cvs/pkgs/rpms/python-nss/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20863

Modified Files:
	.cvsignore python-nss.spec sources 
Log Message:
- clean up ssl_example.py, fix arg list in get_cert_nicknames,
   make certdir cmd line arg consistent with other NSS tools
- update httplib.py to support client auth, add httplib_example.py which illustrates it's use
- fix some documentation
- fix some type usage which were unsafe on 64-bit



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Jul 2008 17:13:26 -0000	1.2
+++ .cvsignore	9 Sep 2008 20:45:39 -0000	1.3
@@ -1 +1 @@
-python-nss-0.0.tar.bz2
+python-nss-0.1.tar.bz2


Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-nss.spec	9 Jul 2008 18:26:25 -0000	1.2
+++ python-nss.spec	9 Sep 2008 20:45:39 -0000	1.3
@@ -3,8 +3,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.0
-Release:        2%{?dist}
+Version:        0.1
+Release:        1%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
 Group:          Development/Languages
@@ -65,6 +65,13 @@
 
 
 %changelog
+* Tue Sep  9 2008 John Dennis <jdennis at redhat.com> - 0.1-1
+- clean up ssl_example.py, fix arg list in get_cert_nicknames,
+   make certdir cmd line arg consistent with other NSS tools
+- update httplib.py to support client auth, add httplib_example.py which illustrates it's use
+- fix some documentation
+- fix some type usage which were unsafe on 64-bit
+
 * Wed Jul  9 2008 John Dennis <jdennis at redhat.com> - 0.0-2
 - add docutils to build requires so restructured text works
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Jul 2008 17:13:26 -0000	1.2
+++ sources	9 Sep 2008 20:45:39 -0000	1.3
@@ -1 +1 @@
-031a5262d4526413305de87a7437b18f  python-nss-0.0.tar.bz2
+f92dcac6c1837d4cc7991678850b449a  python-nss-0.1.tar.bz2




More information about the fedora-extras-commits mailing list