python-docs-pt-br
python-docs-pt-br copied to clipboard
pip: bump the all-pip-packages group across 1 directory with 7 updates
Bumps the all-pip-packages group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| alabaster | 0.7.16 |
1.0.0 |
| regex | 2024.5.15 |
2024.7.24 |
| sphinxcontrib-applehelp | 1.0.8 |
2.0.0 |
| sphinxcontrib-devhelp | 1.0.6 |
2.0.0 |
| sphinxcontrib-htmlhelp | 2.0.5 |
2.1.0 |
| sphinxcontrib-qthelp | 1.0.7 |
2.0.0 |
| sphinxcontrib-serializinghtml | 1.1.10 |
2.0.0 |
Updates alabaster from 0.7.16 to 1.0.0
Release notes
Sourced from alabaster's releases.
Alabaster 1.0.0
Changelog: https://alabaster.readthedocs.io/en/latest/changelog.html
Changelog
Sourced from alabaster's changelog.
:git_tag:
1.0.0-- 2024-07-26
- Dropped support for Python 3.9 and earlier.
- Dropped support for Sphinx 6.1 and earlier.
- Use a new SVG image for the GitHub banner.
- :feature:
217Use the new searchfield component for the search box. Patch by Tim Hoffmann.- :feature:
104Allow translating strings inrelations.html.- :bug:
125Do not underline linked images. Patch by Joshua Bronson.- :bug:
169Do not ignore the Pygments background colour. Patch by Matthias Geier.- :bug:
174Fix clipping caused by incorrect CSS breakpoints.
Commits
fba58a4Bump to 1.0.07d5c318Update project maintainersd25c4bcListbasic.cssintheme.conf(#219)97235d1Fix incorrect breakpoints that cause clipping around 875px (#174)5bb4411Remove explicit width for search field input (#218)9fdb57cUpdate references tosearchboxa35a1dfDon't ignore the Pygments background (#169)17e55e5Fix for "Don't put an underline on linked images" (#125)73be878Allow translations for strings inrelations.html(#104)eb522b8Use searchfield instead of searchbox component in sidebar (#217)- Additional commits viewable in compare view
Updates regex from 2024.5.15 to 2024.7.24
Changelog
Sourced from regex's changelog.
Version: 2024.7.24
Git issue 539: Bug: Partial matching fails on a simple exampleVersion: 2024.6.22
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementationVersion: 2024.5.15
Git issue 530: hangs with fuzzy and optionalsIt's not hanging, it'll finish eventually. It's just an example of catastrophic backtracking.
The error printed when Ctrl+C is pressed does show a bug, though, which is now fixed.
Version: 2024.5.10
Updated for Python 3.13.<time.h> now needs to be included explicitly because Python.h no longer includes it.
Version: 2024.4.28
Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapesVersion: 2024.4.16
Git issue 525: segfault when fuzzy matching empty listVersion: 2023.12.25
Cannot get release notification action in main.yml to work. Commenting it out for now.Version: 2023.12.24
Fixed invalid main.yml.Version: 2023.12.23
The escape function no longer escapes \x00. It's not necessary.Inline flags can now be turned off and apply to what follows.
Added \R to match line endings.
Version: 2023.10.3
Updated to Unicode 15.1.0.
... (truncated)
Commits
e8a8d28Git issue 539: Bug: Partial matching fails on a simple example6d086ffGit issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new ...- See full diff in compare view
Updates sphinxcontrib-applehelp from 1.0.8 to 2.0.0
Release notes
Sourced from sphinxcontrib-applehelp's releases.
sphinxcontrib-applehelp 2.0.0
Changelog: https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst
Changelog
Sourced from sphinxcontrib-applehelp's changelog.
Release 2.0.0 (2024-07-28)
- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
Commits
f4f9d90Bump to 2.0.0a3e76fcUpdate CHANGES links2292a12Rename LICENSE to LICENCE.rste9efbd4Rename CHANGES to CHANGES.rst0544c40Run CI with Python 3.12 releases4e9b505Run mypy without command-line options5f01d27Use the latest GitHub actions versions5b53500Enable GitHub's dependabot package update serviced51bb2bAdopt Ruff and use stricter MyPy settingsfbc12daUpdate .gitignore- Additional commits viewable in compare view
Updates sphinxcontrib-devhelp from 1.0.6 to 2.0.0
Release notes
Sourced from sphinxcontrib-devhelp's releases.
sphinxcontrib-devhelp 2.0.0
Changelog: https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst
Changelog
Sourced from sphinxcontrib-devhelp's changelog.
Release 2.0.0 (2024-07-28)
- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
- Avoid storing build time in gzip headers
Commits
0177fb4Bump to 2.0.0d3f96f7Update CHANGES linksd7aaab5Rename LICENSE to LICENCE.rstc4fba3dRename CHANGES to CHANGES.rst8c57141Run CI with Python 3.12 releasesf357a60Run mypy without command-line optionsa26961dUse the latest GitHub actions versions03e2370Enable GitHub's dependabot package update serviceca445c4Adopt Ruff and use stricter MyPy settingsdfd5da0Update .gitignore- Additional commits viewable in compare view
Updates sphinxcontrib-htmlhelp from 2.0.5 to 2.1.0
Release notes
Sourced from sphinxcontrib-htmlhelp's releases.
sphinxcontrib-htmlhelp 2.1.0
Changelog: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst
sphinxcontrib-htmlhelp 2.0.6
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Changelog
Sourced from sphinxcontrib-htmlhelp's changelog.
Release 2.1.0 (2024-07-28)
- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
- Escape HTML entities
Release 2.0.6 (2024-07-20)
- Fix tests for Sphinx 7.4 and later.
Commits
f7f5d4eBump to 2.1.0ec1353cEscape HTML entities16b26c6Update CHANGES linksba51300Rename LICENSE to LICENCE.rstb1133faRename CHANGES to CHANGES.rst54d27bcRun CI with Python 3.12 releasesb97d63dRun mypy without command-line options6d10d43Fix test_htmlhelp; use the basic themed335658Use the latest GitHub actions versionseea9025Enable GitHub's dependabot package update service- Additional commits viewable in compare view
Updates sphinxcontrib-qthelp from 1.0.7 to 2.0.0
Release notes
Sourced from sphinxcontrib-qthelp's releases.
sphinxcontrib-qthelp 2.0.0
Changelog: https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst
sphinxcontrib-qthelp 1.0.8
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Changelog
Sourced from sphinxcontrib-qthelp's changelog.
Release 2.0.0 (2024-07-28)
- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
Release 1.0.8 (2024-07-20)
- Fix tests for Sphinx 7.4 and later.
Commits
783caf5Bump to 2.0.0bd5e685Update CHANGES links0f81fafRename LICENSE to LICENCE.rst882d53fRename CHANGES to CHANGES.rst1fe2948Run CI with Python 3.12 releases7d2d940Run mypy without command-line optionscce4542Use the latest GitHub actions versionscfbca5fEnable GitHub's dependabot package update serviceb49ad58Adopt Ruff and use stricter MyPy settingsdc9a501Update .gitignore- Additional commits viewable in compare view
Updates sphinxcontrib-serializinghtml from 1.1.10 to 2.0.0
Release notes
Sourced from sphinxcontrib-serializinghtml's releases.
sphinxcontrib-serializinghtml 2.0.0
Changelog: https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst
Changelog
Sourced from sphinxcontrib-serializinghtml's changelog.
Release 2.0.0 (2024-07-28)
- Adopt Ruff
- Tighten MyPy settings
- Update GitHub actions versions
Commits
f0f3b15Bump to 2.0.0b70697cUpdate CHANGES linksa3d1b70Rename LICENSE to LICENCE.rst4806eecRename CHANGES to CHANGES.rst85cbe32Run CI with Python 3.12 releases5762a0eRun mypy without command-line options3efe6adUse the latest GitHub actions versionsf2d1ab5Enable GitHub's dependabot package update servicec7a1ca2Adopt Ruff and use stricter MyPy settings3161d47Update .gitignore- See full diff in compare view
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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions