rpms/python-nose/devel .cvsignore, 1.8, 1.9 python-nose.spec, 1.9, 1.10 sources, 1.8, 1.9

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Nov 27 20:44:34 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-nose/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13174

Modified Files:
	.cvsignore python-nose.spec sources 
Log Message:
0.10.0 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	21 Aug 2007 21:14:45 -0000	1.8
+++ .cvsignore	27 Nov 2007 20:44:02 -0000	1.9
@@ -1 +1 @@
-nose-0.10.0b1.tar.gz
+nose-0.10.0.tar.gz


Index: python-nose.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/python-nose.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-nose.spec	2 Sep 2007 04:45:39 -0000	1.9
+++ python-nose.spec	27 Nov 2007 20:44:02 -0000	1.10
@@ -1,27 +1,19 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
-%define _betatag b1
-
 Name:           python-nose
 Version:        0.10.0
-Release:        0.3.%{_betatag}%{?dist}
+Release:        1%{?dist}
 Summary:        A discovery-based unittest extension for Python
 
 Group:          Development/Languages
 License:        LGPLv2
 URL:            http://somethingaboutorange.com/mrl/projects/nose/
-Source0:        http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}%{_betatag}.tar.gz
+Source0:        http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
-BuildRequires: python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
+BuildRequires:  python-devel python-setuptools-devel
 
 
 %description
@@ -32,7 +24,7 @@
 reasonably possible without resorting to too much magic.
 
 %prep
-%setup -q -n nose-%{version}%{_betatag}
+%setup -q -n nose-%{version}
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -50,10 +42,13 @@
 %doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
 %{_bindir}/nosetests
 %{_mandir}/man1/nosetests.1.gz
-%{python_sitelib}/nose-%{version}%{_betatag}-py%{pyver}.egg-info
+%{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
 %{python_sitelib}/nose
 
 %changelog
+* Tue Nov 27 2007 Luke Macken <lmacken at redhat.com> 0.10.0-1
+- 0.10.0
+
 * Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> 0.10.0-0.3.b1
 - Update for python-setuptools changes in rawhide
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-nose/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	21 Aug 2007 21:14:45 -0000	1.8
+++ sources	27 Nov 2007 20:44:02 -0000	1.9
@@ -1 +1 @@
-f4c5c6054b26ccb3ae04f39e693c20d5  nose-0.10.0b1.tar.gz
+2cb49cb7aa8f0c27be1bc3f85193bb8e  nose-0.10.0.tar.gz




More information about the fedora-extras-commits mailing list