[python-ansi2html] Bumping to version 0.9.0-1

Ralph Bean ralph at fedoraproject.org
Wed May 9 22:39:18 UTC 2012


commit 24ac304bb24cc7da2c6bbcba1be7c8b7d99a88b3
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed May 9 18:39:11 2012 -0400

    Bumping to version 0.9.0-1

 python-ansi2html.spec |   23 +++++++++++------------
 sources               |    2 +-
 2 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/python-ansi2html.spec b/python-ansi2html.spec
index 5388a52..f755ea6 100644
--- a/python-ansi2html.spec
+++ b/python-ansi2html.spec
@@ -4,7 +4,7 @@
 %global srcname ansi2html
 
 Name:		python-ansi2html
-Version:	0.8.3
+Version:	0.9.0
 Release:	1%{?dist}
 Summary:	Python module that converts text with ANSI color to HTML
 
@@ -12,20 +12,22 @@ Group:		Development/Libraries
 License:	GPLv3+
 URL:		http://github.com/ralphbean/ansi2html
 Source0:	http://pypi.python.org/packages/source/a/ansi2html/ansi2html-%{version}.tar.gz
-BuildRoot:	%(mktemp -ud %{_tmppath}/%{srcname}-%{version}-%{release}-XXXXXX)
 BuildArch:	noarch
 
-BuildRequires:	python,python-setuptools,python-nose
+BuildRequires:	python
+BuildRequires:  python-setuptools
+BuildRequires:  python-nose
+BuildRequires:  python-six
+
 Requires:	python
+Requires:   python-six
 
 %description
 The ansi2html module can convert text with ANSI color codes to HTML.
 
-
 %prep
 %setup -q -n %{srcname}-%{version}
 
-
 %check
 %{__python} setup.py test
 
@@ -35,22 +37,19 @@ The ansi2html module can convert text with ANSI color codes to HTML.
 
 
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root=%{buildroot}
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files
-%defattr(-,root,root,-)
 %doc LICENSE README.rst
 %{python_sitelib}/*
 %{_bindir}/ansi2html
 
 
 %changelog
+* Wed May 09 2012 Ralph Bean <rbean at redhat.com> - 0.9.0-1
+- Packaged latest upstream version.
+- Removed unnecessary defattr and buildroot
+- New dependency on python-six
 * Fri Feb 3 2012 Ralph Bean <rbean at redhat.com> - 0.8.3-1
 - Included tests in check section.
 - More concise file ownership declarations.
diff --git a/sources b/sources
index 6d42e98..3b95793 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7dbafca3995668c631b748bd6e9e745  ansi2html-0.8.3.tar.gz
+81614170e263f1915e30c58c995173e5  ansi2html-0.9.0.tar.gz


More information about the scm-commits mailing list