rpms/pyflakes/devel .cvsignore, 1.2, 1.3 pyflakes.spec, 1.4, 1.5 sources, 1.2, 1.3

Ville Skyttä scop at fedoraproject.org
Wed Nov 4 17:41:17 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/pyflakes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2901

Modified Files:
	.cvsignore pyflakes.spec sources 
Log Message:
* Wed Nov  4 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.3.0-1
- Update to 0.3.0 (#533015).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pyflakes/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	6 Jan 2007 03:02:21 -0000	1.2
+++ .cvsignore	4 Nov 2009 17:41:17 -0000	1.3
@@ -1 +1 @@
-pyflakes-0.2.1.tar.gz
+pyflakes-0.3.0.tar.gz


Index: pyflakes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyflakes/devel/pyflakes.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pyflakes.spec	26 Jul 2009 19:48:49 -0000	1.4
+++ pyflakes.spec	4 Nov 2009 17:41:17 -0000	1.5
@@ -1,19 +1,22 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           pyflakes
-Version:        0.2.1
-Release:        6%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        A Lint-like tool for Python
 
 Group:          Development/Languages
 License:        MIT
 URL:            http://divmod.org/trac/wiki/DivmodPyflakes
 
-Source0:        http://divmod.org/static/projects/pyflakes/pyflakes-0.2.1.tar.gz
+# Fedora CVS infrastructure (lookaside cache download) doesn't grok the "?"
+# http://divmod.org/trac/attachment/wiki/SoftwareReleases/%{name}-%{version}.tar.gz?format=raw
+Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel
+BuildRequires:  python-twisted-core
 
 %description
 PyFlakes is a Lint-like tool for Python, like PyChecker. It is focused
@@ -31,17 +34,24 @@ it runs on most large projects in only a
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
- 
+
+%check
+trial pyflakes/test
+
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE
+%doc PKG-INFO
 %{_bindir}/pyflakes
-%{python_sitelib}/*
+%{python_sitelib}/pyflakes*
+%exclude %{python_sitelib}/pyflakes/test/
 
 %changelog
+* Wed Nov  4 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.3.0-1
+- Update to 0.3.0 (#533015).
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pyflakes/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	6 Jan 2007 03:02:21 -0000	1.2
+++ sources	4 Nov 2009 17:41:17 -0000	1.3
@@ -1 +1 @@
-e65d9245d706350b3db811280d897f30  pyflakes-0.2.1.tar.gz
+ec7eee3444214bda18e57b82175e1da7  pyflakes-0.3.0.tar.gz




More information about the fedora-extras-commits mailing list