[python-docutils] Update to svn snapshot for Python 3.4 support

Orion Poplawski orion at fedoraproject.org
Sun May 11 04:17:59 UTC 2014


commit fdfb76f777698a77bf81df1285e955ae5384b5e8
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat May 10 22:18:24 2014 -0600

    Update to svn snapshot for Python 3.4 support
    
    - Drop unneeded patch

 .gitignore                  |    1 +
 disable-failing-tests.patch |   34 ----------------------------------
 python-docutils.spec        |   19 ++++++++-----------
 sources                     |    2 +-
 4 files changed, 10 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23845c2..c3a3e13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ docutils-0.7.tar.gz
 /docutils-0.9.1.tar.gz
 /docutils-0.10.tar.gz
 /docutils-0.11.tar.gz
+/docutils-0.12.tar.gz
diff --git a/python-docutils.spec b/python-docutils.spec
index 6ee4335..2ac102f 100644
--- a/python-docutils.spec
+++ b/python-docutils.spec
@@ -10,27 +10,21 @@
 %global srcname docutils
 
 Name:           python-%{srcname}
-Version:        0.11
-Release:        2%{?dist}
+Version:        0.12
+Release:        0.1.20140510svn7747%{?dist}
 Summary:        System for processing plaintext documentation
 
 Group:          Development/Languages
 # See COPYING.txt for information
 License:        Public Domain and BSD and Python and GPLv3+
 URL:            http://docutils.sourceforge.net
-Source0:        http://downloads.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz
+#Source0:        http://downloads.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz
 # Sometimes we need snapshots.  Instructions below:
 # svn co -r 7687 svn://svn.code.sf.net/p/docutils/code/trunk/docutils
 # cd docutils
 # python setup.py sdist
 # The tarball is in dist/docutils-VERSION.tar.gz
-#Source0:        %{srcname}-%{version}.tar.gz
-
-# Disable some tests known to fail with Python 3.3
-# Bug reports filed upstream as:
-#   https://sourceforge.net/tracker/?func=detail&aid=3555164&group_id=38414&atid=422030
-Patch100: disable-failing-tests.patch
-
+Source0:        %{srcname}-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:       noarch
@@ -80,7 +74,6 @@ This package contains the module, ported to run under python3.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch100 -p1 -b .disable-failing-tests
 
 # Remove shebang from library files
 for file in docutils/utils/{code_analyzer.py,punctuation_chars.py,error_reporting.py,smartquotes.py} docutils/utils/math/{latex2mathml.py,math2html.py} docutils/writers/xetex/__init__.py; do
@@ -168,6 +161,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat May 10 2014 Orion Poplawski <orion at cora.nwra.com> - 0.12-0.1.20140510svn7747
+- Update to svn snapshot for Python 3.4 support
+- Drop unneeded patch
+
 * Fri May  9 2014 Orion Poplawski <orion at cora.nwra.com> - 0.11-2
 - Rebuild for Python 3.4
 
diff --git a/sources b/sources
index cd358b5..6310d4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20ac380a18b369824276864d98ec0ad6  docutils-0.11.tar.gz
+6f16c974006da27428a056baf6d5801a  docutils-0.12.tar.gz


More information about the scm-commits mailing list