SPECS: python-Beaker.spec, python-MyghtyUtils.spec, python-nose.sp...

emes emes at pld-linux.org
Mon Nov 20 22:40:25 CET 2006


Author: emes                         Date: Mon Nov 20 21:40:25 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- req python 2.5

---- Files affected:
SPECS:
   python-Beaker.spec (1.1 -> 1.2) , python-MyghtyUtils.spec (1.5 -> 1.6) , python-nose.spec (1.5 -> 1.6) , python-Pylons.spec (1.2 -> 1.3) , python-Routes.spec (1.4 -> 1.5) , python-simplejson.spec (1.9 -> 1.10) , python-WebHelpers.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-Beaker.spec
diff -u SPECS/python-Beaker.spec:1.1 SPECS/python-Beaker.spec:1.2
--- SPECS/python-Beaker.spec:1.1	Sun Nov 19 03:58:16 2006
+++ SPECS/python-Beaker.spec	Mon Nov 20 22:40:17 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define 	module	        beaker
 %define     fname           Beaker
-%define     python_version  2.4
+%define     python_version  2.5
 Summary:	Session (and caching soon) WSGI Middleware
 Name:		python-%{fname}
 Version:	0.6.1
@@ -53,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/20 21:40:17  emes
+- req python 2.5
+
 Revision 1.1  2006/11/19 02:58:16  emes
 - initial release
 

================================================================
Index: SPECS/python-MyghtyUtils.spec
diff -u SPECS/python-MyghtyUtils.spec:1.5 SPECS/python-MyghtyUtils.spec:1.6
--- SPECS/python-MyghtyUtils.spec:1.5	Sun Nov 19 22:28:15 2006
+++ SPECS/python-MyghtyUtils.spec	Mon Nov 20 22:40:17 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define 	module	        myghtyutils
 %define		fname           MyghtyUtils
-%define     python_version  2.4
+%define     python_version  2.5
 Summary:	Container and Utility Functions from the Myghty Template Framework
 Summary(pl):	Funkcje kontenerowe i narzędziowe z Myghty Template Framework
 Name:		python-%{fname}
@@ -87,6 +87,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/20 21:40:17  emes
+- req python 2.5
+
 Revision 1.5  2006/11/19 21:28:15  emes
 - works with python 2.4, no need to require 2.5
 

================================================================
Index: SPECS/python-nose.spec
diff -u SPECS/python-nose.spec:1.5 SPECS/python-nose.spec:1.6
--- SPECS/python-nose.spec:1.5	Sun Nov 19 22:28:15 2006
+++ SPECS/python-nose.spec	Mon Nov 20 22:40:17 2006
@@ -1,6 +1,6 @@
 # $Revision$
 %define		module	nose
-%define     python_version 2.4
+%define     python_version 2.5
 Summary:	A unittest extension with automatic discovery, simplified authoring, and output capture
 Summary(pl):	Rozszerzenie testów jednostkowych z automatycznym wykrywaniem, prostym tworzeniem i przechwytywaniem wyjącia
 Name:		python-%{module}
@@ -63,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/20 21:40:17  emes
+- req python 2.5
+
 Revision 1.5  2006/11/19 21:28:15  emes
 - works with python 2.4, no need to require 2.5
 

================================================================
Index: SPECS/python-Pylons.spec
diff -u SPECS/python-Pylons.spec:1.2 SPECS/python-Pylons.spec:1.3
--- SPECS/python-Pylons.spec:1.2	Sun Nov 19 04:37:01 2006
+++ SPECS/python-Pylons.spec	Mon Nov 20 22:40:17 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define 	module	        pylons
 %define     fname           Pylons
-%define     python_version  2.4
+%define     python_version  2.5
 Summary:	Pylons Web Framework
 Summary(pl):	Ĺšrodowisko Pylons
 Name:		python-%{fname}
@@ -63,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/20 21:40:17  emes
+- req python 2.5
+
 Revision 1.2  2006/11/19 03:37:01  emes
 - fixed reqs
 - added some important files

================================================================
Index: SPECS/python-Routes.spec
diff -u SPECS/python-Routes.spec:1.4 SPECS/python-Routes.spec:1.5
--- SPECS/python-Routes.spec:1.4	Sun Nov 19 04:08:40 2006
+++ SPECS/python-Routes.spec	Mon Nov 20 22:40:17 2006
@@ -13,6 +13,7 @@
 BuildRequires:	python-setuptools >= 0.6-0.a11.1
 BuildRequires:	rpmbuild(macros) >= 1.219
 %pyrequires_eq  python-modules
+Requires:   python >= 2.5
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -58,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/20 21:40:17  emes
+- req python 2.5
+
 Revision 1.4  2006/11/19 03:08:40  emes
 - upgraded to version 1.5.2
 

================================================================
Index: SPECS/python-simplejson.spec
diff -u SPECS/python-simplejson.spec:1.9 SPECS/python-simplejson.spec:1.10
--- SPECS/python-simplejson.spec:1.9	Sun Nov 19 22:28:15 2006
+++ SPECS/python-simplejson.spec	Mon Nov 20 22:40:17 2006
@@ -1,6 +1,6 @@
 # $Revision$
 %define		module		simplejson
-%define     python_version  2.4
+%define     python_version  2.5
 Summary:	Simple, fast, extensible JSON encoder/decoder for Python
 Summary(pl):	Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
 Name:		python-%{module}
@@ -59,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/11/20 21:40:17  emes
+- req python 2.5
+
 Revision 1.9  2006/11/19 21:28:15  emes
 - works with python 2.4, no need to require 2.5
 

================================================================
Index: SPECS/python-WebHelpers.spec
diff -u SPECS/python-WebHelpers.spec:1.1 SPECS/python-WebHelpers.spec:1.2
--- SPECS/python-WebHelpers.spec:1.1	Sun Nov 19 04:05:05 2006
+++ SPECS/python-WebHelpers.spec	Mon Nov 20 22:40:17 2006
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %define 	module	        webhelpers
 %define     fname           WebHelpers
-%define     python_version  2.4
+%define     python_version  2.5
 Summary:	Web Helpers
 Name:		python-%{fname}
 Version:	0.2.2
@@ -53,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/11/20 21:40:17  emes
+- req python 2.5
+
 Revision 1.1  2006/11/19 03:05:05  emes
 - initial release
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-Beaker.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/python-MyghtyUtils.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/python-nose.spec?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SPECS/python-Pylons.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/python-Routes.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/python-simplejson.spec?r1=1.9&r2=1.10&f=u
    http://cvs.pld-linux.org/SPECS/python-WebHelpers.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list