summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed line endings when rewriting WHEELAlex Grönholm2020-01-262-6/+6
|
* Add a link to the documentation in READMEAlex Grönholm2020-01-261-0/+6
| | | | Fixes #324.
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-263-18/+60
| | | | Closes #323. Fixes #322.
* Removed specialized PyPy tag generationAlex Grönholm2020-01-222-6/+2
| | | | Fixes #328.
* Fixed bdist_wheel failing on a read-only source treeAlex Grönholm2020-01-223-4/+27
| | | | Fixes #327.
* Switched to setuptools_scmAlex Grönholm2020-01-228-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 layoutAlex Grönholm2020-01-2218-6/+11
| | | | Fixes #37.
* Removed pylintrcAlex Grönholm2020-01-221-249/+0
| | | | It's not used by any of the configured test/qa workflow tools.
* Added pre-commit configuration to .gitignoreAlex Grönholm2020-01-221-0/+1
|
* Dropped Python 3.4 supportAlex Grönholm2020-01-223-3/+3
|
* Replaced Travis with Github ActionsAlex Grönholm2020-01-224-91/+86
|
* Added more directories to .gitignoreAlex Grönholm2020-01-211-1/+3
|
* Added boilerplate code to the dummy extension distAlex Grönholm2020-01-211-0/+16
| | | | On Windows, not having this results in a linker error (unresolved external symbol PyInit_extension).
* Skipped the limited ABI test on Python 2Alex Grönholm2020-01-211-0/+1
|
* Don't try to build ABI3 extensions on WindowsAlex Grönholm2020-01-216-3/+18
|
* Fixed flake8 when run on Python 3Alex Grönholm2020-01-211-1/+1
|
* Skip unicode dist and related test on Python < 3.6Alex Grönholm2020-01-212-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 WindowsAlex Grönholm2020-01-213-1/+3
|
* macosx platform tag does not support patch releases (#317)Grzegorz Bokota2020-01-035-61/+76
|
* Removed legacy Python 3.2 compat statement (#326)Reece Dunham2019-12-191-2/+0
|
* license_file was deprecated in wheel v0.32 (#325)Hugo van Kemenade2019-12-151-1/+1
|
* Fixed typo 'dynlib' -> 'dylib' (#320)Grzegorz Bokota2019-11-1912-17/+17
|
* Moved the contents of setup.py to setup.cfgAlex Grönholm2019-10-253-65/+50
|
* Added PEP 517 support to project packagingAlex Grönholm2019-10-255-4/+7
|
* Switched to the official Python 3.8 release in Travis configAlex Grönholm2019-10-251-1/+1
|
* Include previously missed test files in MANIFEST.inAlex Grönholm2019-10-251-1/+1
|
* Added news item for PR #314Alex Grönholm2019-10-241-0/+5
|
* Better discovery of macos system version to determine proper platform tag (#314)Grzegorz Bokota2019-10-2315-6/+562
|
* Setup.py - fix inconsistent indents (#315)Reece Dunham2019-10-011-5/+5
|
* Upgrade pip for Python 2.7.3 to prevent errors installing toxAlex Grönholm2019-09-261-0/+1
|
* Bumped up the version0.33.6Alex Grönholm2019-08-182-2/+2
|
* Added news item for PR #304Alex Grönholm2019-08-181-0/+2
|
* Fixed building binary wheels against the limited ABIAlex Grönholm2019-08-183-1/+18
| | | | Fixes #305.
* Fix egg2wheel for python3.10 (#304)Anthony Sottile2019-08-182-3/+3
|
* Bumped up the version0.33.5Alex Grönholm2019-08-172-2/+2
|
* Updated MANIFEST.in to include several previously missing filesAlex Grönholm2019-08-172-7/+10
| | | | Fixes #299.
* Updated news for PR #303Alex Grönholm2019-08-171-0/+4
|
* Fixed bad import from importlib.machineryAlex Grönholm2019-08-161-3/+6
|
* Added support for Python 3.8Alex Grönholm2019-08-163-2/+7
|
* Don't append m ABI flag in Python 3.8 (#303)rdb2019-08-161-1/+3
|
* Bumped up the version0.33.4Alex Grönholm2019-05-121-1/+1
|
* Updated the changelogAlex Grönholm2019-05-121-2/+7
|
* Revert "Include directory entries when building wheel (#289)"Alex Grönholm2019-05-123-39/+1
| | | | This reverts commit 369b1eeb. Fixes #294.
* Bumped up the version number0.33.3Alex Grönholm2019-05-102-2/+2
|
* Updated the changelogAlex Grönholm2019-05-101-0/+5
|
* Use the latest PyPy versions on TravisAlex Grönholm2019-05-101-2/+2
|
* wheelfile: Mask platform specific mode bits (#292)Matt Wozniski2019-05-101-2/+3
| | | | | | | | When creating zip entries for files and directories, only attempt to preserve the subset of mode bits which can be reapplied through chmod, plus the file type bits. This will exclude any bits that are platform- or filesystem-specific, like S_IFJOURNAL on AIX. Fixes #291.
* Really updated the version number this time0.33.2Alex Grönholm2019-05-091-1/+1
|
* Bumped up the version numberAlex Grönholm2019-05-081-1/+1
|
* Added news item for PR #289Alex Grönholm2019-05-081-0/+4
|