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 geopy from 2.3.0 to 2.4.0 #58

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Bump geopy from 2.3.0 to 2.4.0 #58

merged 1 commit into from
Sep 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps geopy from 2.3.0 to 2.4.0.

Release notes

Sourced from geopy's releases.

2.4.0

New Features

  • New geocoder: .Woosmap. Contributed by galela. (#541)
  • New geocoder: .Geokeo. Contributed by Geokeo. (#490)

Breaking Changes

  • Removed Algolia Places geocoder: the service is shut down. Contributed by mtmail. (#547)

Packaging Changes

  • Add support for Python 3.12. (#559)
  • Update maintainer email.
  • GitHub releases are now signed with GPG. (#550)
  • tests: switch from httpbin.org to httpbingo.org. (#551)
  • tests: use tox allowlist_externals instead of whitelist_externals. Contributed by galela. (#540)

Bugfixes

  • RequestsAdapter: use system CA store by default instead of certifi. (#558)
  • .DataBC: update service domain and endpoint. Contributed by nickpcrogers. (#557)

Code Improvements

  • Move hardcoded domains to __init__ args for all geocoders.
Changelog

Sourced from geopy's changelog.

2.4.0

2023-08-27

New Features


- New geocoder: :class:`.Woosmap`.
  Contributed by galela. (:issue:`541`)
- New geocoder: :class:`.Geokeo`.
  Contributed by Geokeo. (:issue:`490`)

Breaking Changes

  • Removed Algolia Places geocoder: the service is shut down. Contributed by mtmail. (:issue:547)

Packaging Changes


- Add support for Python 3.12. (:issue:`559`)
- Update maintainer email.
- GitHub releases are now signed with GPG. (:issue:`550`)
- tests: switch from httpbin.org to httpbingo.org. (:issue:`551`)
- tests: use tox ``allowlist_externals`` instead of ``whitelist_externals``.
  Contributed by galela. (:issue:`540`)

Bugfixes


- RequestsAdapter: use system CA store by default instead of ``certifi``.
  (:issue:`558`)
- :class:`.DataBC`: update service domain and endpoint.
  Contributed by nickpcrogers. (:issue:`557`)

Code Improvements
</code></pre>
<ul>
<li>Move hardcoded domains to <code>init</code> args for all geocoders.</li>
</ul>
<p>.. _v2-3-0:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/geopy/geopy/commit/a3175d7cd6f05e223e60642237bfe297dd88c4a5&quot;&gt;&lt;code&gt;a3175d7&lt;/code&gt;&lt;/a> 2.4.0</li>
<li><a href="https://github.com/geopy/geopy/commit/881462600ffa58dc03b973b7d98e03cdea09b951&quot;&gt;&lt;code&gt;8814626&lt;/code&gt;&lt;/a> Readthedocs: disable deprecated system_packages option</li>
<li><a href="https://github.com/geopy/geopy/commit/e2423e76643df687ae629599531717717f7fc34c&quot;&gt;&lt;code&gt;e2423e7&lt;/code&gt;&lt;/a> Update changelog</li>
<li><a href="https://github.com/geopy/geopy/commit/528ad2112ff139d93718e4f7ecb2602d7465cc23&quot;&gt;&lt;code&gt;528ad21&lt;/code&gt;&lt;/a> Pull up AUTHORS</li>
<li><a href="https://github.com/geopy/geopy/commit/6a6dfff328d374ae6cc0aac68ebfd965ae334b73&quot;&gt;&lt;code&gt;6a6dfff&lt;/code&gt;&lt;/a> Geokeo: add tests, fix ignored api key</li>
<li><a href="https://github.com/geopy/geopy/commit/197c69afaf0ad7fc3aef550525d002d7381d258f&quot;&gt;&lt;code&gt;197c69a&lt;/code&gt;&lt;/a> Woosmap: rename cc_format -&gt; country_code_format</li>
<li><a href="https://github.com/geopy/geopy/commit/176f85c454026cc137033b599df6e75bb4514aef&quot;&gt;&lt;code&gt;176f85c&lt;/code&gt;&lt;/a> Addition of Geocoder Geokeo (<a href="https://redirect.github.com/geopy/geopy/issues/490&quot;&gt;#490&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/geopy/geopy/commit/c26ed7b7d0ead5ca7d831ca2c577d992d666a9e8&quot;&gt;&lt;code&gt;c26ed7b&lt;/code&gt;&lt;/a> Add Python 3.12 support (<a href="https://redirect.github.com/geopy/geopy/issues/559&quot;&gt;#559&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/geopy/geopy/commit/c128f84d1cdf486547df75d69417205dd2bc4e7a&quot;&gt;&lt;code&gt;c128f84&lt;/code&gt;&lt;/a> Add Woosmap Geocoder (Woosmap Address API) (<a href="https://redirect.github.com/geopy/geopy/issues/541&quot;&gt;#541&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/geopy/geopy/commit/78b987cb01f03b6116db6cb467bfc27fb8537a69&quot;&gt;&lt;code&gt;78b987c&lt;/code&gt;&lt;/a> Remove Algolia Places geocoder - service is shut down (<a href="https://redirect.github.com/geopy/geopy/issues/547&quot;&gt;#547&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/geopy/geopy/compare/2.3.0...2.4.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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)

Bumps [geopy](https://github.com/geopy/geopy) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/geopy/geopy/releases)
- [Changelog](https://github.com/geopy/geopy/blob/master/docs/changelog_2xx.rst)
- [Commits](geopy/geopy@2.3.0...2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
@joro75 joro75 merged commit 18dc3ad into main Sep 24, 2023
1 check passed
@joro75 joro75 deleted the dependabot/pip/geopy-2.4.0 branch September 24, 2023 19:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant