earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Update setuptools to 41.5.0 #138

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates setuptools from 41.1.0 to 41.5.0.

Changelog ### 41.5.0 ``` ------- * 1811: Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019. * 1814: Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account. * 1824: Fix tests when running under ``python3.10``. * 1878: Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``. * 1860: Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0. * 1862: Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too). * 1868: Drop most documentation references to (deprecated) EasyInstall. * 1884: Added a trove classifier to document support for Python 3.8. * 1886: Added Python 3.8 release to the Travis test matrix. ``` ### 41.4.0 ``` ------- * 1847: In declarative config, now traps errors when invalid ``python_requires`` values are supplied. ``` ### 41.3.0 ``` ------- * 1690: When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. * 1858: Fixed failing integration test triggered by 'long_description_content_type' in packaging. ``` ### 41.2.0 ``` ------- * 479: Remove some usage of the deprecated ``imp`` module. * 1565: Changed html_sidebars from string to list of string as per https://www.sphinx-doc.org/en/master/changes.htmlid58 ```
Links - PyPI: https://pypi.org/project/setuptools - Changelog: https://pyup.io/changelogs/setuptools/ - Repo: https://github.com/pypa/setuptools
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   59.89%   59.89%           
=======================================
  Files          16       16           
  Lines        1279     1279           
=======================================
  Hits          766      766           
  Misses        513      513

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 c548ea4...8b97bd9. Read the comment docs.

pyup-bot commented 4 years ago

Closing this in favor of #139