14
0

Accepting request 200350 from home:TheBlackCat:branches:devel:languages:python

- Update to 0.11
- Use pypi url and download
- Replace rpmlint-non-executable scripts.diff with sed in the spec file

OBS-URL: https://build.opensuse.org/request/show/200350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=24
This commit is contained in:
Todd R
2013-09-24 10:54:44 +00:00
committed by Git OBS Bridge
parent 898dc78255
commit cbf6bdfc5d
5 changed files with 40 additions and 1523 deletions

View File

@@ -1,3 +1,31 @@
Tue Sep 24 09:48:27 UTC 2013 - toddrme2178@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
-------------------------------------------------------------------
Mon Sep 16 12:09:22 UTC 2013 - tchvatal@suse.com