rpms/python-paramiko/F-7 .cvsignore, 1.7, 1.8 python-paramiko.spec, 1.9, 1.10 sources, 1.7, 1.8

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Jul 24 20:11:21 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/python-paramiko/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28782

Modified Files:
	.cvsignore python-paramiko.spec sources 
Log Message:
Update to 1.7.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/F-7/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	10 Dec 2006 07:04:27 -0000	1.7
+++ .cvsignore	24 Jul 2007 20:10:49 -0000	1.8
@@ -1 +1 @@
-paramiko-1.6.4.tar.gz
+paramiko-1.7.1.tar.gz


Index: python-paramiko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/F-7/python-paramiko.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-paramiko.spec	10 Dec 2006 07:04:27 -0000	1.9
+++ python-paramiko.spec	24 Jul 2007 20:10:49 -0000	1.10
@@ -1,11 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.6.4
-Release:        1%{?dist}
+Version:        1.7.1
+Release:        2%{?dist}
 Summary:        A SSH2 protocol library for python
 
 Group:          Development/Libraries
@@ -17,7 +16,6 @@
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       python-abi = %{pyver}
 Requires:       python-crypto >= 1.9
 
 %description
@@ -37,26 +35,25 @@
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE PKG-INFO README docs/
-%{python_sitelib}/paramiko-%{version}-py%{pyver}.egg-info
-%dir %{python_sitelib}/paramiko
-%{python_sitelib}/paramiko/*.py
-%{python_sitelib}/paramiko/*.pyc
-%{python_sitelib}/paramiko/*.pyo
+%{python_sitelib}/*
 
 %changelog
+* Thu Jul 19 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.1-2
+- Bump rev
+
+* Thu Jul 19 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.1-1
+- Update to 1.7.1
+
 * Sat Dec 09 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 1.6.4-1
 - Update to 1.6.4
 - Upstream is now shipping tarballs


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	10 Dec 2006 07:04:27 -0000	1.7
+++ sources	24 Jul 2007 20:10:49 -0000	1.8
@@ -1 +1 @@
-39a374c72e7511297dd68e53dde4b39c  paramiko-1.6.4.tar.gz
+de6405406897fad04fa5fdf56952ea75  paramiko-1.7.1.tar.gz




More information about the scm-commits mailing list