summaryrefslogtreecommitdiff
path: root/wheel
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.28.00.28.0Nate Coraor2016-02-051-1/+1
* Create archive files with the same modes as their sources, change testNate Coraor2016-02-052-9/+12
* Remove `--plat-tag` and restore `--plat-name` as the preferred/only way to0.27.0Nate Coraor2016-02-052-25/+28
* Bump version to 0.27.0Nate Coraor2016-02-031-1/+1
* Merged in jaraco/wheel (pull request #61)Nate Coraor2016-02-032-24/+19
|\
| * Update signatures to require keyrings.alt for improved compatibility with key...Jason R. Coombs2016-02-021-2/+3
| * Remove monkeypatch of keyring.backends.file, no longer necessaryJason R. Coombs2016-02-021-3/+0
| * Resave without excess whitespaceJason R. Coombs2016-02-021-6/+6
| * More simply render keyrings using repr. Planned versions of keyring will move...Jason R. Coombs2016-01-141-4/+1
| * Resave with excess whitespace removedJason R. Coombs2016-01-141-9/+9
* | Additional support for forcing setting of the platform tag (standardizes theNate Coraor2016-02-023-18/+81
* | Merged in ajdiaz/wheel (pull request #60)Nate Coraor2016-02-025-31/+186
|\ \
| * | Use os.path.normalize() to remove `..` from the lib install path on Windows.Nate Coraor2016-02-021-1/+1
| * | Set file attributes on wheel archive members.Nate Coraor2016-02-012-0/+16
| * | Use the file context manager when testing whether dependency_links.txt is emptyNate Coraor2016-02-011-3/+5
| * | Additional changes to reproducible wheel files from Barry Warsaw and Debian:Nate Coraor2016-02-012-4/+4
| * | Merged in warsaw/wheel/issue143 (pull request #52)Nate Coraor2016-02-014-7/+85
| |\ \
| | * | Typo.issue143Barry Warsaw2015-06-111-1/+1
| | * | We can't defer setting the date time; it has to be done when the ZipInfoBarry Warsaw2015-06-111-12/+20
| | * | Apply the Debian patch for reproducible wheel files, but instead of hardcodingBarry Warsaw2015-06-094-3/+73
| | |/
| * | Incorporate changes to Python 2 ABI detection from the pip version.Nate Coraor2015-11-101-4/+32
| * | Merge upstream changesNate Coraor2015-11-103-4/+9
| |\ \
| * | | Use the WITH_PYMALLOC and Py_DEBUG config vars for setting the `m` and `d` ABINate Coraor2015-09-031-4/+12
| * | | Apply pip #2915 (correctly split the SOABI tag)Nate Coraor2015-09-031-2/+2
| * | | SOABI support for Python 2.X and PyPy.Nate Coraor2015-09-032-19/+42
| | |/ | |/|
* | | Add DEPRECATED tag in --plat-nameAndr?s J. D?az2015-11-061-9/+15
* | | Fix bdist_wheel to accept --plat-tagAndr?s J. D?az2015-11-051-7/+12
| |/ |/|
* | Bump to version 0.26.0 for issue #148 fix.0.26.0Nate Coraor2015-09-181-1/+1
* | Fix multi-entrypoint failure on Python 3.Ned Batchelder2015-09-172-3/+8
* | only use first part of SOABI for abi tagminrk/split-soabiMin RK2015-06-182-2/+2
* | use split instead of rsplit to create abi_tag from SOABIminrk2015-06-181-1/+1
|/
* mergeDaniel Holth2014-11-127-123/+183
|\
| * fix sorting for deterministic metadata generation for Python 3Daniel Holth2014-11-121-1/+2
| * mergeDaniel Holth2014-11-122-2/+5
| |\
| | * bump version to 0.25.0Daniel Holth2014-11-121-1/+1
| | * Add py2-none-'arch' or py3-none-'arch' to the list of supported tags.Daniel Holth2014-11-121-1/+4
| * | make order of lines in METADATA deterministicBenedikt Morbach2014-08-111-2/+2
| * | make sure json metadata is sorted deterministicallyBenedikt Morbach2014-08-112-14/+40
| * | order RECORD entries deterministicallyBenedikt Morbach2014-08-081-1/+2
| |/
| * update wheel[signatures] error message0.24.0Daniel Holth2014-07-061-1/+1
| * bump versionDaniel Holth2014-04-111-1/+1
| * update json metadata generationDaniel Holth2014-04-103-99/+122
| * use & support setuptools extras:markers syntax.Daniel Holth2014-04-101-5/+11
* | Treat data-only wheels as pureJeremy Stanley2014-06-111-5/+6
|/
* fix tests for Python 2Daniel Holth2014-03-311-4/+4
* Remove --skip-scripts from bdist_wheel - make skipping scripts the defaultPaul Moore2014-03-292-8/+16
* Merged in pmoore/wheel (pull request #42)Paul Moore2014-03-292-10/+123
|\
| * Updates following review comments (docs, setup.cfg)Paul Moore2014-03-271-1/+1
| * Add a --python-tag argument for bdist_wheelPaul Moore2014-03-222-10/+123
* | update changes, metadata testDaniel Holth2014-03-261-3/+3