| tag name | 0.34.1 (d6267870e5bf15651ead6c91e61ad47bb363cbb9) |
| tag date | 2020-01-27 20:20:14 +0000 |
| tagged by | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
| tagged object | commit 43078c409e... |
| download | wheel-git-0.34.1.tar.gz |
|---|
* Issue #329: Remove last remnant of custom PyPy tags (#330)
The resolution of issue #328 removed the custom PyPy tagging
from `get_impl_version_info()`, this just cleans up the check
that forces PyPy to call that even if `py_version_nodot` was
already set. (ncoghlan)
* Fixed installation from sdist (#334)
Wheel cannot use pep517 yet because the installation process involves installing wheel because the setuptools build backend declares it as a dependency for building wheels. A future update of pip may solve this problem.
Setuptools_scm, on the other hand, requires wheel as a build time dependency so if somebody tries to install wheel using `--no-binary=:all:`, it also creates a circular dependency.
Fixes #332. (agronholm)
* Created a new release (agronholm)
