Browse Source

new upstream release and rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9551 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
c1156457da

+ 4 - 1
p/python-mako/python-mako-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-mako
-Version: 0.9.0
+Version: 1.0.1
 Release: 1%{?_dist_release}
 Summary: Mako template library for Python
 Summary(ja): Python の Mako テンプレートライブラリ
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 09 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.0.1-1
+- new upstream release
+
 * Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.0-1
 - new upstream release
 

+ 6 - 2
p/python-paramiko/python-paramiko-vl.spec

@@ -3,7 +3,7 @@
 %define srcname paramiko
 
 Name:           python-paramiko
-Version:        1.12.1
+Version:        1.15.2
 Release:        1%{?_dist_release}
 Summary:        A SSH2 protocol library for python
 Summary(ja):    python 用 SSH2 プロトコルライブラリ
@@ -47,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
 
 %check
-python ./test.py
+python ./test.py --no-sftp --no-big-file
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sat May 09 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.15.2-1
+- new upstream release
+- fixed %%check to skip sftp test
+
 * Mon Jan 13 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.12.1-1
 - new upstream release
 - added BuildRequires: python-ecdsa

+ 4 - 1
p/python-pocket-lint/python-pocket-lint-vl.spec

@@ -2,7 +2,7 @@
 
 Name: python-pocket-lint
 Version: 1.4.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Summary: Pocket-lint a composite linter and style checker for source code
 Summary(ja): Pocket-lint はソースコードのコンポジットリンターとスタイルチェッカーです
 
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 09 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-2
+- rebuilt current environment
+
 * Sat May 04 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
 - new upstream release