| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The upload and register commands were deprecated over a year ago, in
July 2018 (PR GH-1410, discussed in issue GH-1381). It is time to
actively remove them in favor of twine.
|
| |
|
| |
|
|
|
|
|
|
|
| |
This comment is not used anywhere and `platform.dist()` is deprecated.
See CPython PR #10414: https://github.com/python/cpython/pull/10414
and bpo-35186: https://bugs.python.org/issue35186
|
|
|
|
|
|
|
| |
The `upload.show_response` feature was not added until Python 3. Rather
than backport it, it is now enabled only if supported.
This also adds a "smoke test" for the feature.
|
|
|
|
|
| |
This fixes uploads when bdist_rpm or bdist_dumb are the command, both of
which insert a comment about what platform they are built for.
|
|
|
|
|
|
|
|
| |
This fixes an issue where `distutils.spawn.spawn` was not available in
the ported upload_file, which is only used when signing the data.
This also adds a test that the gpg signature command is invoked and
included in the uploaded data.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
`test_upload_metadata` was written before the fixture, so this updates
the test to use the fixture.
|
|
|
|
|
| |
This is a fixture to create an upload command with a patched version of
urlopen so that no HTTP queries are sent.
|
|
|
|
|
|
|
| |
Previously this value was hard-coded to '1.0', which was inaccurate for
many packages.
Fixes #1381
|
| |
|
|
|