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 pooch from 1.5.2 to 1.6.0 #330

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps pooch from 1.5.2 to 1.6.0.

Release notes

Sourced from pooch's releases.

v1.6.0

Released on: 2022/01/24

doi: 10.5281/zenodo.5793074

Important:

  • This is the last release with support for Python 3.6. The next major/minor release of Pooch will require Python >= 3.7.
  • Pooch now specifies version bounds for our required dependencies and a plan for dropping support for older versions. Please revise it if you depend on Pooch.

Enhancements:

  • Add option to disable updates on hash mismatch (#291 and #292)
  • Allow enabling progress bars with an argument in Pooch.fetch and retrieve (#277)

Documentation:

Maintenance:

  • Replace Google Analytics for Plausible to make our docs more privacy-friendly (#293)
  • Use Dependente to capture dependencies on CI (#289)
  • Use build instead of setup.py (#287)
  • Run the tests weekly on GitHub Actions (#286)
  • Set minimum required version of dependencies (#280)
  • Rename "master" to "main" throughout the project (#278)
  • Remove trailing slash from GitHub handle in AUTHORS.md (#279)

This release contains contributions from:

  • Santiago Soler
  • Genevieve Buckley
  • Ryan Abernathey
  • Ryan May
  • Leonardo Uieda
Changelog

Sourced from pooch's changelog.

Version 1.6.0

Released on: 2022/01/24

doi:10.5281/zenodo.5793074 <https://doi.org/10.5281/zenodo.5793074>__

.. warning::

**Pooch v1.6.0 is the last release that is compatible with Python 3.6.**

Important notes:

  • Pooch now specifies version bounds for our required dependencies and a plan for dropping support for older versions. Please revise it if you depend on Pooch.

Enhancements:

  • Add option to disable updates on hash mismatch ([#291](https://github.com/fatiando/pooch/issues/291) <https://github.com/fatiando/pooch/pull/291>__ and [#292](https://github.com/fatiando/pooch/issues/292) <https://github.com/fatiando/pooch/pull/292>__)
  • Allow enabling progress bars with an argument in Pooch.fetch and retrieve ([#277](https://github.com/fatiando/pooch/issues/277) <https://github.com/fatiando/pooch/pull/277>__)

Documentation:

  • Use real data URLs in the README example code ([#295](https://github.com/fatiando/pooch/issues/295) <https://github.com/fatiando/pooch/pull/295>__)
  • Tell users to import from the top-level namespace ([#288](https://github.com/fatiando/pooch/issues/288) <https://github.com/fatiando/pooch/pull/288>__)
  • Update the contact link to fatiando.org/contact <https://www.fatiando.org/contact/>__ ([#282](https://github.com/fatiando/pooch/issues/282) <https://github.com/fatiando/pooch/pull/282>__)
  • Refer the community guides to fatiando/community <https://github.com/fatiando/community>__ ([#281](https://github.com/fatiando/pooch/issues/281) <https://github.com/fatiando/pooch/pull/281>__)
  • Mention in docs that figshare collections aren't supported ([#275](https://github.com/fatiando/pooch/issues/275) <https://github.com/fatiando/pooch/pull/275>__)

Maintenance:

  • Replace Google Analytics for Plausible <https://plausible.io>__ to make our docs more privacy-friendly ([#293](https://github.com/fatiando/pooch/issues/293) <https://github.com/fatiando/pooch/pull/293>__)
  • Use Dependente <https://github.com/fatiando/dependente>__ to capture dependencies on CI ([#289](https://github.com/fatiando/pooch/issues/289) <https://github.com/fatiando/pooch/pull/289>__)
  • Use build instead of setup.py ([#287](https://github.com/fatiando/pooch/issues/287) <https://github.com/fatiando/pooch/pull/287>__)
  • Run the tests weekly on GitHub Actions ([#286](https://github.com/fatiando/pooch/issues/286) <https://github.com/fatiando/pooch/pull/286>__)
  • Set minimum required version of dependencies ([#280](https://github.com/fatiando/pooch/issues/280) <https://github.com/fatiando/pooch/pull/280>__)
  • Rename "master" to "main" throughout the project ([#278](https://github.com/fatiando/pooch/issues/278) <https://github.com/fatiando/pooch/pull/278>__)
  • Remove trailing slash from GitHub handle in AUTHORS.md ([#279](https://github.com/fatiando/pooch/issues/279) <https://github.com/fatiando/pooch/pull/279>__)

This release contains contributions from:

  • Santiago Soler
  • Genevieve Buckley
  • Ryan Abernathey
  • Ryan May
  • Leonardo Uieda
Commits
  • 6cf0208 Changelog entry for v1.6.0 (#297)
  • 24bb87e Update user name for Luke Gregor in AUTHORS.md (#298)
  • 408532a Replace Verde, Harmonica, RockHound with Ensaio (#296)
  • 59714f3 Use real data URLs in the README example code (#295)
  • d211e43 Replace Google Analytics for Plausible (#293)
  • 2f09c6a Pass allow_updates from create to Pooch (#292)
  • dd7f890 Add option to disable updates on hash mismatch (#291)
  • 52240b9 Use Dependente to capture dependencies on CI (#289)
  • 4591852 Tell users to import from the top-level namespace (#288)
  • 5db6ef6 Use "build" instead of setup.py (#287)
  • 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 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)

Bumps [pooch](https://github.com/fatiando/pooch) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/fatiando/pooch/releases)
- [Changelog](https://github.com/fatiando/pooch/blob/main/doc/changes.rst)
- [Commits](fatiando/pooch@v1.5.2...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 24, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #330 (edade3e) into master (9ce70df) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #330   +/-   ##
=======================================
  Coverage   96.93%   96.93%           
=======================================
  Files           9        9           
  Lines         784      784           
  Branches      204      204           
=======================================
  Hits          760      760           
  Misses         11       11           
  Partials       13       13           

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 9ce70df...edade3e. Read the comment docs.

@SarthakJariwala SarthakJariwala merged commit b07897b into master Jan 27, 2022
@dependabot dependabot bot deleted the dependabot/pip/pooch-1.6.0 branch January 27, 2022 05:21
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.

2 participants