Author: emes                         Date: Sun Nov 19 21:28:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- works with python 2.4, no need to require 2.5

---- Files affected:
SPECS:
   python-MyghtyUtils.spec (1.4 -> 1.5) , python-nose.spec (1.4 -> 1.5) , 
python-simplejson.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/python-MyghtyUtils.spec
diff -u SPECS/python-MyghtyUtils.spec:1.4 SPECS/python-MyghtyUtils.spec:1.5
--- SPECS/python-MyghtyUtils.spec:1.4   Sun Nov 19 17:02:19 2006
+++ SPECS/python-MyghtyUtils.spec       Sun Nov 19 22:28:15 2006
@@ -1,17 +1,18 @@
 # $Revision$, $Date$
 %define        module          myghtyutils
 %define                fname           MyghtyUtils
+%define     python_version  2.4
 Summary:       Container and Utility Functions from the Myghty Template 
Framework
 Summary(pl):   Funkcje kontenerowe i narzędziowe z Myghty Template Framework
 Name:          python-%{fname}
 Version:       0.52
-Release:       0.2
+Release:       0.3
 License:       MIT
 Group:         Libraries/Python
 Source0:       
http://cheeseshop.python.org/packages/source/M/MyghtyUtils/%{fname}-%{version}.zip
 # Source0-md5: a15cda5919509024245802f4028b1560
 URL:           http://www.myghty.org/
-BuildRequires: python >= 1:2.5
+BuildRequires: python >= %{python_version}
 BuildRequires: python-setuptools
 BuildRequires: rpm-pythonprov
 BuildRequires: unzip
@@ -78,7 +79,7 @@
 %files
 %defattr(644,root,root,755)
 %{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
+%{py_sitescriptdir}/%{fname}-%{version}-py%{python_version}.egg-info
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -86,6 +87,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/19 21:28:15  emes
+- works with python 2.4, no need to require 2.5
+
 Revision 1.4  2006/11/19 16:02:19  qboosh
 - BR: rpm-pythonprov
 

================================================================
Index: SPECS/python-nose.spec
diff -u SPECS/python-nose.spec:1.4 SPECS/python-nose.spec:1.5
--- SPECS/python-nose.spec:1.4  Sun Nov 19 17:12:20 2006
+++ SPECS/python-nose.spec      Sun Nov 19 22:28:15 2006
@@ -1,16 +1,17 @@
 # $Revision$
 %define                module  nose
+%define     python_version 2.4
 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}
 Version:       0.9.1
-Release:       0.3
+Release:       0.4
 License:       LGPL
 Group:         Libraries/Python
 Source0:       
http://somethingaboutorange.com/mrl/projects/nose/%{module}-%{version}.tar.gz
 # Source0-md5: 97771e186ff3680e1abe5566a939966c
 URL:           http://somethingaboutorange.com/mrl/projects/nose/
-BuildRequires: python >= 1:2.5
+BuildRequires: python >= %{python_version}
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-devel-tools
 BuildArch:     noarch
@@ -54,7 +55,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/nosetests
 %{py_sitescriptdir}/%{module}
-%{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
+%{py_sitescriptdir}/%{module}-%{version}-py%{python_version}.egg-info
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -62,6 +63,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/11/19 21:28:15  emes
+- works with python 2.4, no need to require 2.5
+
 Revision 1.4  2006/11/19 16:12:20  qboosh
 - pl, formatting, py_postclean, BR: python 2.5 for .egg-info
 

================================================================
Index: SPECS/python-simplejson.spec
diff -u SPECS/python-simplejson.spec:1.8 SPECS/python-simplejson.spec:1.9
--- SPECS/python-simplejson.spec:1.8    Sun Nov 19 16:53:51 2006
+++ SPECS/python-simplejson.spec        Sun Nov 19 22:28:15 2006
@@ -1,16 +1,17 @@
 # $Revision$
 %define                module          simplejson
+%define     python_version  2.4
 Summary:       Simple, fast, extensible JSON encoder/decoder for Python
 Summary(pl):   Prosty, szybki, rozszerzalny (de)koder JSON dla Pythona
 Name:          python-%{module}
 Version:       1.4
-Release:       0.3
+Release:       0.4
 License:       MIT
 Group:         Libraries
 Source0:       
http://cheeseshop.python.org/packages/source/s/simplejson/%{module}-%{version}.tar.gz
 # Source0-md5: 5fbad786a4b151d44a9b1e1e157e5510
 URL:           http://undefined.org/python/#simplejson
-BuildRequires: python >= 1:2.5
+BuildRequires: python >= %{python_version}
 BuildRequires: python-setuptools >= 0.6-0.c1
 BuildRequires: rpm-pythonprov
 %pyrequires_eq python-libs
@@ -50,7 +51,7 @@
 %defattr(644,root,root,755)
 %dir %{py_sitescriptdir}/simplejson
 %{py_sitescriptdir}/simplejson/*.py[co]
-%{py_sitescriptdir}/simplejson-%{version}-py*.egg-info
+%{py_sitescriptdir}/simplejson-%{version}-py%{python_version}.egg-info
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -58,6 +59,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/11/19 21:28:15  emes
+- works with python 2.4, no need to require 2.5
+
 Revision 1.8  2006/11/19 15:53:51  qboosh
 - tab
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-MyghtyUtils.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/python-nose.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/python-simplejson.spec?r1=1.8&r2=1.9&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to