madminer-tool / madminer-workflow

Madminer complete cloud-based analysis
MIT License
4 stars 4 forks source link

Update setuptools requirement from <58.0.0 to <60.0.0 #59

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on setuptools to permit the latest version.

Changelog

Sourced from setuptools's changelog.

v59.0.1

Misc ^^^^

  • #2880: Removed URL requirement for pytest-virtualenv in setup.cfg. PyPI rejects packages with dependencies external to itself. Instead the test dependency was overwritten via tox.ini

v59.0.0

Deprecations ^^^^^^^^^^^^

  • #2856: Support for custom commands that inherit directly from distutils is deprecated. Users should extend classes provided by setuptools instead.

Breaking Changes ^^^^^^^^^^^^^^^^

  • #2870: Started failing on invalid inline description with line breaks :class:ValueError -- by :user:webknjaz

Changes ^^^^^^^

  • #2698: Exposed exception classes from distutils.errors via setuptools.errors.
  • #2866: Incorporate changes from pypa/distutils@f1b0a2b.

Documentation changes ^^^^^^^^^^^^^^^^^^^^^

  • #2227: Added sphinx theme customisations to display the new logo in the sidebar and use its colours as "accent" in the documentation -- by :user:abravalheri
  • #2227: Added new setuptools logo, including editable files and artwork documentation -- by :user:abravalheri
  • #2698: Added mentions to setuptools.errors as a way of handling custom command errors.
  • #2698: Added instructions to migrate from distutils.commands and distutils.errors in the porting guide.
  • #2871: Added a note to the docs that it is possible to install setup.py-less projects in editable mode with :doc:pip v21.1+ <pip:index>, only having setup.cfg and pyproject.toml in project root -- by :user:webknjaz

v58.5.3

Misc

... (truncated)

Commits
  • 5141c42 Bump version: 59.0.0 → 59.0.1
  • 77cc531 Merge pull request #2882 from abravalheri/fix-2880
  • d4e829c Add news fragment
  • 9f20fce Avoid using dependencies with URLs on setup.cfg
  • d212daa Bump version: 58.5.3 → 59.0.0
  • 77678ab Merge pull request #2870 from webknjaz/maintenance/fail-loudly-on-invalid-sum...
  • 25d1d54 Change is backward-incompatible for projects with newlines in the summary.
  • a4b7cae Restore single_line as a simple, universal validator.
  • f2de347 Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip...
  • 8c3aa84 Merge pull request #2871 from webknjaz/maintenance/docs-pip-editable-v21.1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sinclert commented 3 years ago

This issue is not solved yet. Hopefully it is once reana 0.8.0 gets released.