Hello community,

here is the log from the commit of package python3-docutils for 
openSUSE:Factory checked in at 2013-09-25 17:19:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-docutils (Old)
 and      /work/SRC/openSUSE:Factory/.python3-docutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-docutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-docutils/python3-docutils.changes        
2013-09-23 11:17:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-docutils.new/python3-docutils.changes   
2013-09-25 17:19:55.000000000 +0200
@@ -1,0 +2,29 @@
+Tue Sep 24 09:48:27 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 0.11
+  * Fix for the overwritting of document attributes.
+  * Support embedded aliases within hyperlink references.
+  * try local import of docutils components (reader, writer, parser, 
+    language module) before global search.
+  * Python 3.3 checks CVS syntax only if "strict" is True.
+  * Now, it is easy to add a custom stylesheet to Docutils' default 
+    stylesheet with, e.g., 
+        --stylesheet_path='html4css1.css, mystyle.css'
+  * If there is a file html4css1.css in the working directory of the
+    process at launch, it is used instead of the one provided by
+    Docutils in the writer source directory.
+  * New default for math-output: HTML math.css.
+  * Avoid repeated class declarations in html4css1 writer
+  * Drop the simple algorithm replacing straight double quotes with
+    English typographic ones. Activate the SmartQuotes transform if 
+    you want this feature.
+  * New setting stylesheet_dirs: Comma-separated list of directories
+    where stylesheets are found. Used by stylesheet_path when 
+    expanding relative path arguments.
+  * handle lines starting with a period.
+  * Fix option separating comma was bold (thanks to Bill Morris).
+- Use pypi url and download
+- Replace rpmlint-non-executable-scripts.diff with sed in the spec 
+  file
+
+-------------------------------------------------------------------

Old:
----
  docutils-0.10.tar.gz
  rpmlint-non-executable-scripts.diff

New:
----
  docutils-0.11.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-docutils.spec ++++++
--- /var/tmp/diff_new_pack.wH6Quu/_old  2013-09-25 17:19:55.000000000 +0200
+++ /var/tmp/diff_new_pack.wH6Quu/_new  2013-09-25 17:19:55.000000000 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           python3-docutils
-Version:        0.10
+Version:        0.11
 Release:        0
 Summary:        Python Documentation Utilities
 License:        Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and 
SUSE-Public-Domain
 Group:          Development/Languages/Python
-Url:            http://docutils.sourceforge.net/
-Source:         
http://downloads.sourceforge.net/project/docutils/docutils/%{version}/docutils-%{version}.tar.gz
-Patch0:         rpmlint-non-executable-scripts.diff
+Url:            https://pypi.python.org/pypi/docutils/
+Source:         
https://pypi.python.org/packages/source/d/docutils/docutils-%{version}.tar.gz
+# Patch0:         rpmlint-non-executable-scripts.diff
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
@@ -41,10 +41,15 @@
 
 %prep
 %setup -n docutils-%{version}
-%patch0
+# %patch0
 # Remove useless ".py" ending from executables:
 for i in tools/rst*; do mv "$i" "${i/.py}-%{py3_ver}"; done
 sed -i "s|'tools/\(rst.*\)\.py'|'tools/\1-%{py3_ver}'|" setup.py
+# Remove shebang from non-executable files
+for i in 
{'code_analyzer','error_reporting','punctuation_chars','smartquotes','math/latex2mathml','math/math2html'};
 do 
+sed -i -e "1d" "docutils/utils/$i.py"
+done
+sed -i -e "1d" "docutils/writers/xetex/__init__.py"
 
 %build
 python3 setup.py build

++++++ docutils-0.10.tar.gz -> docutils-0.11.tar.gz ++++++
++++ 9983 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to