You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/19 05:09:58 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

dependabot[bot] opened a new pull request, #26339:
URL: https://github.com/apache/beam/pull/26339

   Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst">cachetools's changelog</a>.</em></p>
   <blockquote>
   <h1>v5.3.0 (2023-01-22)</h1>
   <ul>
   <li>Add <code>cache_info()</code> function to <code>@cached</code> decorator.</li>
   </ul>
   <h1>v5.2.1 (2023-01-08)</h1>
   <ul>
   <li>
   <p>Add support for Python 3.11.</p>
   </li>
   <li>
   <p>Correct version information in RTD documentation.</p>
   </li>
   <li>
   <p><code>badges/shields</code>: Change to GitHub workflow badge routes.</p>
   </li>
   </ul>
   <h1>v5.2.0 (2022-05-29)</h1>
   <ul>
   <li>
   <p>Add <code>cachetools.keys.methodkey()</code>.</p>
   </li>
   <li>
   <p>Add <code>cache_clear()</code> function to decorators.</p>
   </li>
   <li>
   <p>Add <code>src</code> directory to <code>sys.path</code> for Sphinx autodoc.</p>
   </li>
   <li>
   <p>Modernize <code>func</code> wrappers.</p>
   </li>
   </ul>
   <h1>v5.1.0 (2022-05-15)</h1>
   <ul>
   <li>Add cache decorator parameters as wrapper function attributes.</li>
   </ul>
   <h1>v5.0.0 (2021-12-21)</h1>
   <ul>
   <li>
   <p>Require Python 3.7 or later (breaking change).</p>
   </li>
   <li>
   <p>Remove deprecated submodules (breaking change).</p>
   <p>The <code>cache</code>, <code>fifo</code>, <code>lfu</code>, <code>lru</code>, <code>mru</code>, <code>rr</code> and
   <code>ttl</code> submodules have been deleted.  Therefore, statements like</p>
   <p><code>from cachetools.ttl import TTLCache</code></p>
   <p>will no longer work. Use</p>
   <p><code>from cachetools import TTLCache</code></p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/tkem/cachetools/commit/8f0b51661f9def22fb623de09648a2b20f73569b"><code>8f0b516</code></a> Release v5.3.0.</li>
   <li><a href="https://github.com/tkem/cachetools/commit/0bad674ec1ff87a671292d889925744f580dacda"><code>0bad674</code></a> Prepare v5.3.0.</li>
   <li><a href="https://github.com/tkem/cachetools/commit/b32936a55e3e598861825cd8e9925893ce374f77"><code>b32936a</code></a> Fix <a href="https://redirect.github.com/tkem/cachetools/issues/131">#131</a>: Add cache_info() docs.</li>
   <li><a href="https://github.com/tkem/cachetools/commit/1e478ef5c4a121404bc85b89083d300952cbdefe"><code>1e478ef</code></a> Fix <a href="https://redirect.github.com/tkem/cachetools/issues/131">#131</a>: Add cache_info() function to <a href="https://github.com/cached"><code>@​cached</code></a> decorator.</li>
   <li><a href="https://github.com/tkem/cachetools/commit/2216fb28b74a91ff1aebeaac45736191f81c48cb"><code>2216fb2</code></a> Merge pull request <a href="https://redirect.github.com/tkem/cachetools/issues/253">#253</a> from mgorny/license_files</li>
   <li><a href="https://github.com/tkem/cachetools/commit/69916d77dabaf357d5757cbfa599ab115db147c4"><code>69916d7</code></a> Replace deprecated license_file in setup.cfg</li>
   <li><a href="https://github.com/tkem/cachetools/commit/2abfc3682bd76019a3a2b09b0e290e385ce11429"><code>2abfc36</code></a> Release v5.2.1.</li>
   <li><a href="https://github.com/tkem/cachetools/commit/32d2fb0c8f6d21317e28f8a228b5a09e421afd76"><code>32d2fb0</code></a> Prepare v5.2.1.</li>
   <li><a href="https://github.com/tkem/cachetools/commit/d483da23e509b27e87c76157b0c5067bf18fdd00"><code>d483da2</code></a> Fix <a href="https://redirect.github.com/tkem/cachetools/issues/252">#252</a>: badges/shields: Change to GitHub workflow badge routes.</li>
   <li><a href="https://github.com/tkem/cachetools/commit/114a85ebc91a100dda55d3a32ad259ccedee75e2"><code>114a85e</code></a> Fix <a href="https://redirect.github.com/tkem/cachetools/issues/251">#251</a>: Correct version information in RTD documentation.</li>
   <li>Additional commits viewable in <a href="https://github.com/tkem/cachetools/compare/v3.1.0...v5.3.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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1533639719

   Run Python_Coverage PreCommit


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] codecov[bot] commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1514155967

   ## [Codecov](https://codecov.io/gh/apache/beam/pull/26339?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#26339](https://codecov.io/gh/apache/beam/pull/26339?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (667b8a7) into [master](https://codecov.io/gh/apache/beam/commit/40a0d58401f3cd5021a56a800491f6085e356b4c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (40a0d58) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #26339   +/-   ##
   =======================================
     Coverage   81.06%   81.06%           
   =======================================
     Files         469      469           
     Lines       67164    67164           
   =======================================
     Hits        54446    54446           
     Misses      12718    12718           
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/beam/pull/26339?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [sdks/python/setup.py](https://codecov.io/gh/apache/beam/pull/26339?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vc2V0dXAucHk=) | `0.00% <ø> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey merged pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey merged PR #26339:
URL: https://github.com/apache/beam/pull/26339


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1523316780

   Reminder, please take a look at this pr: @jrmccluskey 


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] github-actions[bot] commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1514202744

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @jrmccluskey for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1533641309

   Run Python_Integration PreCommit


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1533640399

   Run Python_Examples PreCommit


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1533639330

   Run Python PreCommit


-- 
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: github-unsubscribe@beam.apache.org

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


[GitHub] [beam] jrmccluskey commented on pull request #26339: Update cachetools requirement from <5,>=3.1.0 to >=3.1.0,<6 in /sdks/python

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey commented on PR #26339:
URL: https://github.com/apache/beam/pull/26339#issuecomment-1523489480

   retest this please


-- 
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: github-unsubscribe@beam.apache.org

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