Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Scheduled weekly dependency update for week 22 #80

Merged
merged 3 commits into from
May 29, 2017

Conversation

pyup-bot
Copy link
Contributor

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

requests 2.14.2 » 2.16.5 PyPI | Changelog | Homepage
Sphinx 1.6.1 » 1.6.2 PyPI | Changelog | Homepage
twine 1.8.1 » 1.9.1 PyPI | Changelog | Repo

Changelogs

requests 2.14.2 -> 2.16.5

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 neccessary 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().

Sphinx 1.6.1 -> 1.6.2

1.6.2

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

Incompatible changes

  • 3789: Do not require typing module for python>=3.5

Bugs fixed

  • 3754: HTML builder crashes if HTML theme appends own stylesheets
  • 3756: epub: Entity 'mdash' not defined
  • 3758: Sphinx crashed if logs are emitted in conf.py
  • 3755: incorrectly warns about dedent with literalinclude
  • 3742: RTD <https://readthedocs.org/>_ PDF builds of Sphinx own docs are
    missing an index entry in the bookmarks and table of contents. This is
    rtfd/readthedocs.org2857 <https://github.com/rtfd/readthedocs.org/issues/2857>_ issue, a workaround
    is obtained using some extra LaTeX code in Sphinx's own :file:conf.py
  • 3770: Build fails when a "code-block" has the option emphasize-lines and the
    number indicated is higher than the number of lines
  • 3774: Incremental HTML building broken when using citations
  • 3772: 'str object' has no attribute 'filename'
  • 3763: got epubcheck validations error if epub_cover is set
  • 3779: 'ImportError' in sphinx.ext.autodoc due to broken 'sys.meta_path'.
    Thanks to Tatiana Tereshchenko.
  • 3796: env.resolve_references() crashes when non-document node given
  • 3803: Sphinx crashes with invalid PO files
  • 3791: PDF "continued on next page" for long tables isn't internationalized
  • 3788: smartquotes emits warnings for unsupported languages
  • 3807: latex Makefile for make latexpdf is only for unixen
  • 3781: double hyphens in option directive are compiled as endashes
  • 3817: latex builder raises AttributeError

twine 1.8.1 -> 1.9.1

1.9.1

  • Blacklist known bad versions of Requests. See also 🐛253

1.9.0

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

That's it for now!

Happy merging! 🤖

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.788% when pulling 1aee00a on pyup-scheduled-update-05-29-2017 into 5bfdb66 on master.

4 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.788% when pulling 1aee00a on pyup-scheduled-update-05-29-2017 into 5bfdb66 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.788% when pulling 1aee00a on pyup-scheduled-update-05-29-2017 into 5bfdb66 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.788% when pulling 1aee00a on pyup-scheduled-update-05-29-2017 into 5bfdb66 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.788% when pulling 1aee00a on pyup-scheduled-update-05-29-2017 into 5bfdb66 on master.

@c-bata c-bata merged commit e6e7142 into master May 29, 2017
@c-bata c-bata deleted the pyup-scheduled-update-05-29-2017 branch May 23, 2018 02:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants