summaryrefslogtreecommitdiff
path: root/wheel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | move experimental json metadataDaniel Holth2014-03-261-7/+7
* | replace dirspec with pyxdg (hosted on pypi); bump version to 0.23.0Daniel Holth2014-03-262-6/+6
* | Merged in pombredanne/wheel/wheel_from_eggdir (pull request #27)Daniel Holth2014-03-261-4/+15
|\ \
| * | Add support for converting Eggs dir as created in buildout eggs-directorywheel_from_eggdirpombredanne2013-09-101-4/+15
* | | Merged in bkabrda/wheel-4/bkabrda/fix-tests-broken-by-fix-for-85-e59e807-1385...Daniel Holth2014-03-261-8/+16
|\ \ \ | | |/ | |/|
| * | Make --universal a boolean option and move legacy wheel section processing to...Paul Moore2014-03-171-10/+11
| * | Add a --universal flag to bdist_wheelPaul Moore2013-11-051-1/+8
* | | Fix tests broken by fix for #85 (e59e807).bkabrda/fix-tests-broken-by-fix-for-85-e59e807-1385642236520Slavek Kabrda2013-11-281-0/+2
|/ /
* | Fix #85 regarding backward compatibility with python-keyring <= 3.0Pierre Jaury2013-09-231-1/+1
* | python 3 fixDaniel Holth2013-09-151-1/+1
* | improve test_requires parsing, add entry_points.txt to jsonDaniel Holth2013-09-153-27/+145
* | merge python 2.6 fixes0.22.0Daniel Holth2013-09-1518-394/+949
|\ \
| * | bump version 0.22.0Daniel Holth2013-09-151-1/+1
| * | Merged in poirier/wheel (pull request #25)Daniel Holth2013-08-221-1/+2
| |\ \
| | * | fix "Too many open files" error when running under PyPyfix-too-many-open-filesKonstantin Lopuhin2013-08-221-1/+2
| * | | __init__.py edited online with BitbucketDaniel Holth2013-08-221-1/+1
| * | | Add a version commandDan Poirier2013-07-251-0/+6
| |/ /
| * | version 0.21.00.21.0Daniel Holth2013-07-201-1/+1
| * | expose setup.py bdist_wheel --skip-scriptsDaniel Holth2013-07-201-2/+8
| * | avoid importing pkg_resources except when necessary.Daniel Holth2013-07-206-83/+86
| * | include an install-scripts command to redo console_scriptsDaniel Holth2013-07-192-12/+44
| * | instruct install_scripts to omit entry points scriptsDaniel Holth2013-07-192-2/+5
| * | implement pydist.schema renameDaniel Holth2013-07-195-48/+80
| * | improve command line error messagesDaniel Holth2013-07-042-38/+44
| * | parse METADATA as utf-8 for Python 3Daniel Holth2013-07-031-2/+7
| * | whoopsDaniel Holth2013-07-031-1/+0
| * | test for unicode in long_descriptionDaniel Holth2013-07-032-0/+6
| * | extract requirements handling functionDaniel Holth2013-06-291-28/+38
| * | update for latest metadata specificationDaniel Holth2013-06-293-42/+16
| * | remember to convert Summary to Unicode for Python 3Daniel Holth2013-06-231-6/+11
| * | improve testsDaniel Holth2013-06-232-45/+65
| * | add a testing distribution with headersDaniel Holth2013-06-235-2/+24
| * | use pytest for testsDaniel Holth2013-06-234-158/+175
| * | change the description filenameDaniel Holth2013-06-221-1/+1
| * | include conditional dependencies in pymeta.jsonDaniel Holth2013-06-221-42/+55
| * | update pymeta.json to latest specDaniel Holth2013-06-223-57/+71
| * | improved unicode handling; updated schemaDaniel Holth2013-06-043-75/+159
| * | preserve all declared extrasDaniel Holth2013-06-021-2/+6
| * | py3 fixesDaniel Holth2013-06-011-3/+9
| * | refactor more metadata handling into its own fileDaniel Holth2013-06-012-64/+97
| * | disallow extra keys in pymeta.json; handle home page, authorDaniel Holth2013-06-013-3/+41