rpms/python-nss/devel .cvsignore, 1.9, 1.10 python-nss.spec, 1.13, 1.14 sources, 1.11, 1.12

John Dennis jdennis at fedoraproject.org
Mon Sep 21 19:56:38 UTC 2009


Author: jdennis

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

Modified Files:
	.cvsignore python-nss.spec sources 
Log Message:
* The following methods, properties  and functions were added:
  SecItem.type SecItem.len, SecItem.data
  PK11SymKey.key_data, PK11SymKey.key_length, PK11SymKey.slot
  create_context_by_sym_key
  param_from_iv
  generate_new_param
  get_iv_length
  get_block_size
  get_pad_mechanism
* SecItem's now support indexing and slicing on their data
* Clean up parsing and parameter validation of variable arg functions



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	18 Sep 2009 19:56:53 -0000	1.9
+++ .cvsignore	21 Sep 2009 19:56:37 -0000	1.10
@@ -1 +1 @@
-python-nss-0.7.tar.bz2
+python-nss-0.8.tar.bz2


Index: python-nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/python-nss.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- python-nss.spec	18 Sep 2009 19:56:53 -0000	1.13
+++ python-nss.spec	21 Sep 2009 19:56:37 -0000	1.14
@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-nss
-Version:        0.7
+Version:        0.8
 Release:        1%{?dist}
 Summary:        Python bindings for Network Security Services (NSS)
 
@@ -73,6 +73,19 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 21 2009 John Dennis <jdennis at redhat.com> - 0.8-1
+- The following methods, properties  and functions were added:
+  SecItem.type SecItem.len, SecItem.data
+  PK11SymKey.key_data, PK11SymKey.key_length, PK11SymKey.slot
+  create_context_by_sym_key
+  param_from_iv
+  generate_new_param
+  get_iv_length
+  get_block_size
+  get_pad_mechanism
+- SecItem's now support indexing and slicing on their data
+- Clean up parsing and parameter validation of variable arg functions
+
 * Fri Sep 18 2009 John Dennis <jdennis at redhat.com> - 0.7-1
 - add support for symmetric encryption/decryption
   more support for digests (hashes)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nss/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	18 Sep 2009 19:56:53 -0000	1.11
+++ sources	21 Sep 2009 19:56:37 -0000	1.12
@@ -1 +1 @@
-5d38521041a1f2fc1e34a56dcc72ff0a  python-nss-0.7.tar.bz2
+4209e0b421d3b997602f695e04282daa  python-nss-0.8.tar.bz2




More information about the fedora-extras-commits mailing list