python-astrodynamics / spacetrack

Python client for space-track.org
MIT License
74 stars 15 forks source link

Scheduled weekly dependency update for week 15 #35

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

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.

doc8 0.7.0 » 0.8.0 PyPI | Homepage
sphinx 1.5.3 » 1.5.5 PyPI | Changelog | Homepage
tox 2.6.0 » 2.7.0 PyPI | Changelog | Docs
aiohttp 2.0.3 » 2.0.6 PyPI | Changelog | Repo | Docs

Changelogs

sphinx 1.5.3 -> 1.5.5

1.5.5

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

Bugs fixed

  • 3597: python domain raises UnboundLocalError if invalid name given
  • 3599: Move to new Mathjax CDN

1.5.4

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

Features added

  • 3470: Make genindex support all kinds of letters, not only Latin ones

Bugs fixed

  • 3445: setting 'inputenc' key to \\usepackage[utf8x]{inputenc} leads to failed PDF build
  • EPUB file has duplicated nav.xhtml link in content.opf except first time build
  • 3488: objects.inv has broken when release or version contain return code
  • 2073, 3443, 3490: gettext builder that writes pot files unless the content are same without creation date. Thanks to Yoshiki Shibukawa.
  • 3487: intersphinx: failed to refer options
  • 3496: latex longtable's last column may be much wider than its contents
  • 3507: wrong quotes in latex output for productionlist directive
  • 3533: Moving from Sphinx 1.3.1 to 1.5.3 breaks LaTeX compilation of links rendered as code
  • 2665, 2607: Link names in C++ docfields, and make it possible for other domains.
  • 3542: C++, fix parsing error of non-type template argument with template.
  • 3065, 3520: python domain fails to recognize nested class
  • 3575: Problems with pdflatex in a Turkish document built with sphinx has reappeared (refs 2997, 2397)
  • 3577: Fix intersphinx debug tool
  • A LaTeX command such as \\large inserted in the title items of :confval:latex_documents causes failed PDF build (refs 3551, 3567)

tox 2.6.0 -> 2.7.0

2.7.0


  • p450: Stop after the first installdeps and first testenv create hooks succeed. This changes the default behaviour of tox_testenv_create and tox_testenv_install_deps to not execute other registered hooks when the first hook returns a result that is not None. Thanks Anthony Sottile (asottile).

  • 271 and 464: Improve environment information for users.

    New command line parameter: -a show all defined environments - not just the ones defined in (or generated from) envlist.

    New verbosity settings for -l and -a: show user defined descriptions of the environments. This also works for generated environments from factors by concatenating factor descriptions into a complete description.

    Note that for backwards compatibility with scripts using the output of -l it's output remains unchanged.

    Thanks Gábor Bernát (gaborbernat).

  • 464: Fix incorrect egg-info location for modified package_dir in setup.py. Thanks Selim Belhaouane (selimb).

  • 431: Add 'LANGUAGE' to default passed environment variables. Thanks Paweł Adamczak (pawalad).

  • 455: Add a Vagrantfile with a customized Arch Linux box for local testing. Thanks Oliver Bestwalter (obestwalter).

  • 454: Revert 407, empty commands is not treated as an error. Thanks Anthony Sottile (asottile).

  • 446: (infrastructure) Travis CI tests for tox now also run on OS X now. Thanks Jason R. Coombs (jaraco).

aiohttp 2.0.3 -> 2.0.6

2.0.6


  • Keeping blank values for request.post() and multipart.form() 1765

  • TypeError in data_received of ResponseHandler 1770

  • Fix web.run_app not to bind to default host-port pair if only socket is passed 1786

2.0.5


  • Memory leak with aiohttp.request 1756

  • Disable cleanup closed ssl transports by default.

  • Exception in request handling if the server responds before the body is sent 1761

2.0.4


  • Memory leak with aiohttp.request 1756

  • Encoding is always UTF-8 in POST data 1750

  • Do not add "Content-Disposition" header by default 1755

That's it for now!

Happy merging! 🤖

codecov-io commented 7 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   83.87%   83.87%           
=======================================
  Files           4        4           
  Lines         496      496           
  Branches      102      102           
=======================================
  Hits          416      416           
  Misses         62       62           
  Partials       18       18

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b0eb20...cc1a80a. Read the comment docs.