| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set the backend-path so that wheel can use wheel to build a wheel of wheel.bugfix/344-explicit-setuptools | Jason R. Coombs | 2020-03-08 | 1 | -0/+1 |
| | | |||||
| * | Add pyproject.toml with declared dependency on setuptools. Fixes #344. | Jason R. Coombs | 2020-03-08 | 1 | -0/+3 |
| | | |||||
| * | Fixed building the documentation | Alex Grönholm | 2020-02-29 | 1 | -2/+2 |
| | | | | | Fixes #341. | ||||
| * | Created a new release0.34.2 | Alex Grönholm | 2020-01-31 | 2 | -2/+2 |
| | | |||||
| * | Fixed installing from sdist in some non-UTF8 environments | Alex Grönholm | 2020-01-28 | 4 | -3/+9 |
| | | | | | Fixes #331. | ||||
| * | Created a new release0.34.1 | Alex Grönholm | 2020-01-27 | 1 | -1/+1 |
| | | |||||
| * | Fixed installation from sdist (#334) | Alex Grönholm | 2020-01-27 | 10 | -19/+37 |
| | | | | | | | | 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. | ||||
| * | Issue #329: Remove last remnant of custom PyPy tags (#330) | Nick Coghlan | 2020-01-27 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
| * | Fixed syntax for pep517.build0.34.0 | Alex Grönholm | 2020-01-27 | 1 | -1/+1 |
| | | |||||
| * | Fixed publish workflow not being run on local tag creation | Alex Grönholm | 2020-01-27 | 1 | -4/+2 |
| | | |||||
| * | Created a new release | Alex Grönholm | 2020-01-27 | 1 | -1/+1 |
| | | |||||
| * | Added the --compression option to bdist_wheel (#316) | Alex Grönholm | 2020-01-26 | 4 | -5/+38 |
| | | | | Fixes #313. | ||||
| * | Removed obsolete comment | Alex Grönholm | 2020-01-26 | 1 | -2/+1 |
| | | | | | Closes #296. | ||||
| * | Fixed line endings when rewriting WHEEL | Alex Grönholm | 2020-01-26 | 2 | -6/+6 |
| | | |||||
| * | Add a link to the documentation in README | Alex Grönholm | 2020-01-26 | 1 | -0/+6 |
| | | | | | Fixes #324. | ||||
| * | Use the existing build tag in wheel pack unless overridden | Alex Grönholm | 2020-01-26 | 3 | -18/+60 |
| | | | | | Closes #323. Fixes #322. | ||||
| * | Removed specialized PyPy tag generation | Alex Grönholm | 2020-01-22 | 2 | -6/+2 |
| | | | | | Fixes #328. | ||||
| * | Fixed bdist_wheel failing on a read-only source tree | Alex Grönholm | 2020-01-22 | 3 | -4/+27 |
| | | | | | Fixes #327. | ||||
| * | Switched to setuptools_scm | Alex Grönholm | 2020-01-22 | 8 | -23/+17 |
| | | | | | New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow. | ||||
| * | Migrated to the src layout | Alex Grönholm | 2020-01-22 | 18 | -6/+11 |
| | | | | | Fixes #37. | ||||
| * | Removed pylintrc | Alex Grönholm | 2020-01-22 | 1 | -249/+0 |
| | | | | | It's not used by any of the configured test/qa workflow tools. | ||||
| * | Added pre-commit configuration to .gitignore | Alex Grönholm | 2020-01-22 | 1 | -0/+1 |
| | | |||||
| * | Dropped Python 3.4 support | Alex Grönholm | 2020-01-22 | 3 | -3/+3 |
| | | |||||
| * | Replaced Travis with Github Actions | Alex Grönholm | 2020-01-22 | 4 | -91/+86 |
| | | |||||
| * | Added more directories to .gitignore | Alex Grönholm | 2020-01-21 | 1 | -1/+3 |
| | | |||||
| * | Added boilerplate code to the dummy extension dist | Alex Grönholm | 2020-01-21 | 1 | -0/+16 |
| | | | | | On Windows, not having this results in a linker error (unresolved external symbol PyInit_extension). | ||||
| * | Skipped the limited ABI test on Python 2 | Alex Grönholm | 2020-01-21 | 1 | -0/+1 |
| | | |||||
| * | Don't try to build ABI3 extensions on Windows | Alex Grönholm | 2020-01-21 | 6 | -3/+18 |
| | | |||||
| * | Fixed flake8 when run on Python 3 | Alex Grönholm | 2020-01-21 | 1 | -1/+1 |
| | | |||||
| * | Skip unicode dist and related test on Python < 3.6 | Alex Grönholm | 2020-01-21 | 2 | -1/+8 |
| | | | | | Due to encoding issues, this ends up failing in certain cases and there is nothing wheel can do about it. | ||||
| * | Fixed duplicate RECORD file when using "wheel pack" on Windows | Alex Grönholm | 2020-01-21 | 3 | -1/+3 |
| | | |||||
| * | macosx platform tag does not support patch releases (#317) | Grzegorz Bokota | 2020-01-03 | 5 | -61/+76 |
| | | |||||
| * | Removed legacy Python 3.2 compat statement (#326) | Reece Dunham | 2019-12-19 | 1 | -2/+0 |
| | | |||||
| * | license_file was deprecated in wheel v0.32 (#325) | Hugo van Kemenade | 2019-12-15 | 1 | -1/+1 |
| | | |||||
| * | Fixed typo 'dynlib' -> 'dylib' (#320) | Grzegorz Bokota | 2019-11-19 | 12 | -17/+17 |
| | | |||||
| * | Moved the contents of setup.py to setup.cfg | Alex Grönholm | 2019-10-25 | 3 | -65/+50 |
| | | |||||
| * | Added PEP 517 support to project packaging | Alex Grönholm | 2019-10-25 | 5 | -4/+7 |
| | | |||||
| * | Switched to the official Python 3.8 release in Travis config | Alex Grönholm | 2019-10-25 | 1 | -1/+1 |
| | | |||||
| * | Include previously missed test files in MANIFEST.in | Alex Grönholm | 2019-10-25 | 1 | -1/+1 |
| | | |||||
| * | Added news item for PR #314 | Alex Grönholm | 2019-10-24 | 1 | -0/+5 |
| | | |||||
| * | Better discovery of macos system version to determine proper platform tag (#314) | Grzegorz Bokota | 2019-10-23 | 15 | -6/+562 |
| | | |||||
| * | Setup.py - fix inconsistent indents (#315) | Reece Dunham | 2019-10-01 | 1 | -5/+5 |
| | | |||||
| * | Upgrade pip for Python 2.7.3 to prevent errors installing tox | Alex Grönholm | 2019-09-26 | 1 | -0/+1 |
| | | |||||
| * | Bumped up the version0.33.6 | Alex Grönholm | 2019-08-18 | 2 | -2/+2 |
| | | |||||
| * | Added news item for PR #304 | Alex Grönholm | 2019-08-18 | 1 | -0/+2 |
| | | |||||
| * | Fixed building binary wheels against the limited ABI | Alex Grönholm | 2019-08-18 | 3 | -1/+18 |
| | | | | | Fixes #305. | ||||
| * | Fix egg2wheel for python3.10 (#304) | Anthony Sottile | 2019-08-18 | 2 | -3/+3 |
| | | |||||
| * | Bumped up the version0.33.5 | Alex Grönholm | 2019-08-17 | 2 | -2/+2 |
| | | |||||
| * | Updated MANIFEST.in to include several previously missing files | Alex Grönholm | 2019-08-17 | 2 | -7/+10 |
| | | | | | Fixes #299. | ||||
| * | Updated news for PR #303 | Alex Grönholm | 2019-08-17 | 1 | -0/+4 |
| | | |||||
