You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2021/12/17 08:44:19 UTC

[GitHub] [tinkerpop] dependabot[bot] opened a new pull request #1527: Update importlib-metadata requirement from <3.0.0 to <5.0.0 in /gremlin-python/src/main/python

dependabot[bot] opened a new pull request #1527:
URL: https://github.com/apache/tinkerpop/pull/1527


   Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/python/importlib_metadata/blob/main/CHANGES.rst">importlib-metadata's changelog</a>.</em></p>
   <blockquote>
   <h1>v4.9.0</h1>
   <ul>
   <li>Require Python 3.7 or later.</li>
   </ul>
   <h1>v4.8.3</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/357">#357</a>: Fixed requirement generation from egg-info when a
   URL requirement is given.</li>
   </ul>
   <h1>v4.8.2</h1>
   <h1>v2.1.2</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/353">#353</a>: Fixed discovery of distributions when path is empty.</li>
   </ul>
   <h1>v4.8.1</h1>
   <ul>
   <li>
   <p><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/348">#348</a>: Restored support for <code>EntryPoint</code> access by item,
   deprecating support in the process. Users are advised
   to use direct member access instead of item-based access::</p>
   <ul>
   <li>ep[0] -&gt; ep.name</li>
   <li>ep[1] -&gt; ep.value</li>
   <li>ep[2] -&gt; ep.group</li>
   <li>ep[:] -&gt; ep.name, ep.value, ep.group</li>
   </ul>
   </li>
   </ul>
   <h1>v4.8.0</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/337">#337</a>: Rewrote <code>EntryPoint</code> as a simple class, still
   immutable and still with the attributes, but without any
   expectation for <code>namedtuple</code> functionality such as
   <code>_asdict</code>.</li>
   </ul>
   <h1>v4.7.1</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/344">#344</a>: Fixed regression in <code>packages_distributions</code> when
   neither top-level.txt nor a files manifest is present.</li>
   </ul>
   <h1>v4.7.0</h1>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/330">#330</a>: In <code>packages_distributions</code>, now infer top-level
   names from <code>.files()</code> when a <code>top-level.txt</code></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/python/importlib_metadata/commit/4abad44e30578066a24483ff118b8f29f7832a86"><code>4abad44</code></a> Update changelog reflecting new Python requirement.</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/20431540fcbddfffc943d3474e53f707ba77be86"><code>2043154</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li>
   <li><a href="https://github.com/python/importlib_metadata/commit/d9039b052cede666a5a74483fa2ad0cb85d342ae"><code>d9039b0</code></a> Update compatibility matrix to include Python 3.11.</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/134ed7f82f46b6b25c9710a7d5ab595d6712a7a3"><code>134ed7f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/358">#358</a> from hauntsaninja/fixurl</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/d89006754b6136637b576830ba7937d2a6d2d521"><code>d890067</code></a> Update changelog.</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/d8aaa72f66fc10731c387b6a3c702fdc804203a9"><code>d8aaa72</code></a> Only implement the extra space where it's required, fitting the spec more min...</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/3b46c6649349b2039443c95b5346e9b0a834e1f9"><code>3b46c66</code></a> And test it</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/ca287f630dc19d22f4b370b2b8867f18818f8f59"><code>ca287f6</code></a> Fix requirement produced for git URL in extra</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/fef1016fe2b8da878af54674fab193f239809a8e"><code>fef1016</code></a> 🧎‍♀️ Genuflect to the types.</li>
   <li><a href="https://github.com/python/importlib_metadata/commit/e2f3e50bb7e1320ab19a92d2b337f864b607df31"><code>e2f3e50</code></a> Change nothing and watch it fail. Ref <a href="https://github-redirect.dependabot.com/python/importlib_metadata/issues/359">#359</a>.</li>
   <li>Additional commits viewable in <a href="https://github.com/python/importlib_metadata/compare/0.1...v4.9.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tinkerpop] spmallette closed pull request #1527: Update importlib-metadata requirement from <3.0.0 to <5.0.0 in /gremlin-python/src/main/python

Posted by GitBox <gi...@apache.org>.
spmallette closed pull request #1527:
URL: https://github.com/apache/tinkerpop/pull/1527


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tinkerpop] spmallette commented on pull request #1527: Update importlib-metadata requirement from <3.0.0 to <5.0.0 in /gremlin-python/src/main/python

Posted by GitBox <gi...@apache.org>.
spmallette commented on pull request #1527:
URL: https://github.com/apache/tinkerpop/pull/1527#issuecomment-997177347


   merged to master on 86343f2614387d7209a073610503fc8b135f2b16


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tinkerpop] dependabot[bot] commented on pull request #1527: Update importlib-metadata requirement from <3.0.0 to <5.0.0 in /gremlin-python/src/main/python

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1527:
URL: https://github.com/apache/tinkerpop/pull/1527#issuecomment-997177352


   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](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tinkerpop] dependabot[bot] commented on pull request #1527: Update importlib-metadata requirement from <3.0.0 to <5.0.0 in /gremlin-python/src/main/python

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #1527:
URL: https://github.com/apache/tinkerpop/pull/1527#issuecomment-996537898


   The following labels could not be found: `python`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org