You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/17 02:46:21 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #25027: Bump future from 0.18.2 to 0.18.3 in /sdks/python/container/py38

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

   Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/PythonCharmers/python-future/releases">future's releases</a>.</em></p>
   <blockquote>
   <h2>v0.18.3</h2>
   <p>This is a minor bug-fix release containing a number of fixes:</p>
   <ul>
   <li>Backport fix for bpo-38804 (c91d70b)</li>
   <li>Fix bug in fix_print.py fixer (dffc579)</li>
   <li>Fix bug in fix_raise.py fixer (3401099)</li>
   <li>Fix newint bool in py3 (fe645ba)</li>
   <li>Fix bug in super() with metaclasses (6e27aac)</li>
   <li>docs: fix simple typo, reqest -&gt; request (974eb1f)</li>
   <li>Correct <strong>eq</strong> (c780bf5)</li>
   <li>Pass if lint fails (2abe00d)</li>
   <li>Update docker image and parcel out to constant variable.  Add comment to update version constant (45cf382)</li>
   <li>fix order (f96a219)</li>
   <li>Add flake8 to image (046ff18)</li>
   <li>Make lint.sh executable (58cc984)</li>
   <li>Add docker push to optimize CI (01e8440)</li>
   <li>Build System (42b3025)</li>
   <li>Add docs build status badge to README.md (3f40bd7)</li>
   <li>Use same docs requirements in tox (18ecc5a)</li>
   <li>Add docs/requirements.txt (5f9893f)</li>
   <li>Add PY37_PLUS, PY38_PLUS, and PY39_PLUS (bee0247)</li>
   <li>fix 2.6 test, better comment (ddedcb9)</li>
   <li>fix 2.6 test (3f1ff7e)</li>
   <li>remove nan test (4dbded1)</li>
   <li>include list test values (e3f1a12)</li>
   <li>fix other python2 test issues (c051026)</li>
   <li>fix missing subTest (f006cad)</li>
   <li>import from old imp library on older python versions (fc84fa8)</li>
   <li>replace fstrings with format for python 3.4,3.5 (4a687ea)</li>
   <li>minor style/spelling fixes (8302d8c)</li>
   <li>improve cmp function, add unittest (0d95a40)</li>
   <li>Pin typing==3.7.4.1 for Python 3.3 compatiblity (1a48f1b)</li>
   <li>Fix various py26 unit test failures (9ca5a14)</li>
   <li>Add initial contributing guide with docs build instruction (e55f915)</li>
   <li>Add docs building to tox.ini (3ee9e7f)</li>
   <li>Support NumPy's specialized int types in builtins.round (b4b54f0)</li>
   <li>Added r&quot;&quot;&quot; to the docstring to avoid warnings in python3 (5f94572)</li>
   <li>Add <strong>subclasscheck</strong> for past.types.basestring (c9bc0ff)</li>
   <li>Correct example in README (681e78c)</li>
   <li>Add simple documentation (6c6e3ae)</li>
   <li>Add pre-commit hooks (a9c6a37)</li>
   <li>Handling of <strong>next</strong> and next by future.utils.get_next was reversed (52b0ff9)</li>
   <li>Add a test for our fix (461d77e)</li>
   <li>Compare headers to correct definition of str (3eaa8fd)</li>
   <li><a href="https://github-redirect.dependabot.com/PythonCharmers/python-future/issues/322">#322</a> Add support for negative ndigits in round; additionally, fixing a bug so that it handles passing in Decimal properly (a4911b9)</li>
   <li>Add tkFileDialog to future.movers.tkinter (f6a6549)</li>
   <li>Sort before comparing dicts in TestChainMap (6126997)</li>
   <li>Fix typo (4dfa099)</li>
   <li>Fix formatting in &quot;What's new&quot; (1663dfa)</li>
   <li>Fix typo (4236061)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/af1db970b0879b59e7aeb798c27a623144561cff"><code>af1db97</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/PythonCharmers/python-future/issues/613">#613</a> from PythonCharmers/lwan/0.18.3-release</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/079ee9b75441d36447cec9981fa1b0032862f64d"><code>079ee9b</code></a> Prepare for 0.18.3 release</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/02f7a8143d5b68f50a1cca44d8f5a58c1925a515"><code>02f7a81</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/PythonCharmers/python-future/issues/610">#610</a> from wshanks/wshanks-patch-1</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/c91d70b34ef0402aef3e9d04364ba98509dca76f"><code>c91d70b</code></a> Backport fix for bpo-38804</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/80523f383fbba1c6de0551e19d0277e73e69573c"><code>80523f3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/PythonCharmers/python-future/issues/569">#569</a> from jmadler/master</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/5e5af71549c7a7fa0e28f881046e081e231e455d"><code>5e5af71</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/PythonCharmers/python-future/issues/582">#582</a> from r3m0t/patch-6</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/17e4bbd7c676a9a8efd20601e51675c95f74b330"><code>17e4bbd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/PythonCharmers/python-future/issues/596">#596</a> from abjonnes/fix-print-trailing-comma</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/1b427ba70191927706282840835e31ae0733ee7e"><code>1b427ba</code></a> Merge branch 'xZise-official-count' into master</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/c8eb497336c76d300c6753b47c7f5de505660d7a"><code>c8eb497</code></a> Merge branch 'official-count' of <a href="https://github.com/xZise/python-future">https://github.com/xZise/python-future</a> into ...</li>
   <li><a href="https://github.com/PythonCharmers/python-future/commit/dffc579dbb7c882fc01fa0c0dfa6b59acef7827d"><code>dffc579</code></a> Fix bug in fix_print.py fixer</li>
   <li>Additional commits viewable in <a href="https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=future&package-manager=pip&previous-version=0.18.2&new-version=0.18.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/beam/network/alerts).
   
   </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] github-actions[bot] commented on pull request #25027: Bump future from 0.18.2 to 0.18.3 in /sdks/python/container/py38

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #25027:
URL: https://github.com/apache/beam/pull/25027#issuecomment-1384795226

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @pabloem 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] codecov[bot] commented on pull request #25027: Bump future from 0.18.2 to 0.18.3 in /sdks/python/container/py38

Posted by GitBox <gi...@apache.org>.
codecov[bot] commented on PR #25027:
URL: https://github.com/apache/beam/pull/25027#issuecomment-1384779317

   # [Codecov](https://codecov.io/gh/apache/beam/pull/25027?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 [#25027](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6614fda) into [master](https://codecov.io/gh/apache/beam/commit/9f7c55f40d3d5bba8b5d1a428f6ff42ef8082bbf?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (9f7c55f) will **decrease** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #25027      +/-   ##
   ==========================================
   - Coverage   73.13%   73.13%   -0.01%     
   ==========================================
     Files         735      735              
     Lines       98147    98147              
   ==========================================
   - Hits        71778    71777       -1     
   - Misses      25006    25007       +1     
     Partials     1363     1363              
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `82.68% <ø> (-0.01%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/beam/pull/25027?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/apache\_beam/internal/metrics/metric.py](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW50ZXJuYWwvbWV0cmljcy9tZXRyaWMucHk=) | `93.00% <0.00%> (-1.00%)` | :arrow_down: |
   | [...hon/apache\_beam/runners/worker/bundle\_processor.py](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvYnVuZGxlX3Byb2Nlc3Nvci5weQ==) | `93.17% <0.00%> (-0.50%)` | :arrow_down: |
   | [...ks/python/apache\_beam/runners/worker/sdk\_worker.py](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvc2RrX3dvcmtlci5weQ==) | `89.08% <0.00%> (-0.17%)` | :arrow_down: |
   | [sdks/python/apache\_beam/transforms/util.py](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHJhbnNmb3Jtcy91dGlsLnB5) | `96.24% <0.00%> (-0.16%)` | :arrow_down: |
   | [sdks/python/apache\_beam/transforms/combiners.py](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdHJhbnNmb3Jtcy9jb21iaW5lcnMucHk=) | `93.43% <0.00%> (+0.38%)` | :arrow_up: |
   | [sdks/python/apache\_beam/io/source\_test\_utils.py](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vc291cmNlX3Rlc3RfdXRpbHMucHk=) | `89.86% <0.00%> (+1.38%)` | :arrow_up: |
   | [sdks/python/apache\_beam/utils/interactive\_utils.py](https://codecov.io/gh/apache/beam/pull/25027?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdXRpbHMvaW50ZXJhY3RpdmVfdXRpbHMucHk=) | `97.56% <0.00%> (+2.43%)` | :arrow_up: |
   
   :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] dependabot[bot] closed pull request #25027: Bump future from 0.18.2 to 0.18.3 in /sdks/python/container/py38

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #25027: Bump future from 0.18.2 to 0.18.3 in /sdks/python/container/py38
URL: https://github.com/apache/beam/pull/25027


-- 
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] dependabot[bot] commented on pull request #25027: Bump future from 0.18.2 to 0.18.3 in /sdks/python/container/py38

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #25027:
URL: https://github.com/apache/beam/pull/25027#issuecomment-1387208090

   Looks like future is up-to-date now, so this is no longer needed.


-- 
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