Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pywps from 4.5.1 to 4.6.0 #502

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps pywps from 4.5.1 to 4.6.0.

Release notes

Sourced from pywps's releases.

v4.6.0

Changes:

  • Skip support for Python 3.7
  • Update validate geojson (#680).
  • Sanitize test suite (#684, #683, #682, #681).
  • Support Python3.10/3.11, documentation fixes, and general codebase cleanup (#677).
  • Extended env variable interpolation (#675)
  • Don't use deprecated distutils module (#672).
  • Fixed tox.ini parameter passenv (#670).
  • Improve the implementation of pywps.inout.literaltypes (#668).
  • Fix tests/test_capabilities.py with correct check of request case (#665).
  • Activate async test (#664).
  • Move Sleep process definition (#663).
  • Remove use of mutable as default value in Process.init (#660).
  • Better handle of crashed processes (#659).
  • Change coveralls branch from master to main (#655).

4.5.2

Changes:

  • Fix test section in README.md about pytest (#653)
  • Fix ComplexInput.from_json to handle data_format.encoding="base64" (#652)
  • Fix invalide use of encode on bytes object (#651)
  • Fix JSON encoding of CRS type in BoundingBox (#610)
  • Modernize CI using Tox, add a "[dev]" recipe, re-enable coveralls (#643)
  • Fix deprecated logging.warn() call (#642)
Commits
  • f646d39 Merge pull request #689 from cehbrecht/prepare-release-4.6.2_2nd-try
  • 8481191 removed unused import sys in setup.py
  • 802a6a2 Merge pull request #678 from geopython/test-patchfix
  • 46f9bd6 bump version 4.5.2 -> 4.6.0
  • 53b0c81 fix tests (#687)
  • d285c58 Merge pull request #686 from fmigneault/fix-uom
  • 5304dae Merge pull request #684 from gschwind/pr-sanitize-tests
  • 0f6a42b Merge branch 'main' into pr-sanitize-tests
  • a704cd3 Merge pull request #682 from gschwind/pr-mktmpdir-for-test-assync
  • 647d8cf Merge pull request #681 from gschwind/pr-track-database-configuration
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2024
@Zeitsperre Zeitsperre mentioned this pull request May 14, 2024
Bumps [pywps](https://github.com/geopython/pywps) from 4.5.1 to 4.6.0.
- [Release notes](https://github.com/geopython/pywps/releases)
- [Commits](geopython/pywps@4.5.1...4.6.0)

---
updated-dependencies:
- dependency-name: pywps
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pywps-4.6.0 branch from 571d944 to 1cf47f8 Compare May 14, 2024 19:19
Zeitsperre added a commit that referenced this pull request May 15, 2024
## Overview

This PR closes #502 

Changes:

* Added support for Python3.12
* Replaced `bumpversion` with `bump-my-version`
* Moved `flake8` configurations to `.flake8`
* Opened pin on `pywps`
* Adjusted `Makefile` recipes
* Raised version of `sphinx`
* Removed many unused development dependencies
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2024

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.

@dependabot dependabot bot deleted the dependabot/pip/pywps-4.6.0 branch May 15, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants