pull_requests: 643149273
This data as json
id | node_id | number | state | locked | title | user | body | created_at | updated_at | closed_at | merged_at | merge_commit_sha | assignee | milestone | draft | head | base | author_association | repo | url | merged_by | auto_merge |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
643149273 | MDExOlB1bGxSZXF1ZXN0NjQzMTQ5Mjcz | 1323 | closed | 0 | Update click requirement from ~=7.1.1 to >=7.1.1,<8.1.0 | 49699333 | Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/releases">click's releases</a>.</em></p> <blockquote> <h2>8.0.0</h2> <p>New major versions of all the core Pallets libraries, including Click 8.0, have been released! :tada:</p> <ul> <li>Read the announcement on our blog: <a href="https://palletsprojects.com/blog/flask-2-0-released/">https://palletsprojects.com/blog/flask-2-0-released/</a></li> <li>Read the full list of changes: <a href="https://click.palletsprojects.com/changes/#version-8-0-0">https://click.palletsprojects.com/changes/#version-8-0-0</a></li> <li>Retweet the announcement on Twitter: <a href="https://twitter.com/PalletsTeam/status/1392266507296514048">https://twitter.com/PalletsTeam/status/1392266507296514048</a></li> <li>Follow our blog, Twitter, or GitHub to see future announcements.</li> </ul> <p>This represents a significant amount of work, and there are quite a few changes. Be sure to carefully read the changelog, and use tools such as pip-compile and Dependabot to pin your dependencies and control your updates.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/click/blob/main/CHANGES.rst">click's changelog</a>.</em></p> <blockquote> <h2>Version 8.0.0</h2> <p>Released 2021-05-11</p> <ul> <li>Drop support for Python 2 and 3.5.</li> <li>Colorama is always installed on Windows in order to provide style and color support. :pr:<code>1784</code></li> <li>Adds a repr to Command, showing the command name for friendlier debugging. :issue:<code>1267</code>, :pr:<code>1295</code></li> <li>Add support for distinguishing the source of a command line parameter. :issue:<code>1264</code>, :pr:<code>1329</code></li> <li>Add an optional parameter to <code>ProgressBar.update</code> to set the <code>current_item</code>. :issue:<code>1226</code>, :pr:<code>1332</code></li> <li><code>version_option</code> uses <code>importlib.metadata</code> (or the <code>importlib_metadata</code> backport) instead of <code>pkg_resources</code>. :issue:<code>1582</code></li> <li>If validation fails for a prompt with <code>hide_input=True</code>, the value is not shown in the error message. :issue:<code>1460</code></li> <li>An <code>IntRange</code> or <code>FloatRange</code> option shows the accepted range in its help text. :issue:<code>1525</code>, :pr:<code>1303</code></li> <li><code>IntRange</code> and <code>FloatRange</code> bounds can be open (<code><</code>) instead of closed (<code><=</code>) by setting <code>min_open</code> and <code>max_open</code>. Error messages have changed to reflect this. :issue:<code>1100</code></li> <li>An option defined with duplicate flag names (<code>"--foo/--foo"</code>) raises a <code>ValueError</code>. :issue:<code>1465</code></li> <li><code>echo()</code> will not fail when using pytest's <code>capsys</code> fixture on Windows. :issue:<code>1590</code></li> <li>Resolving commands returns the canonical command name instead of the matched name. This makes behavior such as help text and <code>Context.invoked_subcommand</code> consistent when using patterns like <code>AliasedGroup</code>. :issue:<code>1422</code></li> <li>The <code>BOOL</code> type accepts the values "on" and "off". :issue:<code>1629</code></li> <li>A <code>Group</code> with <code>invoke_without_command=True</code> will always invoke its result callback. :issue:<code>1178</code></li> <li><code>nargs == -1</code> and <code>nargs > 1</code> is parsed and validated for values from environment variables and defaults. :issue:<code>729</code></li> <li>Detect the program name when executing a module or package with <code>python -m name</code>. :issue:<code>1603</code></li> <li>Include required parent arguments in help synopsis of subcommands. :issue:<code>1475</code></li> <li>Help for boolean flags with <code>show_default=True</code> shows the flag name instead of <code>True</code> or <code>False</code>. :issue:<code>1538</code></li> <li>Non-string objects passed to <code>style()</code> and <code>secho()</code> will be converted to string. :pr:<code>1146</code></li> <li><code>edit(require_save=True)</code> will detect saves for editors that exit very fast on filesystems with 1 second resolution. :pr:<code>1050</code></li> <li>New class attributes make it easier to use custom core objects throughout an entire application. :pr:<code>938</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/click/commit/9da166957f5848b641231d485467f6140bca2bc0"><code>9da1669</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/1877">#1877</a> from pallets/release-8.0.0</li> <li><a href="https://github.com/pallets/click/commit/dfa63691631e733712d8a7d706e154f3d7b7cd5d"><code>dfa6369</code></a> release version 8.0.0</li> <li><a href="https://github.com/pallets/click/commit/b862cb17cb99e748bf0160583d00874aaabe2f04"><code>b862cb1</code></a> update requirements</li> <li><a href="https://github.com/pallets/click/commit/f51584cf506bec6624435b408ce3cf2f7a10baf6"><code>f51584c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/1876">#1876</a> from pallets/pre-commit-ci-schedule</li> <li><a href="https://github.com/pallets/click/commit/804c71c4dbf22cb5fa5bda6c2a5fb902b790f229"><code>804c71c</code></a> update pre-commit monthly</li> <li><a href="https://github.com/pallets/click/commit/ac655f8ac8a13cd45ce96bdc296bd857654088f0"><code>ac655f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/1872">#1872</a> from janLuke/fix/formatter_write_text</li> <li><a href="https://github.com/pallets/click/commit/dcd991d986d43c4f12cc838c4008dfafc015c21d"><code>dcd991d</code></a> HelpFormatter.write_text uses full width</li> <li><a href="https://github.com/pallets/click/commit/5215fc1030ed911c0c67b18e2fcad95fc173dd0e"><code>5215fc1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/1870">#1870</a> from AdrienPensart/allow_colors_in_metavar</li> <li><a href="https://github.com/pallets/click/commit/e3e1691620c4791e662e4d8846b18295c1a018a2"><code>e3e1691</code></a> repr is erasing ANSI escapes codes</li> <li><a href="https://github.com/pallets/click/commit/482e6e6ae7e4da1712c16baf28c2cb239ee35b8a"><code>482e6e6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pallets/click/issues/1875">#1875</a> from pallets/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/pallets/click/compare/7.1.1...8.0.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 </details> | 2021-05-12T13:08:56Z | 2021-05-22T23:54:48Z | 2021-05-22T23:54:48Z | 2021-05-22T23:54:48Z | 5c3b3ef97eed55895cf48d4a9ee0635c1c4d03b8 | 0 | cd695020e4fdfe31d3417d91911c9bdbce9a2f2e | 9b3b7e280ca718254b4ca15d40864297146a85b3 | CONTRIBUTOR | 107914493 | https://github.com/simonw/datasette/pull/1323 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests