python-astrodynamics / spacetrack

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

Scheduled weekly dependency update for week 20 #37

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.

pytest-cov 2.4.0 » 2.5.1 PyPI | Changelog | Repo
sphinx 1.5.5 » 1.5.6 PyPI | Changelog | Homepage

Changelogs

pytest-cov 2.4.0 -> 2.5.1

2.5.1


  • Fixed xdist breakage (regression in 2.5.0). Fixes 157 <https://github.com/pytest-dev/pytest-cov/issues/157>_.
  • Allow setting custom data_file name in .coveragerc. Fixes 145 <https://github.com/pytest-dev/pytest-cov/issues/145>. Contributed by Jannis Leidel & Ionel Cristian Mărieș in 156 <https://github.com/pytest-dev/pytest-cov/pull/156>.

2.5.0


  • Always show a summary when --cov-fail-under is used. Contributed by Francis Niu in PR141 <https://github.com/pytest-dev/pytest-cov/pull/141>_.
  • Added --cov-branch option. Fixes 85 <https://github.com/pytest-dev/pytest-cov/issues/85>_.
  • Improve exception handling in subprocess setup. Fixes 144 <https://github.com/pytest-dev/pytest-cov/issues/144>_.
  • Fixed handling when --cov is used multiple times. Fixes 151 <https://github.com/pytest-dev/pytest-cov/issues/151>_.

sphinx 1.5.5 -> 1.5.6

1.5.6

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

Bugs fixed

  • 3614: Sphinx crashes with requests-2.5.0
  • 3618: autodoc crashes with tupled arguments
  • 3664: No space after the bullet in items of a latex list produced by Sphinx
  • 3657: EPUB builder crashes if document startswith genindex exists
  • 3588: No compact (p tag) html output in the i18n document build even when :confval:html_compact_lists is True.
  • 3685: AttributeError when using 3rd party domains
  • 3702: LaTeX writer styles figure legends with a hard-coded \small
  • 3708: LaTeX writer allows irc scheme
  • 3717: Stop enforcing that favicon's must be .ico
  • 3731, 3732: Protect isenumclass predicate against non-class arguments
  • 3320: Warning about reference target not being found for container types
  • Misspelled ARCHIVEPREFIX in Makefile for latex build repertory

That's it for now!

Happy merging! 🤖

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  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 e421f83...9e4cda3. Read the comment docs.