Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Initial Update #1

wants to merge 5 commits into from

Conversation

pyup-bot
Copy link

@pyup-bot pyup-bot commented Dec 9, 2019

This PR sets up pyup.io on this repo and updates all dependencies at once, in a single branch.

Subsequent pull requests will update one dependency at a time, each in their own branch. If you want to start with that right away, simply close this PR.

Update aiobotocore from 0.11.0 to 0.11.0.

Changelog

0.11.0

^^^^^^^^^^^^^^^^^^^
* replace CaseInsensitiveDict with urllib3 equivalent 744
(thanks to inspiration from craigmccarter and kevchentw)
* bump botocore to 1.13.14
* fix for mismatched botocore method replacements

0.10.4

^^^^^^^^^^^^^^^^^^^
* Make AioBaseClient.close method async 724 (thanks bsitruk)
* Bump awscli, boto3, botocore 735 (thanks bbrendon)
* switch paginator to async_generator, add result_key_iters
(deprecate next_page method)

0.10.3

^^^^^^^^^^^^^^^^^^^
* Bump botocore and extras

0.10.2

^^^^^^^^^^^^^^^^^^^
* Fix response-received emitted event 682

0.10.1

^^^^^^^^^^^^^^^^^^^
* Make tests pass with pytest 4.1 669 (thanks yan12125)
* Support Python 3.7 671 (thanks to yan12125)
* Update RTD build config 672 (thanks willingc)
* Bump to botocore 1.12.91 679

0.10.0

^^^^^^^^^^^^^^^^^^^
* Update to botocore 1.12.49 639 (thanks terrycain)

0.9.4

^^^^^^^^^^^^^^^^^^
* Add ClientPayloadError as retryable exception

0.9.3

^^^^^^^^^^^^^^^^^^
* Bring botocore up to date

0.9.2

^^^^^^^^^^^^^^^^^^
* bump aiohttp requirement to fix read timeouts

0.9.1

^^^^^^^^^^^^^^^^^^
* fix timeout bug introduced in last release

0.9.0

^^^^^^^^^^^^^^^^^^
* bump aiohttp to 3.3.x
* remove unneeded set_socket_timeout

0.8.0

^^^^^^^^^^^^^^^^^^
* Fix pagination 573 (thanks adamrothman)
* Enabled several s3 tests via moto
* Bring botocore up to date

0.7.0

^^^^^^^^^^^^^^^^^^
* Just version bump

0.6.1a0

^^^^^^^^^^^^^^^^^^^^
* bump to aiohttp 3.1.x
* switch tests to Python 3.5+
* switch to native coroutines
* fix non-streaming body timeout retries

0.6.0

^^^^^^^^^^^^^^^^^^
* Upgrade to aiohttp>=3.0.0 536 (thanks Gr1N)

0.5.3

^^^^^^^^^^^^^^^^^^
* Fixed waiters 523 (thanks dalazx)
* fix conn_timeout 485

0.5.2

^^^^^^^^^^^^^^^^^^
* Updated awscli dependency 461

0.5.1

^^^^^^^^^^^^^^^^^^
* Disabled compressed response 430

0.5.0

^^^^^^^^^^^^^^^^^^
* Fix error botocore error checking 190
* Update supported botocore requirement to: >=1.7.28, <=1.7.40
* Bump aiohttp requirement to support compressed responses correctly 298

0.4.5

^^^^^^^^^^^^^^^^^^
* Added SQS examples and tests 336
* Changed requirements.txt structure 336
* bump to botocore 1.7.4
* Added DynamoDB examples and tests 340

0.4.4

^^^^^^^^^^^^^^^^^^
* add the supported versions of boto3 to extras require 324

0.4.3

^^^^^^^^^^^^^^^^^^
* add the supported versions of awscli to extras require 273 (thanks graingert)

0.4.2

^^^^^^^^^^^^^^^^^^
* update supported aiohttp requirement to: >=2.0.4, <=2.3.0
* update supported botocore requirement to: >=1.5.71, <=1.5.78

0.4.1

^^^^^^^^^^^^^^^^^^
* fix redirects 268

0.4.0

^^^^^^^^^^^^^^^^^^
* update botocore requirement to: botocore>=1.5.34, <=1.5.70
* fix read_timeout due to 245
* implement set_socket_timeout

0.3.3

^^^^^^^^^^^^^^^^^^
* switch to PEP 440 version parser to support 'dev' versions

0.3.2

^^^^^^^^^^^^^^^^^^
* Fix botocore integration
* Provisional fix for aiohttp 2.x stream support
* update botocore requirement to: botocore>=1.5.34, <=1.5.52

0.3.1

^^^^^^^^^^^^^^^^^^
* Fixed Waiter support

0.3.0

^^^^^^^^^^^^^^^^^^
* Added support for aiohttp>=2.0.4 (thanks achimnol)
* update botocore requirement to: botocore>=1.5.0, <=1.5.33

0.2.3

^^^^^^^^^^^^^^^^^^
* update botocore requirement to: botocore>=1.5.0, <1.5.29

0.2.2

^^^^^^^^^^^^^^^^^^
* set aiobotocore.__all__ for * imports 121 (thanks graingert)
* fix ETag in head_object response 132

0.2.1

^^^^^^^^^^^^^^^^^^
* Normalize headers and handle redirection by botocore 115 (thanks Fedorof)

0.2.0

^^^^^^^^^^^^^^^^^^
* add support for proxies (thanks jjonek)
* remove AioConfig verify_ssl connector_arg as this is handled by the
create_client verify param
* remove AioConfig limit connector_arg as this is now handled by
by the Config `max_pool_connections` property (note default is 10)

0.1.1

^^^^^^^^^^^^^^^^^^
* botocore updated to version 1.5.0

0.1.0

^^^^^^^^^^^^^^^^^^
* Pass timeout to aiohttp.request to enforce read_timeout 86 (thanks vharitonsky)
(bumped up to next semantic version due to read_timeout enabling change)

0.0.6

^^^^^^^^^^^^^^^^^^

* Added enforcement of plain response 57 (thanks rymir)
* botocore updated to version 1.4.73 74 (thanks vas3k)

0.0.5

^^^^^^^^^^^^^^^^^^

* Initial alpha release
Links

Update pytest-runner from 5.2 to 5.2.

Changelog

5.2

===

* 50: This project is deprecated.

5.1

===

* 49: Surgically restore support for older setuptools versions.

5.0

===

* 42: Prefer pyproject.toml
* Refresh package metadata.
* This release now intentionally introduces the changes
unintionally brought about in 4.5 and 4.3, where the
adoption of declarative config adds a new requirement
on setuptools 30.4 or later. On systems running older
setuptools, installation of pytest-runner via
``easy_install`` (or ``setup_requires``), will result
in a ``DistributionNotFound`` exception.

All projects should pin to ``pytest-runner < 5``
or upgrade the environment to ``setuptools >= 30.4``
(prior to invoking setup.py).

4.5.1

=====

* 48: Revert changes from 4.5 - restoring project to the
state at 4.4.

4.5

===

(Pulled from PyPI due to 43 and 48)

* Packaging (skeleton) refresh, including adoption of
`black <https://pypi.org/project/black>`_ for style.

4.4

===

* 43: Detect condition where declarative config will cause
errors and emit a UserWarning with guidance on necessary
actions.

4.3.1

=====

* 43: Re-release of 4.2 to supersede the 4.3 release which
proved to be backward-incompatible in that it requires
setuptools 30.4 or possibly later (to install). In the future, a
backward-incompatible release will re-release these changes.
For projects including pytest-runner, particularly as
``setup_requires``, if support for older setuptools is required,
please pin to ``pytest-runner < 5``.

4.3

===

(Pulled from PyPI due to 43)

* 42: Update project metadata, including pyproject.toml declaration.

4.2

===

* 40: Remove declared dependency and instead assert it at
run time.

4.1

===

* 40: Declare dependency on Setuptools in package metadata.

4.0

===

* Drop support for Setuptools before Setuptools 27.3.0.

3.0.1

=====

* 38: Fixed AttributeError when running with ``--dry-run``.
``PyTest.run()`` no longer stores nor returns the result code.
Based on the commit message for `840ff4c <
https://github.com/pytest-dev/pytest-runner/commit/840ff4c2bf6c752d9770f0dd8d64a841060cf9bc>`_,
nothing has ever relied on that value.

3.0

===

* Dropped support for Python 2.6 and 3.1.

2.12.2

======

* 33: Packaging refresh.

2.12.1

======

* 32: Fix support for ``dependency_links``.

2.12

====

* 30: Rework support for ``--allow-hosts`` and
``--index-url``, removing dependence on
``setuptools.Distribution``'s private member.
Additionally corrects logic in marker evaluation
along with unit tests!

2.11.1

======

* 28: Fix logic in marker evaluation.

2.11

====

* 27: Improved wording in the README around configuration
for the distutils command and pytest proper.

2.10.1

======

* 21: Avoid mutating dictionary keys during iteration.

2.10

====

* 20: Leverage technique in `setuptools 794
<https://github.com/pypa/setuptools/issues/794>`_
to populate PYTHONPATH during test runs such that
Python subprocesses will have a dependency context
comparable to the test runner.

2.9

===

* Added Trove Classifier indicating this package is part
of the pytest framework.

2.8

===

* 16: Added a license file, required for membership to
pytest-dev.
* Releases are now made automatically by pushing a
tagged release that passes tests on Python 3.5.

2.7

===

* Moved hosting to Github.

2.6

===

* Add support for un-named, environment-specific extras.

2.5.1

=====

* Restore Python 2.6 compatibility.

2.5

===

* Moved hosting to `pytest-dev
<https://bitbucket.org/pytest-dev/pytest-runner>`_.

2.4

===

* Added `documentation <https://pythonhosted.org/pytest-runner>`_.
* Use setuptools_scm for version management and file discovery.
* Updated internal packaging technique. README is now included
in the package metadata.

2.3

===

* Use hgdistver for version management and file discovery.

2.2

===

* Honor ``.eggs`` directory for transient downloads as introduced in Setuptools
7.0.

2.1

===

* The preferred invocation is now the 'pytest' command.

2.0

===

* Removed support for the alternate usage. The recommended usage (as a
distutils command) is now the only supported usage.
* Removed support for the --junitxml parameter to the ptr command. Clients
should pass the same parameter (and all other py.test arguments) to py.test
via the --addopts parameter.

1.1

===

* Added support for --addopts to pass any arguments through to py.test.
* Deprecated support for --junitxml. Use --addopts instead. --junitxml will be
removed in 2.0.

1.0

===

Initial implementation.
Links

Update pyyaml from 5.2 to 5.2.

The bot wasn't able to find a changelog for this release. Got an idea?

Links

Update docutils from 0.15.2 to 0.15.2.

Changelog

0.15

=========================

.. Note::

Docutils 0.14.x is the last version supporting Python 2.4, 2.5,
3.1, and 3.2.

Docutils 0.15.x is compatible with Python versions 2.6, 2.7 and 3.3 to 3.5
(cf. `Python 3 compatibility`_).

* reStructuredText:

- Allow embedded colons in field list field names (before, tokens like
 ``:this:example:`` were considered ordinary text).

- Fixed a bug with the "trim" options of the "unicode" directive.

* languages: Added Korean localisation (ko).

* Bugfixes (see HISTORY.txt).

0.14

=========================

* docutils/docs/ref/docutils.dtd:

- Enable validation of Docutils XML documents against the DTD:

* docutils/parsers/rst/:

- Added functionality: escaped whitespace in URI contexts.
- Consistent handling of all whitespace characters in inline markup
 recognition. (May break documents that relied on some whitespace
 characters (NBSP, ...) *not* to be recognized as whitespace.)

* docutils/utils/smartquotes.py:

- Update quote definitions for et, fi, fr, ro, sv, tr, uk.
- Add quote definitions for hr, hsb, hu, lv, sh, sl, sr.
- Differentiate apostrophe from closing single quote (if possible).
- Add command line interface for stand-alone use (requires 2.7).

* docutils/writers/_html_base:

- Provide default title in metadata.
- The MathJax CDN shut down on April 30, 2017. For security reasons, we
 don't use a third party public installation as default but warn
 if `math-output` is set to MathJax without specifying a URL.
 See math-output_ for details.

* docutils/writers/html4css1:

- Respect automatic table column sizing.

* docutils/writers/latex2e/__init__.py

- Handle class arguments for block-level elements by wrapping them
 in a "DUclass" environment. This replaces the special handling for
 "epigraph" and "topic" elements.

* docutils/writers/odf_odt:

- Language option sets ODF document's default language
- Image width, scale, ... set image size in generated ODF.

* tools/

- New front-end ``rst2html4.py``.

0.13.1

===========================

* docutils/writers/html5_polyglot

- New HTML writer generating `HTML 5`_.

.. _HTML 5: http://www.w3.org/TR/html5/

* tools/

- New front-end ``rst2html5.py``.

* languages: persian/farsi (fa) and latvian (la) mappings.

* change default base url for :rfc: to http://tools.ietf.org/html/

* tables accept widths, a list and align

* latex2e: Fix admonition width, remove deprecated options,
better tablewidth auto, ...

* rst.el: The problem with ``electric-indent-mode`` has been fixed.

0.12

=========================

Small changes only, release current state

0.11

=========================

* General

- Apply [ 2714873 ] Fix for the overwritting of document attributes.
- Support embedded aliases within hyperlink references.
- Fix [ 228 ] try local import of docutils components (reader, writer, parser,
 language module) before global search.

* docutils/parsers/rst/directives/tables.py

- Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.

* docutils/writers/html4css1/__init__.py
- Fix [ 3600051 ] for tables in a list, table cells are not compacted.
- New setting `stylesheet_dirs` (see above).

 Now, it is easy to add a custom stylesheet to Docutils' default
 stylesheet with, e.g., ``--stylesheet_path='html4css1.css, mystyle.css'``

 Changed behaviour of the default settings:
   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
 (modified version of patch [ 104 ]).

.. _math-output: docs/user/config.htmlmath-output

* docutils/writers/latex2e/__init__.py

- 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.

.. _SmartQuotes: docs/user/config.htmlsmart-quotes

* docutils/writers/manpage.py

- Fix [3607063] handle lines starting with a period.
- Fix option separating comma was bold (thanks to Bill Morris).

0.10

=========================

.. Note::

Docutils 0.9.x is the last version supporting Python 2.3.

Docutils 0.10 is compatible with Python versions from 2.4 to 3.2
(cf. `Python 3 compatibility`_).

* General:

- SmartQuotes transform for typographic quotes and dashes.

- ``docutils/math``, ``docutils/error_reporting.py``, and
 ``docutils/urischemes.py`` moved to the utils package.
 Code importing these modules needs to adapt, e.g.::

   try:
       import docutils.math as math
   except ImportError:
       import docutils.utils.math as math

- enhanced math and error handling.

* docutils/io.py

- FileInput/FileOutput: no system-exit on IOError.
 The `handle_io_errors` option is ignored.

.. _Python 3 compatibility: README.htmlpython-3-compatibility

* docutils/writers/html4css1/__init__.py

- Use ``<code>`` tag for inline "code",
 do not drop nested inline nodes (syntax highlight tokens).
- Customizable MathJax URL (based on patch by Dmitry Shachnev).
- No line break after opening inline math tag.

* docutils/writers/latex2e/__init__.py, docutils/writers/xetex/__init__.py

- Fix section numbering by LaTeX.

* docutils/writers/s5_html/__init__.py

- Fix [ 3556388 ] Mathjax does not work with rst2s5.

0.9.1

==========================

* General:

Several fixes for Python 3 usage.

* docutils/setup.py

- Fix [ 3527842 ]. Under Python 3, converted tests and tools were
 installed in the PYTHONPATH. Converted tests are now
 stored in ``docutils/test3/``, tools no longer need conversion.

 If you installed one of Docutils versions 0.7 ... 0.9 with
 ``setup.py install`` under Python 3, remove the spurious
 ``test/`` and ``tools/`` directories in the site library root.

0.9

=========================

* General:

- reStructuredText "code" role and directive with syntax highlighting
 by Pygments_.
- "code" option of the "include" directive.

.. _Pygments: http://pygments.org/

- Fix [ 3402314 ] allow non-ASCII whitespace, punctuation
 characters and "international" quotes around inline markup.

- Fix handling of missing stylesheets.

* setup.py

- Fix [ 2971827 ] and [ 3442827 ]
 extras/roman.py moved to docutils/utils/roman.py

* docutils/utils.py -> docutils/utils/__init__.py

- docutils.utils is now a package (providing a place for sub-modules)

* docutils/writers/html4css1/__init__.py

- change default for `math-output` setting to MathJax

* docutils/writers/latex2e/__init__.py

- Support the `abbreviation` and `acronym` standard roles.
- Record only files required to generate the LaTeX source as dependencies.
- Use ``\setcounter{secnumdepth}{0}`` instead of ``*``-versions
 when suppressing LaTeX section numbering.

0.8.1

==========================

* General:

- Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)
 and [ 3395920 ] (correct copyright info for rst.el).

* docutils/writers/latex2e/__init__.py

- Clean up Babel language setting. Restores Sphinx compatibility.

0.8

========================

* COPYING:

- Some additions to the Docutils core are released under the 2-Clause BSD
 license.

* General:

- Handle language codes according to `BCP 47`_.
- If the specified langauage is not supported by Docutils,
 warn and fall back to English.
- Math support: reStructuredText "math" role and directive,
 ``math`` and ``math_block`` doctree elements.
- Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.

.. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt

* reStructuredText:

- most directives now support a "name" option that attaches a
 reference name. So you can write ::

   .. figure:: image.png
      :name: figure name

 as a short form of ::

   .. _figure name:

   .. figure:: image.png

Internationalization:

* Added lithuanian mappings.

Components:

* HTML writer:

- New setting "math-output" with support for HTML, MathML, and LaTeX.

* LaTeX2e writer:

- Convert image URI to a local file path.
- Apply [ 3148141 ] fix multicolumn support when a colspanning cell
 has more than one paragraph (Wolfgang Scherer).

* XeTeX writer:

- New writer generating LaTeX code for compiling with ``xelatex``.

 XeTeX uses unicode and modern font technologies.

* and fixes and enhancements here and there.

0.7

========================

Components:

* HTML writer:

- Support SVG and SWF images (thanks to Stefan Rank).
- Generate valid XHTML for centered images with targets.
 Use CSS classes instead of "align" tags for image alignment.

* LaTeX2e writer:

- Use the ``\url`` command for URLs (breaks long URLs instead of writing
 into the margin).
- Preserve runs of spaces in 'inline literals'.
- Deprecate ``figure_footnotes`` setting.
- Rename ``use_latex_footnotes`` setting to `docutils_footnotes`__.
- New ``latex_preamble`` setting.
- Use PDF standard fonts (Times/Helvetica/Courier) as default.
- `hyperref` package called with ``unicode`` option (see the
 `hyperref config tips`__ for how to override).
- Drop the special `output_encoding`__ default ("latin-1").
 The Docutils wide default (usually "UTF-8") is used instead.

__ docs/user/config.htmldocutils-footnotes
__ docs/user/latex.htmlhyperlinks
__ docs/user/latex.htmloutput-encoding

* manpage writer:

- Titles level 1, that is ``.SH``, always uppercase.
- Apply patch from mg: literal text should be bold in man-pages.

General:

* io.FileInput opens files as text files with universal newline support
(mode "rU", configurable with the new optional argument "mode").

* setup.py:

- Python 3 support: copy test/ and tools/ to the build-dir
 and convert Python sources with 2to3.

0.6

========================

.. Note::

Docutils 0.5 is the last version supporting Python 2.2.

Docutils 0.6 is compatible with Python versions from 2.3 up to 2.6
and convertible to 3.1 code.

.. note::

The "newlatex" writer is orphaned.

The recommended way to generate PDF output is to use either the
LaTeX2e writer or one of the alternatives listed at
http://docutils.sourceforge.net/docs/user/links.htmlpdf.

* reStructuredText:

- Allow length units for all length specifications.
- Allow percent sign in "scale" argument of "figure" and "image" directives.
- Bugfix: The "figalign" argument of a figure now works as intended
 (aligning the figure not its contents).
- Align images with class "align-[right|center|left]"
 (allows setting the alignment of an image in a figure).
- Hard tabs in literal inclusions are replaced by spaces. This is
 configurable via the new "tab-width" option of the "include" directive
 (a negative tab-width prevents tab expansion).

* HTML writer:

- ``--stylesheet`` and ``--stylesheet-path`` options now support a comma
 separated list of stylesheets.

* LaTeX2e writer:

- New defaults:
 - font-encoding: "T1" (formerly implicitely set by 'ae').
 - use-latex-toc: true (ToC with page numbers).
 - use-latex-footnotes: true (no mixup with figures).
 - Float placement defaults to "here definitely" (configurable).
 - Align of image in a figure defaults to 'center'.
 - Use class defaults for page margins ('typearea' now optional).
- Support LaTeX packages as ``--stylesheet`` arguments.
- Use ``bp`` for lengths without unit or unit ``pt``,
 do not convert ``px`` to ``pt``.
- Do not use 'ae' and 'aeguill' packages if font-encoding is set to ''.
- Set sub- and superscript role argument as text not math.
- Support custom roles based on standard roles.
- Load packages and define macros only if required in the document.
- All Docutils specific LaTeX macros are prefixed with ``DU``.
- Better conformance to Docutils specifications with "use_latex_toc".
- If 'sectnum_xform' is False, the 'sectnum' directive triggers
 section numbering by LaTeX.
- Use default font in admonitions and sidebar.
- Typeset generic topic as "quote with title".
- Use template (file and configuration option).
- Render doctest blocks as literal blocks (indented).

* ODT writer:

- moved from sandbox to Doctutils core.

* manpage writer:

- moved from sandbox to Doctutils core.

0.5

========================

Components:

* HTML writer.

- Dropped all ``name`` attributes of ``a`` elements (``id`` is
 universally supported now).

* LaTeX2e writer:

- Better bibTeX citation support.
- Add ``--literal-block-env``

* PEP writer:

- Changed to support new python.org website structure and
 pep2pyramid.py.

reStructuredText:

* Changed the directive API to a new object-oriented system.
(Compatibility for the old, functional-style directive interface is
retained.)  See the updated `Creating reStructuredText Directives`__
how-to.

__ docs/howto/rst-directives.html

* Allow ``+`` and ``:`` in reference names requested for citations.

Documentation:

* Added `Deploying Docutils Securely`__

__ docs/howto/security.txt

Internationalization:

* Added hebrew mappings.

General:

* Configuration files are now assumed and required to be
UTF-8-encoded.

* Added docutils/writers/html4css1/template.txt.

* Enhance emacs support.

0.4

========================

.. Note::

Docutils 0.4.x is the last version that will support Python 2.1.
Docutils 0.5 will *not* be compatible with Python 2.1; Python 2.2
or later will be required.

Docutils 0.4.x is the last version that will make compromises in
its HTML output for Netscape Navigator 4.  Docutils 0.5 will
require more up-to-date browsers (the exact definition is to be
determined).

Components:

* Added an `S5/HTML writer`__ and the rst2s5.py__ front end:
multi-platform, multi-browser HTML slide shows.

__ docs/user/slide-shows.html
__ docs/user/tools.htmlrst2s5-py

* The newlatex2e writer is nearing completion.

* Added a DocTree reader, ``publish_doctree`` and
``publish_from_doctree`` convenience functions, for document tree
extraction and reprocessing.

reStructuredText:

* Added directives: "container__" (generic block-level container),
"default-role__" (role used for \`backtick\` syntax), "title__"
(document title metadata), and "date__" (generate the current local
date, for substitution definitions).

__ docs/ref/rst/directives.htmlcontainer
__ docs/ref/rst/directives.htmldefault-role
__ docs/ref/rst/directives.htmltitle
__ docs/ref/rst/directives.htmldate

* Length units are now supported for image__ sizes.

__ docs/ref/rst/directives.htmlimage

* Added `standard definition files`__ for special characters etc.

__ docs/ref/rst/definitions.html

Internationalization:

* Added Japanese and Simplified Chinese language mappings, and support
for double-width CJK-characters in tables and section titles.

Documentation:

* Added a `guide for distributors`__ (package maintainers) and a
`guide for developers`__.

__ docs/dev/distributing.html
__ docs/dev/hacking.html

General:

* Added significant `Emacs support for reST`__.

__ docs/user/emacs.html

* Added a `--strip-comments`__ option.

__ docs/user/config.htmlstrip-comments

* `--embed-stylesheet`__ is now the default for the HTML writer
(rather than --link-stylesheet).

__ docs/user/config.htmlembed-stylesheet

0.3.9

==========================

* Added "file_insertion_enabled__" and "raw_enabled__" settings.

__ docs/user/config.htmlfile-insertion-enabled
__ docs/user/config.htmlraw-enabled

* Added `auto-enumerated lists`__.

__ docs/ref/rst/restructuredtext.htmlenumerated-lists

* Added `"header" and "footer"`__ directives.

__ docs/ref/rst/directives.htmldocument-header-footer

* Added "list-table__" directive.

__ docs/ref/rst/directives.htmllist-table

* Added support for `section subtitles`__.

__ docs/user/config.htmlsectsubtitle-xform

* Added "field_name_limit__" and "option_limit__" settings to HTML writer.

__ docs/user/config.htmlfield-name-limit
__ docs/user/config.htmloption-limit

* Added "cloak_email_addresses__" setting to HTML writer.

__ docs/user/config.htmlcloak-email-addresses

* UTF-8 BOMs are now removed from the input stream.

0.3.7

==========================

* A special "`line block`__" syntax has been added.  (Also see the
`quick reference`__.)

__ docs/ref/rst/restructuredtext.htmlline-blocks
__ docs/user/rst/quickref.htmlline-blocks

* Empty sections are now allowed.

* A "raw__" role has been added.

__ docs/ref/rst/roles.htmlraw

* The LaTeX writer now escapes consecutive dashes (like "--" or "---")
so that they are no longer transformed by LaTeX to en or em dashes.
(Please see the FAQ__ for how to represent such dashes.)

__ FAQ.htmlhow-can-i-represent-esoteric-characters-e-g-character-entities-in-a-document

* A `dependency recorder`__ has been added.

__ docs/user/config.htmlrecord-dependencies

* A directive has been added for `compound paragraphs`__.

__ docs/ref/rst/directives.htmlcompound-paragraph

0.3.5

==========================

* Improved, extended and reorganized the documentation__.

__ docs/index.html

* Added "csv-table__" directive.

__ docs/ref/rst/directives.htmlcsv-table
Links

Pin black to 19.10b0.

Changelog

0.0.2

------
* Fixes incompatibility with black==19.3b0. Thanks to lamourj and TPVasconcelos

0.0.1

------
* First release.


_build/generated/change_log.md
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant