[python-ansi2html] Upstream resolves some encoding issues.

Ralph Bean ralph at fedoraproject.org
Wed Sep 26 14:26:16 UTC 2012


commit 8eaa1441e655af5ccbcc7472e42faf6570a79bd1
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Sep 26 10:26:11 2012 -0400

    Upstream resolves some encoding issues.

 .gitignore            |    1 +
 python-ansi2html.spec |   16 +++++++---------
 sources               |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 131fb0a..d34da29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ansi2html-0.8.3.tar.gz
 /ansi2html-0.9.0.tar.gz
 /ansi2html-0.9.1.tar.gz
+/ansi2html-0.9.2.tar.gz
diff --git a/python-ansi2html.spec b/python-ansi2html.spec
index 05eac67..3d85b75 100644
--- a/python-ansi2html.spec
+++ b/python-ansi2html.spec
@@ -5,8 +5,8 @@
 %global srcname ansi2html
 
 Name:       python-ansi2html
-Version:    0.9.1
-Release:    8%{?dist}
+Version:    0.9.2
+Release:    1%{?dist}
 Summary:    Python module that converts text with ANSI color to HTML
 
 Group:      Development/Libraries
@@ -14,12 +14,6 @@ License:    GPLv3+
 URL:        http://github.com/ralphbean/ansi2html
 Source0:    http://pypi.python.org/packages/source/a/ansi2html/ansi2html-%{version}.tar.gz
 
-# Fix an implicit reliance on dict-ordering in the output which led to
-# intermittent failures of the selftest suite on Python 3.3 (where hash
-# randomization is enabled by default).
-# Sent upstream as https://github.com/ralphbean/ansi2html/issues/19
-Patch1:     dict-ordering.patch
-
 BuildArch:  noarch
 
 BuildRequires:  python
@@ -64,7 +58,6 @@ The ansi2html module can convert text with ANSI color codes to HTML.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch1 -p1
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -116,6 +109,11 @@ popd
 
 
 %changelog
+* Wed Sep 26 2012 Ralph Bean <rbean at redhat.com> - 0.9.2-1
+- New upstream
+- Fixes dict ordering issues.
+- Solves some encoding issues.
+
 * Mon Aug  6 2012 David Malcolm <dmalcolm at redhat.com> - 0.9.1-8
 - fix dict ordering issues
 
diff --git a/sources b/sources
index 894e6df..5656dff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e48591a244df34ab3d01a7a76eb57b0  ansi2html-0.9.1.tar.gz
+73ff0b8fe98d698bc99c911c4ca84fd0  ansi2html-0.9.2.tar.gz


More information about the scm-commits mailing list