Re-org of README, to put the most insteresting parts near the top.
Added Linux makefile targets and Windows powershell scripts to
automate bootstrapping a development environment, and automate the
process of testing wheels before they are uploaded to PyPI.
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 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 [colorama](https://github.com/tartley/colorama) from 0.4.3 to 0.4.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tartley/colorama/blob/master/CHANGELOG.rst">colorama's changelog</a>.</em></p>
<blockquote>
<p>0.4.4 Current release</p>
<ul>
<li>Re-org of README, to put the most insteresting parts near the top.</li>
<li>Added Linux makefile targets and Windows powershell scripts to
automate bootstrapping a development environment, and automate the
process of testing wheels before they are uploaded to PyPI.</li>
<li>Use stdlib unittest.mock where available</li>
<li>Travis CI now also builds on arm64</li>
<li>Demo06 demonstrates existing cursor positioning feature</li>
<li>Fix OSC regex & handling to prevent hang or crash</li>
<li>Document enterprise support by Tidelift</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tartley/colorama/commit/6e5fef2d29bbbcf5485bb320972dbb6813b6705b"><code>6e5fef2</code></a> Automate release workflow on Windows too.</li>
<li><a href="https://github.com/tartley/colorama/commit/f14fc0b76e25f1a0c8332d3cc384daac3f63a865"><code>f14fc0b</code></a> fix hashbang</li>
<li><a href="https://github.com/tartley/colorama/commit/d7134a73f2ceabdb3db81740243738ce53b4314d"><code>d7134a7</code></a> Add test-release script & makefile target</li>
<li><a href="https://github.com/tartley/colorama/commit/fa9462715a97bec1e59ab75157c28c3bf9ee96a8"><code>fa94627</code></a> Merge branch 'readme-tweaks'</li>
<li><a href="https://github.com/tartley/colorama/commit/a44821e94cc6d2478eaa4604b1fc112b6362eb56"><code>a44821e</code></a> Tweak README 'development' section</li>
<li><a href="https://github.com/tartley/colorama/commit/b7d722ce6533526882f7b19ebebd99a524b6b78e"><code>b7d722c</code></a> Merge branch 'readme-tweaks'</li>
<li><a href="https://github.com/tartley/colorama/commit/00ffc129bb4b3eccf6714b3a2f718f1476aad3bb"><code>00ffc12</code></a> Fix rendering of one ANSI sequence</li>
<li><a href="https://github.com/tartley/colorama/commit/999758ad0ca4ee430708cf9065f9410a31749251"><code>999758a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tartley/colorama/issues/275">#275</a> from tartley/readme-tweaks</li>
<li><a href="https://github.com/tartley/colorama/commit/b26ec0b9514216382aebae265ce49e76cf536855"><code>b26ec0b</code></a> Readme tweaks</li>
<li><a href="https://github.com/tartley/colorama/commit/781648e2e8ced5df3376661de4f4ade50ee7b852"><code>781648e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/tartley/colorama/issues/274">#274</a> from tartley/donate-link</li>
<li>Additional commits viewable in <a href="https://github.com/tartley/colorama/compare/0.4.3...0.4.4">compare view</a></li>
</ul>
</details>
<br />
[](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)
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps colorama from 0.4.3 to 0.4.4.
Changelog
Sourced from colorama's changelog.
Commits
6e5fef2Automate release workflow on Windows too.f14fc0bfix hashbangd7134a7Add test-release script & makefile targetfa94627Merge branch 'readme-tweaks'a44821eTweak README 'development' sectionb7d722cMerge branch 'readme-tweaks'00ffc12Fix rendering of one ANSI sequence999758aMerge pull request #275 from tartley/readme-tweaksb26ec0bReadme tweaks781648eMerge pull request #274 from tartley/donate-linkDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot rebase