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

Scheduled monthly dependency update for September #108

Closed
wants to merge 34 commits into from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Sep 1, 2018

Update pip-tools from 1.8.0 to 2.0.2.

Changelog

2.0.2

Bug Fixes:
- Added clearer error reporting when skipping pre-releases
([655](https://github.com/jazzband/pip-tools/pull/655)). Thanks WoLpH

2.0.1

Bug Fixes:
- Added missing package data from vendored pip, such as missing cacert.pem file. Thanks vphilippon

2.0.0

Major changes:
- Vendored `pip` 9.0.3 to keep compatibility for users with `pip` 10.0.0
([644](https://github.com/jazzband/pip-tools/pull/644)). Thanks vphilippon

Features:
- Improved the speed of pip-compile --generate-hashes by caching the hashes from an existing output file
([641](https://github.com/jazzband/pip-tools/pull/641)). Thanks justicz
- Added a `pip-sync --user` option to restrict attention to user-local directory
([642](https://github.com/jazzband/pip-tools/pull/642)). Thanks jbergknoff-10e
- Removed the hard dependency on setuptools
([645](https://github.com/jazzband/pip-tools/pull/645)). Thanks vphilippon

Bug fixes:
- The pip environment markers on top-level requirements in the source file (requirements.in)
are now properly handled and will only be processed in the right environment
([647](https://github.com/jazzband/pip-tools/pull/647)). Thanks JoergRittinger

1.11.0

Features:
- Allow editable packages in requirements.in with `pip-compile --generate-hashes` ([524](https://github.com/jazzband/pip-tools/pull/524)). Thanks jdufresne
- Allow for CA bundles with `pip-compile --cert` ([612](https://github.com/jazzband/pip-tools/pull/612)). Thanks khwilson
- Improved `pip-compile` duration with large locally available editable requirement by skipping a copy to the cache
([583](https://github.com/jazzband/pip-tools/pull/583)). Thanks costypetrisor
- Slightly improved the `NoCandidateFound` error message on potential causes ([614](https://github.com/jazzband/pip-tools/pull/614)). Thanks vphilippon

Bug Fixes:
- Add `-markerlib` to the list of `PACKAGES_TO_IGNORE` of `pip-sync` ([613](https://github.com/jazzband/pip-tools/pull/613)).

1.10.2

Bug Fixes:
- Fixed bug causing dependencies from invalid wheels for the current platform to be included ([571](https://github.com/jazzband/pip-tools/pull/571)).
- `pip-sync` will respect environment markers in the requirements.txt ([600](https://github.com/jazzband/pip-tools/pull/600)). Thanks hazmat345
- Converted the ReadMe to have a nice description rendering on PyPI. Thanks bittner

1.10.1

Bug Fixes:
- Fixed bug breaking `pip-sync` on Python 3, raising `TypeError: '<' not supported between instances of 'InstallRequirement' and 'InstallRequirement'` ([570](https://github.com/jazzband/pip-tools/pull/570)).

1.10.0

Features:
- `--generate-hashes` now generates hashes for all wheels,
not only wheels for the currently running platform ([520](https://github.com/jazzband/pip-tools/pull/520)). Thanks jdufresne
- Added a `-q`/`--quiet` argument to the pip-sync command to reduce log output.

Bug Fixes:
- Fixed bug where unsafe packages would get pinned in generated requirements files
when `--allow-unsafe` was not set. ([517](https://github.com/jazzband/pip-tools/pull/517)). Thanks dschaller
- Fixed bug where editable PyPI dependencies would have a `download_dir` and be exposed to `git-checkout-index`,
(thus losing their VCS directory) and `python setup.py egg_info` fails. ([385](https://github.com/jazzband/pip-tools/pull/385) and [538](https://github.com/jazzband/pip-tools/pull/538)). Thanks blueyed and dfee
- Fixed bug where some primary dependencies were annotated with "via" info comments. ([542](https://github.com/jazzband/pip-tools/pull/542)). Thanks quantus
- Fixed bug where pkg-resources would be removed by pip-sync in Ubuntu. ([555](https://github.com/jazzband/pip-tools/pull/555)). Thanks cemsbr
- Fixed bug where the resolver would sometime not stabilize on requirements specifying extras. ([566](https://github.com/jazzband/pip-tools/pull/566)). Thanks vphilippon
- Fixed an unicode encoding error when distribution package contains non-ASCII file names ([567](https://github.com/jazzband/pip-tools/pull/567)). Thanks suutari
- Fixed package hashing doing unnecessary unpacking ([557](https://github.com/jazzband/pip-tools/pull/557)). Thanks suutari-ai

1.9.0

Features:
- Added ability to read requirements from `setup.py` instead of just `requirements.in` ([418](https://github.com/jazzband/pip-tools/pull/418)). Thanks to tysonclugg and majuscule.
- Added a `--max-rounds` argument to the pip-compile command to allow for solving large requirement sets ([472](https://github.com/jazzband/pip-tools/pull/472)). Thanks derek-miller.
- Exclude unsafe packages' dependencies when `--allow-unsafe` is not in use ([441](https://github.com/jazzband/pip-tools/pull/441)). Thanks jdufresne.
- Exclude irrelevant pip constraints ([471](https://github.com/jazzband/pip-tools/pull/471)). Thanks derek-miller.
- Allow control over emitting trusted-host to the compiled requirements. ([448](https://github.com/jazzband/pip-tools/pull/448)). Thanks tonyseek.
- Allow running as a Python module ([461](https://github.com/jazzband/pip-tools/pull/461)). Thanks AndreLouisCaron.
- Preserve environment markers in generated requirements.txt. ([460](https://github.com/jazzband/pip-tools/pull/460)). Thanks barrywhart.

Bug Fixes:
- Fixed the --upgrade-package option to respect the given package list to update ([491](https://github.com/jazzband/pip-tools/pull/491)).
- Fixed the default output file name when the source file has no extension ([488](https://github.com/jazzband/pip-tools/pull/488)). Thanks vphilippon
- Fixed crash on editable requirements introduced in 1.8.2.
- Fixed duplicated --trusted-host, --extra-index-url and --index-url in the generated requirements.

1.8.2

- Regression fix: editable reqs were loosing their dependencies after first round ([476](https://github.com/jazzband/pip-tools/pull/476))
Thanks mattlong
- Remove duplicate index urls in generated requirements.txt ([468](https://github.com/jazzband/pip-tools/pull/468))
Thanks majuscule

1.8.1

- Recalculate secondary dependencies between rounds (378)
- Calculated dependencies could be left with wrong candidates when
toplevel requirements happen to be also pinned in sub-dependencies (450)
- Fix duplicate entries that could happen in generated requirements.txt (427)
- Gracefully report invalid pip version (457)
- Fix capitalization in the generated requirements.txt, packages will always be lowercased (452)
Links

Update pkginfo from 1.4.1 to 1.4.2.

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

Links

Update requests-toolbelt from 0.7.1 to 0.8.0.

Changelog

0.8.0

-------------------

More information about this release can be found on the `0.8.0 milestone`_.

New Features
~~~~~~~~~~~~

- Add ``UserAgentBuilder`` to provide more control over generated User-Agent
strings.

Fixed Bugs
~~~~~~~~~~

- Include ``_validate_certificate`` in the lits of picked attributes on the
``AppEngineAdapter``.
- Fix backwards incompatibility in ``get_encodings_from_content``

.. _0.8.0 milestone:
 https://github.com/sigmavirus24/requests-toolbelt/milestones/0.8.0
Links

Update requests from 2.13.0 to 2.19.1.

Changelog

2.19.1

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

**Bugfixes**

- Fixed issue where status_codes.py's ``init`` function failed trying to append to
a ``__doc__`` value of ``None``.

2.19.0

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

**Improvements**

- Warn user about possible slowdown when using cryptography version < 1.3.4
- Check for invalid host in proxy URL, before forwarding request to adapter.
- Fragments are now properly maintained across redirects. (RFC7231 7.1.2)
- Removed use of cgi module to expedite library load time.
- Added support for SHA-256 and SHA-512 digest auth algorithms.
- Minor performance improvement to ``Request.content``.
- Migrate to using collections.abc for 3.7 compatibility.

**Bugfixes**

- Parsing empty ``Link`` headers with ``parse_header_links()`` no longer return one bogus entry.
- Fixed issue where loading the default certificate bundle from a zip archive
would raise an ``IOError``.
- Fixed issue with unexpected ``ImportError`` on windows system which do not support ``winreg`` module.
- DNS resolution in proxy bypass no longer includes the username and password in
the request. This also fixes the issue of DNS queries failing on macOS.
- Properly normalize adapter prefixes for url comparison.
- Passing ``None`` as a file pointer to the ``files`` param no longer raises an exception.
- Calling ``copy`` on a ``RequestsCookieJar`` will now preserve the cookie policy correctly.

**Dependencies**

- We now support idna v2.7.
- We now support urllib3 v1.23.

2.18.4

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

**Improvements**

- Error messages for invalid headers now include the header name for easier debugging

**Dependencies**

- We now support idna v2.6.

2.18.3

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

**Improvements**

- Running ``$ python -m requests.help`` now includes the installed version of idna.

**Bugfixes**

- Fixed issue where Requests would raise ``ConnectionError`` instead of
``SSLError`` when encountering SSL problems when using urllib3 v1.22.

2.18.2

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

**Bugfixes**

- ``requests.help`` no longer fails on Python 2.6 due to the absence of
``ssl.OPENSSL_VERSION_NUMBER``.

**Dependencies**

- We now support urllib3 v1.22.

2.18.1

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

**Bugfixes**

- Fix an error in the packaging whereby the ``*.whl`` contained incorrect data
that regressed the fix in v2.17.3.

2.18.0

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

**Improvements**

- ``Response`` is now a context manager, so can be used directly in a ``with`` statement
without first having to be wrapped by ``contextlib.closing()``.

**Bugfixes**

- Resolve installation failure if multiprocessing is not available
- Resolve tests crash if multiprocessing is not able to determine the number of CPU cores
- Resolve error swallowing in utils set_environ generator

2.17.3

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

**Improvements**

- Improved ``packages`` namespace identity support, for monkeypatching libraries.

2.17.2

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

**Improvements**

- Improved ``packages`` namespace identity support, for monkeypatching libraries.

2.17.1

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

**Improvements**

- Improved ``packages`` namespace identity support, for monkeypatching libraries.

2.17.0

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

**Improvements**

- Removal of the 301 redirect cache. This improves thread-safety.

2.16.5

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

- Improvements to ``$ python -m requests.help``.

2.16.4

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

- Introduction of the ``$ python -m requests.help`` command, for debugging with maintainers!

2.16.3

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

- Further restored the ``requests.packages`` namespace for compatibility reasons.

2.16.2

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

- Further restored the ``requests.packages`` namespace for compatibility reasons.

No code modification (noted below) should be necessary any longer.

2.16.1

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

- Restored the ``requests.packages`` namespace for compatibility reasons.
- Bugfix for ``urllib3`` version parsing.

**Note**: code that was written to import against the ``requests.packages``
namespace previously will have to import code that rests at this module-level
now.

For example::

 from requests.packages.urllib3.poolmanager import PoolManager

Will need to be re-written to be::

 from requests.packages import urllib3
 urllib3.poolmanager.PoolManager

Or, even better::

 from urllib3.poolmanager import PoolManager

2.16.0

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

- Unvendor ALL the things!

2.15.1

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

- Everyone makes mistakes.

2.15.0

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

**Improvements**

- Introduction of the ``Response.next`` property, for getting the next
``PreparedResponse`` from a redirect chain (when ``allow_redirects=False``).
- Internal refactoring of ``__version__`` module.

**Bugfixes**

- Restored once-optional parameter for ``requests.utils.get_environ_proxies()``.

2.14.2

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

**Bugfixes**

- Changed a less-than to an equal-to and an or in the dependency markers to
widen compatibility with older setuptools releases.

2.14.1

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

**Bugfixes**

- Changed the dependency markers to widen compatibility with older pip
releases.

2.14.0

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

**Improvements**

- It is now possible to pass ``no_proxy`` as a key to the ``proxies``
dictionary to provide handling similar to the ``NO_PROXY`` environment
variable.
- When users provide invalid paths to certificate bundle files or directories
Requests now raises ``IOError``, rather than failing at the time of the HTTPS
request with a fairly inscrutable certificate validation error.
- The behavior of ``SessionRedirectMixin`` was slightly altered.
``resolve_redirects`` will now detect a redirect by calling
``get_redirect_target(response)`` instead of directly
querying ``Response.is_redirect`` and ``Response.headers['location']``.
Advanced users will be able to process malformed redirects more easily.
- Changed the internal calculation of elapsed request time to have higher
resolution on Windows.
- Added ``win_inet_pton`` as conditional dependency for the ``[socks]`` extra
on Windows with Python 2.7.
- Changed the proxy bypass implementation on Windows: the proxy bypass
check doesn't use forward and reverse DNS requests anymore
- URLs with schemes that begin with ``http`` but are not ``http`` or ``https``
no longer have their host parts forced to lowercase.

**Bugfixes**

- Much improved handling of non-ASCII ``Location`` header values in redirects.
Fewer ``UnicodeDecodeErrors`` are encountered on Python 2, and Python 3 now
correctly understands that Latin-1 is unlikely to be the correct encoding.
- If an attempt to ``seek`` file to find out its length fails, we now
appropriately handle that by aborting our content-length calculations.
- Restricted ``HTTPDigestAuth`` to only respond to auth challenges made on 4XX
responses, rather than to all auth challenges.
- Fixed some code that was firing ``DeprecationWarning`` on Python 3.6.
- The dismayed person emoticon (``/o\\``) no longer has a big head. I'm sure
this is what you were all worrying about most.


**Miscellaneous**

- Updated bundled urllib3 to v1.21.1.
- Updated bundled chardet to v3.0.2.
- Updated bundled idna to v2.5.
- Updated bundled certifi to 2017.4.17.
Links

Update six from 1.10.0 to 1.11.0.

Changelog

1.11.0

------

- Pull request 178: `with_metaclass` now properly proxies `__prepare__` to the
underlying metaclass.

- Pull request 191: Allow `with_metaclass` to work with metaclasses implemented
in C.

- Pull request 203: Add parse_http_list and parse_keqv_list to moved
urllib.request.

- Pull request 172 and issue 171: Add unquote_to_bytes to moved urllib.parse.

- Pull request 167: Add `six.moves.getoutput`.

- Pull request 80: Add `six.moves.urllib_parse.splitvalue`.

- Pull request 75: Add `six.moves.email_mime_image`.

- Pull request 72: Avoid creating reference cycles through tracebacks in
`reraise`.
Links

Update twine from 1.8.1 to 1.11.0.

Changelog

1.11.0

* :bug:`269 major` Avoid uploading to PyPI when given alternate
repository URL, and require ``http://`` or ``https://`` in
``repository_url``.
* :support:`277` Add instructions on how to use keyring.
* :support:`314` Add new maintainer, release checklists.
* :bug:`322 major` Raise exception if attempting upload to deprecated legacy
PyPI URLs.
* :feature:`320` Remove PyPI as default ``register`` package index.
* :feature:`319` Support Metadata 2.1 (:pep:`566`), including Markdown
for ``description`` fields.
* :support:`318` `Update PyPI URLs
<https://packaging.python.org/guides/migrating-to-pypi-org/>`_.

1.10.0

* :bug:`315 major` Degrade gracefully when keyring is unavailable
* :feature:`304` Reorganize & improve user & developer documentation.
* :feature:`46` Link to changelog from ``README``
* :feature:`295` Add doc building instructions
* :feature:`296` Add architecture overview to docs
* :feature:`303` Revise docs predicting future of ``twine``
* :bug:`298 major` Fix syntax highlighting in ``README``
* :bug:`299 major` Fix changelog formatting
* :bug:`200 major` Remove obsolete registration guidance
* :bug:`286 major` Fix Travis CI and test configuration
* :feature:`257` Declare support for Python 3.6
* :bug:`297 major` Fix Read the Docs, tox, Travis configuration
* :bug:`268 major` Print progress to ``stdout``, not ``stderr``
* :bug:`265 major` Fix ``--repository[-url]`` help text
* :feature:`256` Improve progressbar

1.9.1

* :bug:`-` Blacklist known bad versions of Requests. See also :bug:`253`

1.9.0

* :support:`-` Twine will now resolve passwords using the
`keyring <https://pypi.org/project/keyring/>`_ if available.
Module can be required with the ``keyring`` extra.
* :support:`-` Twine will use ``hashlib.blake2b`` on Python 3.6+
instead of using pyblake2 for Blake2 hashes 256 bit hashes.
* :support:`-` Twine sends less information about the user's system in
the User-Agent string. See also :bug:`229`
* :support:`-` Fix ``--skip-existing`` when used to upload a package
for the first time.  See also :bug:`220`
* :support:`-` Fix precedence of ``--repository-url`` over
``--repository``. See also :bug:`206`
Links

Update wheel from 0.29.0 to 0.31.1.

Changelog

0.31.1

======
- Fixed arch as ``None`` when converting eggs to wheels

0.31.0

======
- Fixed displaying of errors on Python 3
- Fixed single digit versions in wheel files not being properly recognized
- Fixed wrong character encodings being used (instead of UTF-8) to read and
write ``RECORD`` (this sometimes crashed bdist_wheel too)
- Enabled Zip64 support in wheels by default
- Metadata-Version is now 2.1
- Dropped DESCRIPTION.rst and metadata.json from the list of generated files
- Dropped support for the non-standard, undocumented ``provides-extra`` and
``requires-dist`` keywords in setup.cfg metadata
- Deprecated all wheel signing and signature verification commands
- Removed the (already defunct) ``tool`` extras from setup.py

0.30.0

======
- Added py-limited-api {cp32|cp33|cp34|...} flag to produce cpNN.abi3.{arch}
tags on CPython 3.
- Documented the ``license_file`` metadata key
- Improved Python, abi tagging for `wheel convert`. Thanks Ales Erjavec.
- Fixed `>` being prepended to lines starting with "From" in the long description
- Added support for specifying a build number (as per PEP 427).
Thanks Ian Cordasco.
- Made the order of files in generated ZIP files deterministic.
Thanks Matthias Bach.
- Made the order of requirements in metadata deterministic. Thanks Chris Lamb.
- Fixed `wheel install` clobbering existing files
- Improved the error message when trying to verify an unsigned wheel file
- Removed support for Python 2.6, 3.2 and 3.3.
Links

Update appdirs from 1.4.0 to 1.4.3.

Changelog

1.4.3

-------------
- [PR 76] Python 3.6 invalid escape sequence deprecation fixes
- Fix for Python 3.6 support

1.4.2

-------------
- [PR 84] Allow installing without setuptools
- [PR 86] Fix string delimiters in setup.py description
- Add Python 3.6 support

1.4.1

-------------
- [issue 38] Fix _winreg import on Windows Py3
- [issue 55] Make appname optional
Links

Update check-manifest from 0.35 to 0.37.

Changelog

0.37

-----------------

- Drop Python 3.3 support.

- Support packages using ``setuptools_scm``
(`68 <https://github.com/mgedmin/check-manifest/issues/68>`__).

Note that ``setuptools_scm`` usually makes MANIFEST.in files obsolete.
Having one is helpful only if you intend to build an sdist and then use that
sdist to perform further builds, instead of building from a source checkout.

0.36

-----------------

- Handle empty VCS repositories more gracefully
(`84 <https://github.com/mgedmin/check-manifest/issues/84>`__).
Links

Update colorama from 0.3.7 to 0.3.9.

Changelog

0.3.9

* Revert fix for issue 103 which causes problems for dependent applications

0.3.8

* Fix issue 121: "invalid escape sequence" deprecation fixes on Python 3.6+
* Fix issue 110: fix "set console title" when working with unicode strings
* Fix issue 103: enable color when using "input" function on Python 3.5+
* Fix issue 95: enable color when stderr is a tty but stdout is not
Links

Update coverage from 4.3.4 to 4.5.1.

Changelog

4.5.1

----------------------------

- Now that 4.5 properly separated the ``[run] omit`` and ``[report] omit``
settings, an old bug has become apparent.  If you specified a package name
for ``[run] source``, then omit patterns weren't matched inside that package.
This bug (`issue 638`_) is now fixed.

- On Python 3.7, reporting about a decorated function with no body other than a
docstring would crash coverage.py with an IndexError (`issue 640`_).  This is
now fixed.

- Configurer plugins are now reported in the output of ``--debug=sys``.

.. _issue 638: https://bitbucket.org/ned/coveragepy/issues/638/run-omit-is-ignored-since-45
.. _issue 640: https://bitbucket.org/ned/coveragepy/issues/640/indexerror-reporting-on-an-empty-decorated


.. _changes_45:

4.5

--------------------------

- A new kind of plugin is supported: configurators are invoked at start-up to
allow more complex configuration than the .coveragerc file can easily do.
See :ref:`api_plugin` for details.  This solves the complex configuration
problem described in `issue 563`_.

- The ``fail_under`` option can now be a float.  Note that you must specify the
``[report] precision`` configuration option for the fractional part to be
used.  Thanks to Lars Hupfeldt Nielsen for help with the implementation.
Fixes `issue 631`_.

- The ``include`` and ``omit`` options can be specified for both the ``[run]``
and ``[report]`` phases of execution.  4.4.2 introduced some incorrect
interactions between those phases, where the options for one were confused
for the other.  This is now corrected, fixing `issue 621`_ and `issue 622`_.
Thanks to Daniel Hahler for seeing more clearly than I could.

- The ``coverage combine`` command used to always overwrite the data file, even
when no data had been read from apparently combinable files.  Now, an error
is raised if we thought there were files to combine, but in fact none of them
could be used.  Fixes `issue 629`_.

- The ``coverage combine`` command could get confused about path separators
when combining data collected on Windows with data collected on Linux, as
described in `issue 618`_.  This is now fixed: the result path always uses
the path separator specified in the ``[paths]`` result.

- On Windows, the HTML report could fail when source trees are deeply nested,
due to attempting to create HTML filenames longer than the 250-character
maximum.  Now filenames will never get much larger than 200 characters,
fixing `issue 627`_.  Thanks to Alex Sandro for helping with the fix.

.. _issue 563: https://bitbucket.org/ned/coveragepy/issues/563/platform-specific-configuration
.. _issue 618: https://bitbucket.org/ned/coveragepy/issues/618/problem-when-combining-windows-generated
.. _issue 621: https://bitbucket.org/ned/coveragepy/issues/621/include-ignored-warning-when-using
.. _issue 622: https://bitbucket.org/ned/coveragepy/issues/622/report-omit-overwrites-run-omit
.. _issue 627: https://bitbucket.org/ned/coveragepy/issues/627/failure-generating-html-reports-when-the
.. _issue 629: https://bitbucket.org/ned/coveragepy/issues/629/multiple-use-of-combine-leads-to-empty
.. _issue 631: https://bitbucket.org/ned/coveragepy/issues/631/precise-coverage-percentage-value


.. _changes_442:

4.4.2

----------------------------

- Support for Python 3.7.  In some cases, class and module docstrings are no
longer counted in statement totals, which could slightly change your total
results.

- Specifying both ``--source`` and ``--include`` no longer silently ignores the
include setting, instead it displays a warning. Thanks, Loïc Dachary.  Closes
`issue 265`_ and `issue 101`_.

- Fixed a race condition when saving data and multiple threads are tracing
(`issue 581`_). It could produce a "dictionary changed size during iteration"
RuntimeError.  I believe this mostly but not entirely fixes the race
condition.  A true fix would likely be too expensive.  Thanks, Peter Baughman
for the debugging, and Olivier Grisel for the fix with tests.

- Configuration values which are file paths will now apply tilde-expansion,
closing `issue 589`_.

- Now secondary config files like tox.ini and setup.cfg can be specified
explicitly, and prefixed sections like `[coverage:run]` will be read. Fixes
`issue 588`_.

- Be more flexible about the command name displayed by help, fixing
`issue 600`_. Thanks, Ben Finney.

.. _issue 101: https://bitbucket.org/ned/coveragepy/issues/101/settings-under-report-affect-running
.. _issue 581: https://bitbucket.org/ned/coveragepy/issues/581/race-condition-when-saving-data-under
.. _issue 588: https://bitbucket.org/ned/coveragepy/issues/588/using-rcfile-path-to-toxini-uses-run
.. _issue 589: https://bitbucket.org/ned/coveragepy/issues/589/allow-expansion-in-coveragerc
.. _issue 600: https://bitbucket.org/ned/coveragepy/issues/600/get-program-name-from-command-line-when


.. _changes_441:

4.4.1

----------------------------

- No code changes: just corrected packaging for Python 2.7 Linux wheels.


.. _changes_44:

4.4

--------------------------

- Reports could produce the wrong file names for packages, reporting ``pkg.py``
instead of the correct ``pkg/__init__.py``.  This is now fixed.  Thanks, Dirk
Thomas.

- XML reports could produce ``<source>`` and ``<class>`` lines that together
didn't specify a valid source file path.  This is now fixed. (`issue 526`_)

- Namespace packages are no longer warned as having no code. (`issue 572`_)

- Code that uses ``sys.settrace(sys.gettrace())`` in a file that wasn't being
coverage-measured would prevent correct coverage measurement in following
code. An example of this was running doctests programmatically. This is now
fixed. (`issue 575`_)

- Errors printed by the ``coverage`` command now go to stderr instead of
stdout.

- Running ``coverage xml`` in a directory named with non-ASCII characters would
fail under Python 2. This is now fixed. (`issue 573`_)

.. _issue 526: https://bitbucket.org/ned/coveragepy/issues/526/generated-xml-invalid-paths-for-cobertura
.. _issue 572: https://bitbucket.org/ned/coveragepy/issues/572/no-python-source-warning-for-namespace
.. _issue 573: https://bitbucket.org/ned/coveragepy/issues/573/cant-generate-xml-report-if-some-source
.. _issue 575: https://bitbucket.org/ned/coveragepy/issues/575/running-doctest-prevents-complete-coverage

4.4b1

----------------------------

- Some warnings can now be individually disabled.  Warnings that can be
disabled have a short name appended.  The ``[run] disable_warnings`` setting
takes a list of these warning names to disable. Closes both `issue 96`_ and
`issue 355`_.

- The XML report now includes attributes from version 4 of the Cobertura XML
format, fixing `issue 570`_.

- In previous versions, calling a method that used collected data would prevent
further collection.  For example, `save()`, `report()`, `html_report()`, and
others would all stop collection.  An explicit `start()` was needed to get it
going again.  This is no longer true.  Now you can use the collected data and
also continue measurement. Both `issue 79`_ and `issue 448`_ described this
problem, and have been fixed.

- Plugins can now find unexecuted files if they choose, by implementing the
`find_executable_files` method.  Thanks, Emil Madsen.

- Minimal IronPython support. You should be able to run IronPython programs
under ``coverage run``, though you will still have to do the reporting phase
with CPython.

- Coverage.py has long had a special hack to support CPython's need to measure
the coverage of the standard library tests. This code was not installed by
kitted versions of coverage.py.  Now it is.

.. _issue 79: https://bitbucket.org/ned/coveragepy/issues/79/save-prevents-harvesting-on-stop
.. _issue 96: https://bitbucket.org/ned/coveragepy/issues/96/unhelpful-warnings-produced-when-using
.. _issue 355: https://bitbucket.org/ned/coveragepy/issues/355/warnings-should-be-suppressable
.. _issue 448: https://bitbucket.org/ned/coveragepy/issues/448/save-and-html_report-prevent-further
.. _issue 570: https://bitbucket.org/ned/coveragepy/issues/570/cobertura-coverage-04dtd-support


.. _changes_434:
Links

Update green from 2.6.3 to 2.12.1.

Changelog

2.12.1

25 Feb 2017

- Switch from python-termstyle (apparently abandoned) to termstyle.  We should
drop termstyle altogether in favor of colorama (see also 186). Contributed
by Robert Schüts in 182

- Fix bug that prevented `python setup.py --help-commands` from working
properly.  Contributed by Martin Larralde in 184.

- Move the config file documentation to the readme file. Contributed by Yuri
Shikanov in 179.

- Update the TravisCI config and some self-testing procedures to pass updated
macOS VM builds.

2.12.0

7 Dec 2017

- Coverage is now required!  Python packages do not support the idea of an
optional dependency, and having a de-facto optional dependencies was causing
coverage functionality to be broken for packages who want to use green with
coverage during `python setup.py test`.  Resolves 174.
- The `test_versions` utility for testing green itself now deduplicates the
versions of Python it finds, so it only runs one test for Python 2.7, for
example.  It uses the one it finds first in the $PATH.

2.11.2

15 Nov 2017

- Fixed temp files not getting properly cleaned up on Windows and Linux in
Python 3 (problem persists for macOS). Contributed by Martin Larralde in 173.

2.11.1

25 Oct 2017

- Fixed bug causing several django testing options to be unavailable when using
green as the test runner for django.  Resolves 172.

2.11.0

10 Aug 2017

- SubTest context manager support introduced in Python 3.4 is now explicitly
supported.  In previous versions of Green the SubTests would run correctly,
but not get reported...sanely.  The bulk of this work was contributed by
VladV in 167.  Resolves 111.

2.10.0

8 July 2017

- Green can now be used as a `setup.py` test runner.  See `green --help` or the
main readme for details.  Contributed by Martin Larralde in 165.  Resolves
enhancement request 158.

- Lower prices on training course.  Choose your own price.

2.9.0

23 June 2017

- Green now supports unittest's `load_test` protocol. Contributed by Martin
Larralde in 160.  Resolves 87.

- Add support for a `[green]` configuration section inside of `setup.cfg` in
the current working directory.  See the `CONFIG FILES` section of `green
--help` for a list of relative configuration file priority and how to use them.
Contributed by Martin Larralde in 161.

- Minor grammar/spelling fixes.

2.8.2

7 May 2017

- Work around Python's failure to skip tests in a consistent way -- in
particular, if SkipTest was raised in setUpClass(), then different versions
of Python did different things, none of them very sensible.  We take the
approach that Python _should have_ taken and skip each test as the SkipTest
exception is raised.  This results in one skip entry per test in the class
that was skipped. Resolves 159.

- Fixed the warning in Python 3.6 due to an inadvertent double-import issue.

- Fixed crash that could occur running self-tests on newer versions of Python
2.7 which expect to use an iterator with a next() function.

2.8.1

29 April 2017

- An unexpectedSuccess does not count as a failure for the test run as a whole,
so `-f, --failfast` has been updated so that an unexpectedSuccess no longer
triggers early termination. Using expectedFailure is discouraged.

2.8.0

27 April 2017

- Green now also searches the current working directory for a .green config
file.  This can be used as per-project configuration -- just place the .green
config file for your project in the same directory you would run your tests
from (usually the root of the project).  See `green --help` for the
resolution order of the various config files.  Resolves 116.

2.7.4

26 April 2017

- Added a page about the Udemy course
[Python Testing with Green](https://github.com/CleanCut/green/blob/master/PythonTestingWithGreen.md),
with lots of nice coupons and discount codes just for finding the Github
page.  Check it out!

- PyPy support is now best-effort for all versions of PyPy.  TravisCI's PyPy
installations are just...flaky.  They seem to work everywhere else, we just
don't fail due to failing PyPy builds anymore, because we just can't take the
weirdness.

- Fixed a condition where green could return failure to the calling shell if
only a small number of skips, expectedFailures, and unexpectedSuccesses were
run (and no passes, fails, or errors).

- Improved the help message for `-l, --logging`

2.7.3

24 March 2017

- Fixed a green crash that could occur when dealing with unicode literals in
raised exceptions under Python 2.

2.7.2

22 March 2017

- Fixed a corner-case where targets wouldn't be parallelized if you ran green
inside a directory containing only test modules (files) with no packages
(directories).  The result would be a single worker process would handle all
testing while the other worker processes sat idle.

2.7.1

19 March 2017

- Stop cleaning up the temporary directory on versions of Python other than 2,
since some things like multiprocess.Value in versions > 2 trigger an
auto-cleanup of the temporary directory that crashes if it has already been
cleaned up.  Resolves 154.

- macOS builds on TravisCI have been passing awhile.  Start counting them
towards global pass/fail.

2.7.0

2 March 2017

- When used as a Django test runner, we now inject a `--green-verbosity`
command-line argument that can be used to control green's verbosity level
from Django.  Contributed by Anomitra Saha.  Resolves 37 and 153.
Links

Update isort from 4.2.5 to 4.3.4.

Changelog

4.3.4

- Fixed issue 671: isort is corrupting CRLF files

4.3.3

- Fixed issue 665: Tabs turned into single spaces

4.3.2

- Fixed issue 651: Add imports option is broken
- Fixed issue 662: An error generated by rewriting `.imports` to `. imoprts`

4.3.1

- Fixed setup.py errors
- Fixed issue 654: Trailing comma count error
- Fixed issue 650: Wrong error message displayed

4.3.0

- Fixed 557: `force_alphabetical_sort` and `force_sort_within_sections` can now be utilized together without extra new lines
- Fix case-sensitive path existence check in Mac OS X
- Added `--no-lines-before` for more granular control over section output
- Fixed 493: Unwanted conversion to Windows line endings
- Fixed 590: Import `as` mucks with alphabetical sorting
- Implemented `--version-number` to retrieve just the version number without the isort logo
- Breaking changes
 - Python 2.7+ only (dropped 2.6) allowing various code simplifications and improvements.

4.2.15

IMPORTANT NOTE: This will be the last release with Python 2.6 support, subsequent releases will be 2.7+ only
- Fixed certain one line imports not being successfully wrapped

4.2.14

- Fixed 559 & 565: Added missing standard library imports

4.2.13

- Fixed 553: Check only and --diff now work together again

4.2.12

- Fixed wheel distribution bug

4.2.11

- Fixed 546: Can't select y/n/c after latest update
- Fixed 545: Incorrectly moves __future__ imports above encoding comments

4.2.9

- Fixed 428: Check only modifies sorting
- Fixed 540: Not correctly identifying stdlib modules

4.2.8

- Added `--virtual-env` switch command line option
- Added --enforce-whitespace option to go along with --check-only for more exact checks (issue 423)
- Fixed imports with a tailing '\' and no space in-between getting removed (issue 425)
- Fixed issue 299: long lines occasionally not wrapped
- Fixed issue 432: No longer add import inside class when class starts at top of file after encoding comment
- Fixed issue 440: Added missing `--use-parentheses` option to command line tool and documentation
- Fixed issue 496: import* imports now get successfully identified and reformatted instead of deleted
- Fixed issue 491: Non ending parentheses withing single line comments no longer cause formatting issues
- Fixed issue 471: Imports that wrap the maximum line length and contain comments on the last line are no longer rendered incorrectly
- Fixed issue 436: Force sort within section no longer rearranges comments
- Fixed issue 473: Force_to_top and force_sort_within_sections now work together
- Fixed issue 484 & 472: Consistent output with imports of same spelling but different case
- Fixed issue 433: No longer incorrectly add an extra new-line when comment between imports and function definition
- Fixed issue 419: Path specification for skipped paths is not Unix/Windows inter-operable.
Breaking Changes:
 - Fixed issue 511: All command line options with an underscore, have had the underscore replaced with a dash for consistency. This effects: multi-line, add-import, remove-import, force-adds, --force-single-line-imports, and length-sort.
 - Replaced the `--enforce-whitespace` option with `--ignore-whitespace` to restore original behavior of strict whitespace by default
Links

Update packaging from 16.8 to 17.1.

Changelog

17.1

~~~~~~~~~~~~~~~~~

* Fix ``utils.canonicalize_version`` when supplying non PEP 440 versions.

17.0

~~~~~~~~~~~~~~~~~

* Drop support for python 2.6, 3.2, and 3.3.

* Define minimal pyparsing version to 2.0.2 (:issue:`91`).

* Add ``epoch``, ``release``, ``pre``, ``dev``, and ``post`` attributes to
``Version`` and ``LegacyVersion`` (:issue:`34`).

* Add ``Version().is_devrelease`` and ``LegacyVersion().is_devrelease`` to
make it easy to determine if a release is a development release.

* Add ``utils.canonicalize_version`` to canonicalize version strings or
``Version`` instances (:issue:`121`).
Links

Update pycodestyle from 2.3.1 to 2.4.0.

Changelog

2.4.0

------------------

New checks:

* Add W504 warning for checking that a break doesn't happen after a binary
operator. This check is ignored by default. PR 502.
* Add W605 warning for invalid escape sequences in string literals. PR 676.
* Add W606 warning for 'async' and 'await' reserved keywords being introduced
in Python 3.7. PR 684.
* Add E252 error for missing whitespace around equal sign in type annotated
function arguments with defaults values. PR 717.

Changes:

* An internal bisect search has replaced a linear search in order to improve
efficiency. PR 648.
* pycodestyle now uses PyPI trove classifiers in order to document supported
python versions on PyPI. PR 654.
* 'setup.cfg' '[wheel]' section has been renamed to '[bdist_wheel]', as
the former is legacy. PR 653.
* pycodestyle now handles very long lines much more efficiently for python
3.2+. Fixes 643. PR 644.
* You can now write 'pycodestyle.StyleGuide(verbose=True)' instead of
'pycodestyle.StyleGuide(verbose=True, paths=['-v'])' in order to achieve
verbosity. PR 663.
* The distribution of pycodestyle now includes the license text in order to
comply with open source licenses which require this. PR 694.
* 'maximum_line_length' now ignores shebang ('!') lines. PR 736.
* Add configuration option for the allowed number of blank lines. It is
implemented as a top level dictionary which can be easily overwritten. Fixes
732. PR 733.

Bugs:

* Prevent a 'DeprecationWarning', and a 'SyntaxError' in future python, caused
by an invalid escape sequence. PR 625.
* Correctly report E501 when the first line of a docstring is too long.
Resolves 622. PR 630.
* Support variable annotation when variable start by a keyword, such as class
variable type annotations in python 3.6. PR 640.
* pycodestyle internals have been changed in order to allow 'python3 -m
cProfile' to report correct metrics. PR 647.
* Fix a spelling mistake in the description of E722. PR 697.
* 'pycodestyle --diff' now does not break if your 'gitconfig' enables
'mnemonicprefix'. PR 706.
Links

Update pydocstyle from 1.1.1 to 2.1.1.

Changelog

2.0.0

Major Updates

Support for numpy conventions verification has been added (129, 226).
Support for Python 2.6 has been dropped (206, 217).
Support for PyPy3 has been temporarily dropped, until it will be equivalent to CPython 3.3+ and supported by pip (223).
Support for the pep257 console script has been dropped. Only the pydocstyle console script should be used (216, 218).
Errors are now printed to stdout instead of stderr (201, 210).

New Features

Decorator-based skipping via --ignore-decorators has been added (204).
Support for using pycodestyle style wildcards has been added (72, 209).
Superfluous opening quotes are now reported as part of D300 (166, 225).
Fixed a false-positive recognition of D410 and added D412 (230, 233).
Added --config=<path> flag to override the normal config file discovery and choose a specific config file (117, 247).
Support for specifying error codes with partial prefix has been added, e.g., --select=D101,D2 (72, 209).
All configuration file can now have the .ini extension (237).
Added better imperative mood checks using third party stemmer (235, 68).

Bug Fixes

Made parser more robust to bad source files (168, 214)
Modules are now considered private if their name starts with a single underscore. This is a bugfix where “public module” (D100) was reported regardless of module name (199, 222).
Removed error when __all__ is a list (62, 227).
Fixed a bug where the  sign was used as a matrix multiplication operator in Python 3.5, but was considered a decorator by the parser (246, 191).
Links

Update pyparsing from 2.1.10 to 2.2.0.

Changelog

2.2.0

---------------------------
- Bumped minor version number to reflect compatibility issues with
OneOrMore and ZeroOrMore bugfixes in 2.1.10. (2.1.10 fixed a bug
that was introduced in 2.1.4, but the fix could break code
written against 2.1.4 - 2.1.9.)

- Updated setup.py to address recursive import problems now
that pyparsing is part of 'packaging' (used by setuptools).
Patch submitted by Joshua Root, much thanks!

- Fixed KeyError issue reported by Yann Bizeul when using packrat
parsing in the Graphite time series database, thanks Yann!

- Fixed incorrect usages of '\' in literals, as described in
https://docs.python.org/3/whatsnew/3.6.htmldeprecated-python-behavior
Patch submitted by Ville Skyttä - thanks!

- Minor internal change when using '-' operator, to be compatible
with ParserElement.streamline() method.

- Expanded infixNotation to accept a list or tuple of parse actions
to attach to an operation.

- New unit test added for dill support for storing pyparsing parsers.
Ordinary Python pickle can be used to pickle pyparsing parsers as
long as they do not use any parse actions. The 'dill' module is an
extension to pickle which *does* support pickling of attached
parse actions.
Links

Update unidecode from 0.4.20 to 1.0.22.

Changelog

1.0.22

* Move to semantic version numbering, no longer following version
   numbers from the original Perl module. This fixes an issue with
   setuptools (>= 8) and others expecting major.minor.patch format.
   (https://github.com/avian2/unidecode/issues/13)
 * Add transliterations for currency signs U+20B0 through U+20BF
   (thanks to Mike Swanson)
 * Surround transliterations of vulgar fractions with spaces to avoid
   incorrect combinations with adjacent numerals
   (thanks to Jeffrey Gerard)

0.04.21

* Add U+2116 NUMERO SIGN (thanks to Alan Davidson)
 * Add U+05BE HEBREW PUNCTUATION MAQAF (thanks to Micha Moskovic)
Links

Update alabaster from 0.7.9 to 0.7.11.

Changelog

0.7.11

* :bug:`73` Clean up some problematic font issues:

- Remove the outright broken Goudy Old Style, plus other mostly Adobe-only
 fonts, from the ``font_family`` config setting; it is now simply ``Georgia,
 serif`` which is what the majority of users were rendering anyways.
- Clear out the default value of ``head_font_family`` (which contained
 ``Garamond``, a nice but also Adobe only font)
- Set ``head_font_family`` so it falls back to the value of ``font_family``
 unless a user has explicitly set it themselves.

.. note::
 You can always go back to the old values by :ref:`explicitly setting
 <theme-options>` ``font_family`` and/or ``head_font_family`` in your
 ``conf.py``'s ``html_theme_options``, e.g.::

     html_theme_options = {
         'description': 'My awesome project',
         'font_family': "goudy old style, minion pro, bell mt, Georgia, Hiragino Mincho Pro, serif",
     }

.. warning::
 Depending on individual viewers' systems, this change *may* be **visually**
 backwards incompatible if you were not already overriding the font
 settings and those users had the fonts in question (which are not default
 on most systems).

 As seen in the note above, you can **always** override the new defaults to
 go back to the old behavior, using your config file.

* :feature:`18 backported` (via :issue:`101`) Add optional *next* and
*previous* links at the top and bottom of page content. Use theme option
``show_relbars`` to enable these. Credit: William Minchin.
* :support:`- backported` Miscellaneous project maintenance updates such as
adding to Travis CI and enforcing the use of ``flake8``.
* :feature:`110 backported` Add ``badge_branch`` option allowing
configurability of which specific Git branch the Travis, Codecov, etc buttons
default to. Credit: ``TitanSnow``.
* :support:`111 backported` Add setuptools-level entrypoint for improved theme
distribution compatibility. Thanks to Aaron Carlisle for the patch.

0.7.10

* :bug:`32` Update styling of various block-level elements such as admonitions
(``.. note::``, ``.. warning::``, etc) and code blocks (``.. code::``) so
they are no longer 'dedented' outside the main column of text they're
embedded in. This is both a stylistic change and a bugfix, since e.g. nesting
code blocks *within* note blocks looks actively broken. Thanks to Takayuki
Shimizukawa for the report.
* :bug:`96` ``admonition_xref`` had a template typo preventing it from
receiving styling; this has been fixed. Credit: Kenzie Togami.
* :bug:`95` Independently ran across
`sphinx-doc/sphinx3276 <https://github.com/sphinx-doc/sphinx/issues/3276>`_,
namely that parameter lists become squashed together if one is running on
Sphinx 1.4.x. While that fix was merged in Sphinx itself, we felt it prudent
to include it in our own stylesheet as well, for immediate relief.
Links

Update babel from 2.3.4 to 2.6.0.

Changelog

2.6.0

-------------

Possibly incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

These may be backward incompatible in some cases, as some more-or-less internal APIs have changed.
Please feel free to file issues if you bump into anything strange and we'll try to help!

* Numbers: Refactor decimal handling code and allow bypass of decimal quantization. (kdeldycke) (PR 538)
* Messages: allow processing files that are in locales unknown to Babel (akx) (PR 557)
* General: Drop support for EOL Python 2.6 and 3.3 (hugovk) (PR 546)

Other changes
~~~~~~~~~~~~~

* CLDR: Use CLDR 33 (akx) (PR 581)
* Lists: Add support for various list styles other than the default (akx) (552)
* Messages: Add new PoFileError exception (Bedrock02) (PR 532)
* Times: Simplify Linux distro specific explicit timezone setting search (scop) (PR 528)

Bugfixes
~~~~~~~~

* CLDR: avoid importing alt=narrow currency symbols (akx) (PR 558)
* CLDR: ignore non-Latin numbering systems (akx) (PR 579)
* Docs: Fix improper example for date formatting (PTrottier) (PR 574)
* Tooling: Fix some deprecation warnings (akx) (PR 580)

Tooling & docs
~~~~~~~~~~~~~~

* Add explicit signatures to some date autofunctions (xmo-odoo) (PR 554)
* Include license file in the generated wheel package (jdufresne) (PR 539)
* Python 3.6 invalid escape sequence deprecation fixes (scop) (PR 528)
* Test and document all supported Python versions (jdufresne) (PR 540)
* Update copyright header years and authors file (akx) (PR 559)

2.5.3

-------------

This is a maintenance release that reverts undesired API-breaking changes that slipped into 2.5.2
(see https://github.com/python-babel/babel/issues/550).

It is based on v2.5.1 (f29eccd) with commits 7cedb84, 29da2d2 and edfb518 cherry-picked on top.

2.5.2

-------------

Bugfixes
~~~~~~~~

* Revert the unnecessary PyInstaller fixes from 2.5.0 and 2.5.1 (533) (yagebu)

2.5.1

-------------

Minor Improvements and bugfixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Use a fixed datetime to avoid test failures (520) (narendravardi)
* Parse multi-line __future__ imports better (519) (akx)
* Fix validate_currency docstring (522)
* Allow normalize_locale and exists to handle various unexpected inputs (523) (suhojm)
* Make PyInstaller support more robust (525, 526) (thijstriemstra, akx)

2.5.0

-------------

New Features
~~~~~~~~~~~~

* Numbers: Add currency utilities and helpers (491) (kdeldycke)
* Support PyInstaller (500, 505) (wodo)

Minor Improvements and bugfixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Dates: Add __str__ to DateTimePattern (515) (sfermigier)
* Dates: Fix an invalid string to bytes comparison when parsing TZ files on Py3 (498) (rowillia)
* Dates: Formatting zero-padded components of dates is faster (517) (akx)
* Documentation: Fix "Good Commits" link in CONTRIBUTING.md (511) (naryanacharya6)
* Documentation: Fix link to Python gettext module (512) (Linkid)
* Messages: Allow both dash and underscore separated locale identifiers in pofiles (489, 490) (akx)
* Messages: Extract Python messages in nested gettext calls (488) (sublee)
* Messages: Fix in-place editing of dir list while iterating (476, 492) (MarcDufresne)
* Messages: Stabilize sort order (482) (xavfernandez)
* Time zones: Honor the no-inherit marker for metazone names (405) (akx)

2.4.0

-------------

New Features
~~~~~~~~~~~~

Some of these changes might break your current code and/or tests.

* CLDR: CLDR 29 is now used instead of CLDR 28 (405) (akx)
* Messages: Add option 'add_location' for location line formatting (438, 459) (rrader, alxpy)
* Numbers: Allow full control of decimal behavior (410) (etanol)

Minor Improvements and bugfixes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Documentation: Improve Date Fields descriptions (450) (ldwoolley)
* Documentation: Typo fixes and documentation improvements (406, 412, 403, 440, 449, 463) (zyegfryed, adamchainz, jwilk, akx, roramirez, abhishekcs10)
* Messages: Default to UTF-8 source encoding instead of ISO-8859-1 (399) (asottile)
* Messages: Ensure messages are extracted in the order they were passed in (424) (ngrilly)
* Messages: Message extraction for JSX files is improved (392, 396, 425) (karloskar, georgschoelly)
* Messages: PO file reading supports multi-line obsolete units (429) (mbirtwell)
* Messages: Python message extractor respects unicode_literals in __future__ (427) (sublee)
* Messages: Roundtrip Language headers (420) (kruton)
* Messages: units before obsolete units are no longer erroneously marked obsolete (452) (mbirtwell)
* Numbers: `parse_pattern` now preserves the full original pattern (414) (jtwang)
* Numbers: Fix float conversion in `extract_operands` (435) (akx)
* Plurals: Fix plural forms for Czech and Slovak locales (373) (ykshatroff)
* Plurals: More plural form fixes based on Mozilla and CLDR references (431) (mshenfield)


Internal improvements
~~~~~~~~~~~~~~~~~~~~~

* Local times are constructed correctly in tests (411) (etanol)
* Miscellaneous small improvements (437) (scop)
* Regex flags are extracted from the regex strings (462) (singingwolfboy)
* The PO file reader is now a class and has seen some refactoring (429, 452) (mbirtwell)
Links

Update cloud_sptheme from 1.8.0 to 1.9.4.

Changelog

1.9.4

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

* :mod:`~cloud_sptheme.ext.auto_redirect`:

     - simplified markup

     - skip popup if referrer is within document

     - bugfix: correctly handle source document that's not at root of url

* bugfix: :mod:`~cloud_sptheme.ext.docfield_markup`: sphinx 1.5 compat fix

* bugfix: :mod:`~cloud_sptheme.ext.table_styling`: header-alignment not being parsed correctly

1.9

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

New Features
------------

* Added :mod:`~cloud_sptheme.ext.auto_redirect` extension,
  to help alert users when documentation location has changed.

* :mod:`~cloud_sptheme.ext.table_styling` now handles colspans correctly,
  and supports new ``:header-alignment:`` directive for setting separate
  alignment on header columns (:issue:`28`, :issue:`29`, and :issue:`33`).

Other Changes
-------------

* The documentation is now located at `<https://cloud-sptheme.readthedocs.io>`_.
  The old location (`<http://pythonhosted.org/cloud_sptheme>`_) will be kept up to date for a while longer,
  but any links should be replaced.

* :mod:`~cloud_sptheme.ext.issue_tracker`: removed google code preset format

Bugfixes
--------
* bugfix: js code updated to be compatible with jquery 3

* bugfix: :mod:`~cloud_sptheme.ext.page_only` no longer chokes on non-ascii chars in page

* bugfix: :mod:`~cloud_sptheme.ext.table_styling` should no longer cause
  "directive already exists" warning under sphinx 1.5 (:issue:`32`).

1.8.3

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

*Bugfix release*

* bugfix: :mod:`~cloud_sptheme.ext.relbar_links`: fixed potential
  label/title mixup, added some unittests.

* bugfix: Setup script should no longer append timestamp when building from sdist;
  which should fix some reproducible-build issues downstream.

* Added tox.ini script, with some *very minimal* tests.

* Updated documentation.

1.8.2

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

*Bugfix release*

* bugfix: :mod:`~cloud_sptheme.ext.relbar_links`: resolve translation proxies to prevent hash() error

1.8.1

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

*Bugfixes*, and new "relbar_links" extension added:

* :mod:`~cloud_sptheme.ext.relbar_toc` extension deprecreated,
  replaced with more flexible :mod:`~cloud_sptheme.ext.relbar_links` extension.
  This should also fix issues with broken links under 'dirhtml' and other builders.

* Assorted internal fixes to CSS template.

* Documentation layout updated.
Links

Update docutils from 0.13.1 to 0.14.

Changelog

0.14

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

As rc2.

* 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:

-

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.925% when pulling eae4fab on pyup/scheduled-update-2018-09-01 into f0b2f6b on master.

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Oct 1, 2018

Closing this in favor of #109

@pyup-bot pyup-bot closed this Oct 1, 2018
@MinchinWeb MinchinWeb deleted the pyup/scheduled-update-2018-09-01 branch October 1, 2018 16:12
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.

None yet

2 participants