File python-docutils.changes of Package python-docutils
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Mon Feb 5 09:18:53 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
3
4
- Use update-alternatives for all binary scripts and provide
5
/usr/bin/docutils to avoid conflict with python311-docutils
6
bsc#1219501
7
8
-------------------------------------------------------------------
9
Fri Nov 10 22:54:38 UTC 2017 - arun@gmx.de
10
11
- specfile:
12
* add binary rst2html4
13
14
- update to version 0.14:
15
* Enable validation of Docutils XML documents against the DTD:
16
Use attribute type NMTOKEN instead of REFID for the `refid` attribute
17
and NMTOKENS for `backrefs`: REFID refers to an ID type instance,
18
however, the `ids` attribute cannot use the ID type because `XML only
19
allows one ID per Element Type`__ and doesn't support a multiple-ID
20
"IDS" attribute type.
21
* Added documentation for escaped whitespace in URI contexts.
22
* Clarify use of Unicode character categories.
23
* Added functionality: escaped whitespace in URI contexts.
24
* Consistent handling of all whitespace characters in inline markup
25
recognition. Fixes [ 307 ] and [ 3402314 ] (now [ 173 ]).
26
* Added support for escaped whitespace in URI contexts.
27
* Rework patch [ 120 ] (revert change to "Table.get_column_widths()"
28
that led to problems in an application with a custom table
29
directive).
30
* Fix [ 320 ] Russian docinfo fields not recognized.
31
* Don't add a second ID to problematic references.
32
* Fix SmartQuotes: warn only once if language is unsupported, keep
33
"rawsource" when "educating" quotes.
34
* Added "split_escaped_whitespace" function, support for escaped
35
whitespace in URI contexts.
36
* Fix [ 321 ] Import block might cause name error.
37
* Update quote definitions for languages et, fi, fr, ro, sv, tr, uk.
38
* New quote definitions for hr, hsb, hu, lv, sh, sl, sr.
39
* Fix [ 313 ] Differentiate apostrophe from closing single quote (if
40
possible).
41
* Fix [ 317 ] Extra space inserted with French smartquotes.
42
* Add command line interface for stand-alone use (requires 2.7).
43
* Provide default title in metadata (required by HTML5).
44
* Fix [ 312 ] HTML writer generates invalid HTML if the table has
45
two tags.
46
* Fix [ 319 ] The MathJax CDN shut down on April 30, 2017. For
47
security reasons, we don't use a third party public installation as default but
48
warn if math-output_ is set to MathJax without specifying a URL.
49
* Apply [ 125 ] HTML writer: respect automatic table column sizing.
50
* Handle class arguments for block-level elements by wrapping them
51
in a "DUclass" environment. This replaces the special handling for
52
"epigraph" and "topic" elements.
53
* Apply [ 141 ] Handling inline in manpage writer.
54
* Command setting "language" now sets the default language of the
55
generated ODF document.
56
* The use of image directive options :width: (%), :scale:, etc now
57
set the width/height/size of images in the generated ODF
58
documents.
59
* The heading/title of admonitions now reflects the language
60
specified by the "language" setting.
61
* Fixed [ 306 ] only first of multiple "image" directives with the
62
same URL shown in output.
63
* Fixed [ 282 ] python3: AttributeError.
64
* tools/rst2html4.py: New front-end.
65
* tools/dev/generate_punctuation_chars.py: New skript to test and
66
update utils.punctuation_chars.
67
68
-------------------------------------------------------------------
69
Tue Jun 6 13:31:03 UTC 2017 - jmatejek@suse.com
70
71
- only emit rst2html5 alternatives for python 3
72
- switch the "docutils" provides to the python 3 package (all the comands live there)
73
(this fixes bsc#1039394)
74
75
-------------------------------------------------------------------
76
Mon May 1 19:33:19 UTC 2017 - toddrme2178@gmail.com
77
78
- Make only the python2 package provide the "docutils" package.
79
80
-------------------------------------------------------------------
81
Thu Apr 20 15:43:28 UTC 2017 - toddrme2178@gmail.com
82
83
- Fix url
84
- Executables are python-independent so only have the python3
85
version provide them.
86
- Implement update-alternatives to avoid conflict with rst2html5
87
88
-------------------------------------------------------------------
89
Fri Mar 24 12:53:55 UTC 2017 - aloisio@gmx.com
90
91
- Converted to single-spec
92
- Added python-docutils-rpmlintrc
93
94
-------------------------------------------------------------------
95
Thu Mar 9 11:39:11 UTC 2017 - dmueller@suse.com
96
97
- update to 0.13.1:
98
* New HTML writer generating HTML 5.
99
* languages: persian/farsi (fa) and latvian (la) mappings.
100
* change default base url for :rfc: to http://tools.ietf.org/html/
101
latex2e: Fix admonition width, remove deprecated options,
102
better tablewidth auto, ...
103
104
-------------------------------------------------------------------
105
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com
106
107
- Fix update-alternatives implementation.
108
109
-------------------------------------------------------------------
110
Wed Oct 29 02:14:00 UTC 2014 - Led <ledest@gmail.com>
111
112
- fix bashisms in pre script
113
114
-------------------------------------------------------------------
115
Tue Jul 15 10:36:57 UTC 2014 - toddrme2178@gmail.com
116
117
- Update to 0.12
118
* docs/ref/rst/directives.txt
119
- Update "math" and "csv-table" descriptions.
120
* docutils/parsers/rst/directives/images.py
121
- Fix [258] figwidth="image" generates unitless width value.
122
* docutils/parsers/rst/states.py
123
- Improve error report when a non-ASCII character is specified as
124
delimiter, quote or escape character under Python 2.
125
Fixes [ 249 ] and [ 250 ].
126
* docutils/writers/html4css1/__init__.py
127
- Don't add newline after inline math.
128
Thanks to Yury G. Kudryashov for the patch.
129
* docutils/writers/latex2e/__init__.py
130
- Fix [ 239 ] Latex writer glues paragraphs with figure floats.
131
- Apply [ 116 ] by Kirill Smelkov. Don't hardcode \large for subtitle.
132
* docutils/writers/odf_odt/__init__.py
133
- Apply patch by Jakub Wilk to fix bug [ 100 ].
134
* test/test_error_reporting.py
135
- Fix [ 223 ] by removing redundant tests we do not have control over.
136
* test/test_nodes.py
137
- Apply [ 115 ] respect fixed 2to3 string literal conversion behavior.
138
139
-------------------------------------------------------------------
140
Tue Sep 24 09:48:27 UTC 2013 - toddrme2178@gmail.com
141
142
- Update to 0.11
143
* Fix for the overwritting of document attributes.
144
* Support embedded aliases within hyperlink references.
145
* try local import of docutils components (reader, writer, parser,
146
language module) before global search.
147
* Python 3.3 checks CVS syntax only if "strict" is True.
148
* Now, it is easy to add a custom stylesheet to Docutils' default
149
stylesheet with, e.g.,
150
--stylesheet_path='html4css1.css, mystyle.css'
151
* If there is a file html4css1.css in the working directory of the
152
process at launch, it is used instead of the one provided by
153
Docutils in the writer source directory.
154
* New default for math-output: HTML math.css.
155
* Avoid repeated class declarations in html4css1 writer
156
* Drop the simple algorithm replacing straight double quotes with
157
English typographic ones. Activate the SmartQuotes transform if
158
you want this feature.
159
* New setting stylesheet_dirs: Comma-separated list of directories
160
where stylesheets are found. Used by stylesheet_path when
161
expanding relative path arguments.
162
* handle lines starting with a period.
163
* Fix option separating comma was bold (thanks to Bill Morris).
164
- Use pypi url and download
165
- Replace rpmlint-non-executable-scripts.diff with sed in the spec
166
file
167
168
-------------------------------------------------------------------
169
Mon Sep 16 12:09:22 UTC 2013 - tchvatal@suse.com
170
171
- Fix the symlink creation.
172
173
-------------------------------------------------------------------
174
Mon Sep 16 10:32:48 UTC 2013 - tchvatal@suse.com
175
176
- Drop r7486-python33-compat.patch as it is not needed.
177
178
-------------------------------------------------------------------
179
Mon Sep 16 10:31:09 UTC 2013 - tchvatal@suse.com
180
181
- Use update-alternatives to allow switching between py2 and py3
182
version of doctool binaries.
183
184
-------------------------------------------------------------------
185
Wed Jul 3 15:37:57 UTC 2013 - dmueller@suse.com
186
187
- update to 0.10:
188
- add rpmlint-non-executable-scripts.diff
189
* SmartQuotes transform for typographic quotes and dashes.
190
* FileInput/FileOutput: no system-exit on IOError. The handle_io_errors option is ignored.
191
* <code> tag for inline "code", do not drop nested inline nodes (syntax highlight tokens).
192
* Customizable MathJax URL (based on patch by Dmitry Shachnev).
193
* No line break after opening inline math tag.
194
195
-------------------------------------------------------------------
196
Tue Nov 20 19:34:53 UTC 2012 - saschpe@suse.de
197
198
- Run testsuite
199
- Correctly fix non-excutable script warning
200
- Remove outdated macros
201
- Also remove "*.py" ending in egg-info files
202
203
-------------------------------------------------------------------
204
Fri Oct 26 08:26:29 UTC 2012 - highwaystar.ru@gmail.com
205
206
- patch from upstream for python3.3 support
207
* Fix [3541369] Relative __import__ also with Python 3.3
208
209
-------------------------------------------------------------------
210
Thu May 3 14:28:17 UTC 2012 - toddrme2178@gmail.com
211
212
- Update to version 0.9:
213
* reStructuredText "code" role and directive with syntax
214
highlighting by Pygments_.
215
* "code" option of the "include" directive.
216
* Fix [ 3402314 ] allow non-ASCII whitespace, punctuation
217
characters and "international" quotes around inline markup.
218
* Fix handling of missing stylesheets.
219
* Fix [ 2971827 ] and [ 3442827 ] extras/roman.py moved to
220
docutils/utils/roman.py
221
* docutils.utils is now a package (providing a place for
222
sub-modules)
223
* change default for `math-output` setting to MathJax
224
* Support the `abbreviation` and `acronym` standard roles.
225
* Record only files required to generate the LaTeX source as
226
dependencies.
227
* Use ``\setcounter{secnumdepth}{0}`` instead of ``*``-versions
228
when suppressing LaTeX section numbering.
229
- Cleaned up spec files
230
- Fix rpmlint warnings
231
232
-------------------------------------------------------------------
233
Mon Apr 30 14:07:34 UTC 2012 - cfarrell@suse.com
234
235
- license update: Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and
236
SUSE-Public-Domain
237
tools/editors/emacs/rst.el is GPL-3.0+ - see also COPYING file
238
239
-------------------------------------------------------------------
240
Fri Apr 27 14:07:19 UTC 2012 - toddrme2178@gmail.com
241
242
- Fix building python 3 package on openSUSE 11.4 x86_64
243
244
-------------------------------------------------------------------
245
Tue Apr 24 09:02:35 UTC 2012 - saschpe@suse.de
246
247
- Disable testsuite altogether, fails also on the bleeding_edge_* repos
248
249
-------------------------------------------------------------------
250
Tue Feb 28 08:58:23 UTC 2012 - saschpe@suse.de
251
252
- Fixed SLE_11_SP2 build by disabling the testsuite
253
254
-------------------------------------------------------------------
255
Fri Sep 23 10:19:38 UTC 2011 - saschpe@suse.de
256
257
- Fixed build:
258
* python-xml is only required on SUSE
259
* pyxml is required on Fedora (and RHEL)
260
261
-------------------------------------------------------------------
262
Wed Sep 21 10:15:51 UTC 2011 - saschpe@suse.de
263
264
- Don't run tests on SLE, they break the build
265
266
-------------------------------------------------------------------
267
Wed Sep 21 09:47:31 UTC 2011 - saschpe@suse.de
268
269
- Renamed to python-docutils (from docutils), also fixes rpmlint
270
warning about naming policy
271
- Update to version 0.8.1:
272
* Change last file with Apache license to BSD-2-Clause and correct copyright
273
info for rst.el
274
* Fix tests under py3k.
275
* Clean up Babel language setting. Restores Sphinx compatibility.
276
- Changes from version 0.8.0:
277
* Some additions to the Docutils core are released under the 2-Clause BSD
278
license.
279
* Handle language codes according to BCP 47.
280
* If the specified langauage is not supported by Docutils, warn and fall
281
back to English.
282
* Math support: reStructuredText "math" role and directive, math and
283
math_block doctree elements.
284
* Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.
285
* Added lithuanian mappings.
286
- Changes from version 0.7.0:
287
* Support SVG and SWF images
288
* Generate valid XHTML for centered images with targets. Use CSS classes
289
instead of "align" tags for image alignment.
290
* Preserve runs of spaces in 'inline literals'.
291
* Deprecate figure_footnotes setting.
292
* Rename use_latex_footnotes setting to docutils_footnotes.
293
* New latex_preamble setting.
294
* Use PDF standard fonts (Times/Helvetica/Courier) as default.
295
* hyperref package called with unicode option
296
* Drop the special output_encoding default ("latin-1"). The Docutils wide
297
default (usually "UTF-8") is used instead.
298
- Spec file cleanup:
299
* Removed outdated docutils-0.6-insecure-temp.patch
300
* Fixed non-executable scripts rpmlint warning
301
* Removed ".py" ending from executables in /usr/bin, this is what
302
other Python packages expect anyway
303
304
-------------------------------------------------------------------
305
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
306
307
- Remove redundant tags/sections from specfile
308
(cf. packaging guidelines)
309
310
-------------------------------------------------------------------
311
Mon Dec 20 10:36:00 UTC 2010 - saschpe@suse.de
312
313
- reduce rpmlint complaints:
314
* name in summary
315
* executables in doc package ('tools' folder)
316
317
-------------------------------------------------------------------
318
Sun Dec 12 12:26:31 UTC 2010 - saschpe@gmx.de
319
320
- update to 0.6
321
* support for SVG and SWF images in HTML writer
322
* many improvements in LaTeX2e writer
323
- re-generated spec file with py2pack
324
* now builds for Fedora and Mandriva
325
326
-------------------------------------------------------------------
327
Thu Mar 18 16:50:35 CET 2010 - matejcik@suse.cz
328
329
- update to 0.6
330
* scaling figures/images by percents
331
* many improvements in LaTeX2e writer
332
- fixed insecure usage of temp files in emacs mode
333
(bnc#564366)
334
335
-------------------------------------------------------------------
336
Tue Aug 11 15:14:34 CEST 2009 - matejcik@suse.cz
337
338
- build as noarch on new distros
339
340
-------------------------------------------------------------------
341
Wed Aug 5 17:50:16 CEST 2009 - matejcik@suse.cz
342
343
- update to 0.5
344
* added hebrew mappings
345
* configuration is now in UTF-8
346
* minor fixes and refactoring
347
348
-------------------------------------------------------------------
349
Tue Feb 28 16:46:02 CET 2006 - jmatejek@suse.cz
350
351
- updated to reflect python changes due to #149809
352
353
-------------------------------------------------------------------
354
Wed Jan 25 21:35:33 CET 2006 - mls@suse.de
355
356
- converted neededforbuild to BuildRequires
357
358
-------------------------------------------------------------------
359
Sun Jan 22 00:17:14 CET 2006 - cthiel@suse.de
360
361
- update to 0.4
362
363
-------------------------------------------------------------------
364
Tue May 31 11:13:03 CEST 2005 - ltinkl@suse.cz
365
366
- update to 0.3.9
367
368
-------------------------------------------------------------------
369
Mon Jan 03 15:46:05 CET 2005 - mcihar@suse.cz
370
371
- update to 0.3.7
372
373
-------------------------------------------------------------------
374
Fri Jul 30 17:08:51 CEST 2004 - mcihar@suse.cz
375
376
- update to 0.3.5
377
378
-------------------------------------------------------------------
379
Mon May 31 09:58:18 CEST 2004 - mcihar@suse.cz
380
381
- updated to 0.3.3-alpha
382
383
-------------------------------------------------------------------
384
Thu Mar 18 20:33:59 CET 2004 - mcihar@suse.cz
385
386
- corrected python dependency
387
388
-------------------------------------------------------------------
389
Tue Feb 10 17:27:34 CET 2004 - vinil@suse.cz
390
391
- initial version (CVS from 2004-02-10)
392
393