Fix regression to include tests in source distribution.
3.5 (2023-11-24)
++++++++++++++++
Update to Unicode 15.1.0
String codec name is now "idna2008" as overriding the system codec
"idna" was not working.
Fix typing error for codec encoding
"setup.cfg" has been added for this release due to some downstream
lack of adherence to PEP 517. Should be removed in a future release
so please prepare accordingly.
Removed reliance on a symlink for the "idna-data" tool to comport
with PEP 517 and the Python Packaging User Guide for sdist archives.
Added security reporting protocol for project
Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions
to this release.
Added missing estimated date for removing setuptools.dep_util (deprecated in v69.0.0). (#4131)
v69.0.1
Bugfixes
Fixed imports of setuptools.dep_util.newer_group.
A deprecation warning is issued instead of a hard failure. (#4126)
v69.0.0
Features
Include type information (py.typed, *.pyi) by default (#3136) -- by :user:Danie-1,
EXPERIMENTAL. (#3136)
Exported distutils.dep_util and setuptools.dep_util through setuptools.modified -- by :user:Avasam (#4069)
Merged with pypa/distutils@7a04cbda0fc714.
Bugfixes
Replaced hardcoded numeric values with :obj:dis.opmap,
fixing problem with 3.13.0a1. (#4094)
Deprecations and Removals
Configuring project version and egg_info.tag_* in such a way that
results in invalid version strings (according to :pep:440) is no longer permitted. (#4066)
Removed deprecated egg_base option from dist_info.
Note that the dist_info command is considered internal to the way
setuptools build backend works and not intended for
public usage. (#4066)
The parsing of the deprecated metadata.license_file and
metadata.requires fields in setup.cfg is no longer supported.
Users are expected to move to metadata.license_files and
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the python-packages group with 3 updates: idna, pygments and setuptools.
Updates
idna
from 3.4 to 3.6Changelog
Sourced from idna's changelog.
Commits
4ae74cf
Release v3.621888f3
Merge pull request #164 from mgorny/sdist-testc5ba76a
Include tests in sdist2eb16d3
Merge pull request #162 from kjd/release-3.589cd061
Release v3.59fc29cd
Merge pull request #161 from kjd/masteracb8c4a
Merge pull request #160 from cclauss/patch-1adca101
README.rst: Fix typos33a8f7b
Merge pull request #159 from diogoteles08/add-scorecard354a412
Add Scorecard GitHub ActionUpdates
pygments
from 2.17.1 to 2.17.2Release notes
Sourced from pygments's releases.
Changelog
Sourced from pygments's changelog.
Commits
ee30ce1
Only select pygments/ in wheels, not in sdists9adeef6
Prepare 2.17.2 hotfix release.639bfcf
Fix building from source on macOS (#2593)Updates
setuptools
from 68.2.2 to 69.0.2Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
4f6449f
Bump version: 69.0.1 → 69.0.2a4298d1
Add missing estimated date for removing setuptools.dep_util (#4132)1495738
Add news fragmentc836172
Improve warning visibility with due date and reference urld148d9e
Bump version: 69.0.0 → 69.0.128775f3
Allow imports of setuptools.dep_util.newer_group with deprecation warning (#4...7d90e9f
Add newsfragmente1f8783
Allow imports of setuptools.dep_util.newer_group with deprecation warning536d4a8
Bump version: 68.2.2 → 69.0.0b8992ad
Mark flaky test on PyPy withxfail
(#4124)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 show