QGIS-Contribution / QGIS-ResourceSharing

QGIS Resource Sharing Plugin
http://qgis-contribution.github.io/QGIS-ResourceSharing/
GNU Affero General Public License v3.0
38 stars 18 forks source link

Update nose2 requirement from <0.12,>=0.9 to >=0.9,<0.13 in /requirements #268

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on nose2 to permit the latest version.

Changelog

Sourced from nose2's changelog.

0.12.0 (2022-07-16)

.. note::

The 0.12.x series will be the final releases of nose2 which support Python 2.

Changed


* Passing ``--junit-xml-path`` now implies ``--junit-xml`` when using the
  junitxml plugin. This means that the ``--junit-xml`` flag can be omitted
  when ``--junit-xml-path`` is specified. (:issue:`521`)
  • Remove the dependency on coverage. Use of the coverage plugin now requires that you either install coverage independently, or use the extra, nose2[coverage_plugin]. As a result, nose2 no longer has any strict dependencies

  • Remove the dependency on six, instead using a vendored copy. This ensures that the dependency for nose2 doesn't conflict with application dependencies

Removed

  • nose2 no longer provides an entry-point named based on the current python version, e.g. nose2-3.8 on python3.8 . Only the nose2 command is provided.

  • Remove support for setup.py test on nose2 itself. This usage is deprecated by setuptools. Developers contributing to nose2 are encouraged to use tox to run nose2's testsuite, per the contributing guide.

0.11.0 (2022-02-12)

This is the first version of nose2 using sphinx-issues to credit contributors in the changelog.

Added


* Test classes now have their short description (first line of docstring)
  printed in verbose output
  • The junitxml plugin now sets timestamp on each testcase node as an ISO-8601 timestamp. Thanks to :user:deeplow for the contribution!

</tr></table>

... (truncated)

Commits
  • 5320084 Bump changelog for release
  • 908cc6f Move version into init.py
  • a669131 Add changelog note on end of py2 support
  • 8c9f9ea Discover and fix typos with codespell (#523)
  • ec83b1e Python is a brand name that should be capitalized (#531)
  • 7789a6b Revert change to py version used for mailman test
  • 35bc653 Add dependabot and update pre-commit config
  • 195b4d1 Make --junit-xml-path implicitly register plugin
  • eda4879 Remove nose2-X.Y entry point
  • 178c5a8 Upgrade GitHub Actions (#524)
  • 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.