Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dropped support for unmaintained Python versions | Alex Grönholm | 2021-12-22 | 1 | -2/+1 |
| | |||||
* | Fixed installing from sdist in some non-UTF8 environments | Alex Grönholm | 2020-01-28 | 1 | -1/+2 |
| | | | | Fixes #331. | ||||
* | Fixed installation from sdist (#334) | Alex Grönholm | 2020-01-27 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Switched to setuptools_scm | Alex Grönholm | 2020-01-22 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Moved the contents of setup.py to setup.cfg | Alex Grönholm | 2019-10-25 | 1 | -65/+2 |
| | |||||
* | Setup.py - fix inconsistent indents (#315) | Reece Dunham | 2019-10-01 | 1 | -5/+5 |
| | |||||
* | Added support for Python 3.8 | Alex Grönholm | 2019-08-16 | 1 | -1/+2 |
| | |||||
* | Always close files in setup.py (#271) | Jon Dufresne | 2018-10-28 | 1 | -3/+8 |
| | | | | | | When Python warnings are enabled, fixes warning of the form: setup.py:10: ResourceWarning: unclosed file <_io.TextIOWrapper name='.../README.rst' mode='r' encoding='utf8'> README = io.open(os.path.join(here, 'README.rst'), encoding='utf8').read() | ||||
* | Added Packaging to the list of classifiers | Alex Grönholm | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there | Alex Grönholm | 2018-07-17 | 1 | -1/+1 |
| | | | | The VerifyingZipFile class was also merged to the WheelFile class. | ||||
* | Removed wheel signing and verifying features | Alex Grönholm | 2018-07-17 | 1 | -3/+0 |
| | | | | | | | This was discussed on the distutils-sig mailing list: https://mail.python.org/mm3/archives/list/distutils-sig@python.org/thread/MU2T6FRFNLRDEWSBJDRAFGDIFWCC6OIS/ Fixes #196. | ||||
* | Added official Python 3.7 support | Alex Grönholm | 2018-07-17 | 1 | -1/+2 |
| | | | | Closes #243. | ||||
* | Moved links to setup.py and added a note about the lack of of public API | Alex Grönholm | 2018-07-17 | 1 | -0/+5 |
| | |||||
* | Initial changes for the documentation overhaul | Alex Grönholm | 2018-07-17 | 1 | -2/+1 |
| | | | | Fixes #122. | ||||
* | Pass python_requires argument to setuptools (#216) | Jon Dufresne | 2018-04-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. | ||||
* | Removed the "tool" extras from setup.py | Alex Grönholm | 2018-04-01 | 1 | -1/+0 |
| | |||||
* | Don't create metadata.json anymore | Alex Grönholm | 2018-03-30 | 1 | -1/+1 |
| | | | | | This was a thing in the now-withdrawn PEP 426. Fixes #195. | ||||
* | Renamed the testing extra to test, as per PEP 426 | Alex Grönholm | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | Removed implementation specific classifiers from setup.py | Alex Grönholm | 2017-07-26 | 1 | -3/+1 |
| | | | | | Their presence might give the impression that wheel only works on CPython and PyPy and not, say, Jython or IronPython. | ||||
* | Dropped support for Python 3.2 and 3.3 | Alex Grönholm | 2017-07-26 | 1 | -2/+0 |
| | | | | | | 3.2 its past its End Of Life and 3.3 will be too in September. They may still continue to work but there is little point in doing extra work to keep the codebase compatible with these. | ||||
* | Code style fixes in setup.py | Alex Grönholm | 2017-07-26 | 1 | -14/+11 |
| | |||||
* | Replaced @yield_fixture with @fixture | Alex Grönholm | 2017-07-26 | 1 | -1/+1 |
| | | | | Pytest 3.0 deprecated @yield_fixture. | ||||
* | Improved testing configuration | Alex Grönholm | 2017-07-26 | 1 | -7/+2 |
| | |||||
* | Added yours truly as maintainer | Alex Grönholm | 2017-07-26 | 1 | -1/+4 |
| | |||||
* | Renamed README.txt to README.rst | Alex Grönholm | 2017-07-26 | 1 | -1/+1 |
| | |||||
* | Merge | Jon Dufresne | 2017-07-07 | 1 | -1/+6 |
|\ | |||||
| * | Drop support for Python 2.6 | Jon Dufresne | 2017-07-07 | 1 | -5/+1 |
| | | |||||
| * | Document support for Python 3.6 and add it to the testing matrix | Jon Dufresne | 2017-06-04 | 1 | -13/+23 |
| | | | | | | | | Pin jsonschema to allow tests to pass on Python 2.6. | ||||
* | | Document support for Python 3.6 and add it to the testing matrix | Jon Dufresne | 2017-07-07 | 1 | -14/+15 |
| | | | | | | | | | | | | Drops support for Python 2.6. Remove now unnecessary import workarounds. Add missing trove classifiers. | ||||
* | | use dict-format entry_points | Daniel Holth | 2016-09-14 | 1 | -6/+8 |
|/ | |||||
* | keyring on Python 2.6 depends on importlib. | Nate Coraor | 2016-02-03 | 1 | -0/+1 |
| | |||||
* | Update signatures to require keyrings.alt for improved compatibility with ↵ | Jason R. Coombs | 2016-02-02 | 1 | -1/+1 |
| | | | | keyring 8.0 | ||||
* | point to https:// home page url | Daniel Holth | 2014-11-12 | 1 | -1/+1 |
| | |||||
* | remove *2wheel scripts in favor of 'wheel convert | Daniel Holth | 2014-05-08 | 1 | -2/+0 |
| | |||||
* | update json metadata generation | Daniel Holth | 2014-04-10 | 1 | -2/+2 |
| | |||||
* | docs update | Daniel Holth | 2014-04-10 | 1 | -12/+1 |
| | |||||
* | use & support setuptools extras:markers syntax. | Daniel Holth | 2014-04-10 | 1 | -1/+3 |
| | |||||
* | replace dirspec with pyxdg (hosted on pypi); bump version to 0.23.0 | Daniel Holth | 2014-03-26 | 1 | -6/+6 |
| | |||||
* | avoid importing pkg_resources except when necessary. | Daniel Holth | 2013-07-20 | 1 | -1/+1 |
| | | | | include version in WHEEL's Generator: key | ||||
* | implement pydist.schema rename | Daniel Holth | 2013-07-19 | 1 | -2/+6 |
| | |||||
* | parse METADATA as utf-8 for Python 3 | Daniel Holth | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | update test dependencies | Daniel Holth | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | use pytest for tests | Daniel Holth | 2013-06-23 | 1 | -2/+1 |
| | |||||
* | update pymeta.json to latest spec | Daniel Holth | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | validate prototype pymeta.json against schema | Daniel Holth | 2013-06-01 | 1 | -1/+2 |
| | |||||
* | 0.16.00.16.0 | Daniel Holth | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | jwk alg changes to kty in revision -08 | Daniel Holth | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | bump version | Daniel Holth | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | update classifiers | Daniel Holth | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | bump version | Daniel Holth | 2013-02-17 | 1 | -1/+1 |
| |