| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Remove Python 3.6 support
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The stanza we used, still published in the Python packaging docs,
is now considered the least desirable of the alternatives for keeping
a "single package version", so update to a better one.
Note there's what's considered a "better" one than this, but it requires
Python 3.8 ("provisional" until 3.10) or a backport of importlib.metadata.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|
|
|
|
|
|
|
| |
Continuing the maintenance pass on Variables, these are some minor
tweaks for a few checker niggles and fixing up a couple of docstrings.
There is no functional change.
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Mats Wichmann <mats@linux.com>
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
| |
Remove the redundant `wheel` dependency, as it is added by the backend
automatically. Listing it explicitly in the documentation was
a historical mistake and has been fixed since, see:
https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update CI and other files that refer to them.
While we're at it, switch to choco pkg winflexbison3 from winflexbison.
Update RELEASE file and template as well, to eliminate possible
confusion (not that any has been reported).
Signed-off-by: Mats Wichmann <mats@linux.com>
|