summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 0.59.0v0.59.0python2engn33r2021-05-041-1/+1
|
* PEP8 style compliance fixesengn33r2021-05-041-1/+1
|
* Fix #482engn33r2021-03-031-2/+1
|
* 0.58.0v0.58.0engn33r2021-03-021-1/+1
|
* Replace TravisCI with GitHub Actionsengn33r2021-02-271-3/+9
|
* Fix #526 by reverting invalid BSD license migration in commit e94ed9e to ↵engn33r2021-02-221-2/+26
| | | | return to LGPL2.1
* Add support for Python 3.8 and 3.9 (#596)Hugo van Kemenade2021-01-271-0/+2
| | | Add Python 3.8 and 3.9 support in .travis.yml
* 0.57.0v0.57.0liris2019-12-251-1/+1
|
* release 0.56.0v0.56.0liris2019-03-211-1/+1
|
* Let setup.py use the same license as LICENSE fileDaisuke Miyakawa2019-01-041-1/+1
|
* start 0.55.0liris2018-12-151-1/+1
|
* Change Licenseliris2018-10-281-1/+1
|
* start v.0.54liris2018-10-281-1/+1
|
* fixed #471v0.53.0liris2018-09-091-1/+1
|
* add docliris2018-09-031-1/+1
|
* revert #442v0.51.0liris2018-08-191-1/+1
|
* Merge pull request #460 from hugovk/rm-3.3v0.50.0liris2018-08-181-3/+10
|\ | | | | Update supported Python versions (2.6, 2.7, 3.4+)
| * Drop support for EOL Python <= 2.5Hugo2018-08-141-3/+5
| |
| * Add python_requires to help pipHugo2018-08-141-0/+1
| |
| * Add support for Python 3.6 and 3.7Hugo2018-08-141-0/+2
| |
| * Drop support for EOL Python 3.3Hugo2018-08-141-0/+2
| |
* | add doc and start v0.50liris2018-08-181-1/+1
|/
* start v0.49.0liris2018-08-141-1/+1
|
* release for 0.48.0Hiroki Ohtani2018-05-271-1/+1
|
* Remove bundled cacert.pemminus2018-03-211-2/+1
|
* set version number.Hiroki Ohtani2018-01-221-1/+1
|
* fixed #370Hiroki Ohtani2017-12-241-1/+1
|
* 0.45.0ukwksk2017-11-131-1/+1
|
* 0.44.1ukwksk2017-11-131-1/+1
|
* 0.44.0v0.44.0liris2017-06-231-1/+1
|
* 0.43.0liris2017-06-211-1/+1
|
* fixed #325v0.41.1liris2017-06-181-1/+1
|
* release 0.42.0liris2017-06-181-1/+1
|
* Merge pull request #304 from underyx/patch-1liris2017-06-181-1/+1
|\ | | | | Fix insecure_pythons list in setup.py
| * Fix insecure_pythons list in setup.pyBence Nagy2017-03-091-1/+1
| | | | | | | | | | Before this it generated: '2.4, 2.5, 2.62.7.0, 2.7.1, …'
* | Merge pull request #292 from tifayuki/masterliris2017-06-181-1/+1
|\ \ | |/ |/| Implement simple cookie jar
| * Implement simple cookie jartifayuki2016-12-211-1/+1
| |
* | move repository to https://github.com/websocket-client/websocket-client.gitliris2017-01-191-2/+2
|/
* update document and set version to 0.40!v0.40.0liris2016-12-091-1/+1
| | | | !
* fix classifierv0.39.0liris2016-12-021-1/+1
|
* setup.py: Import `logging` before calling it.Stuart Longland2016-10-071-0/+1
| | | | | | | | | | | | | | | | | Commit 4dcd960427716289fb3446600a13634215f8d3c6 introduces an exception handling branch that uses the `logging` module to report an exception to the user, but fails to import the `logging` module first. This generated the following error in our CI environment: 03-Oct-2016 17:20:51 + python setup.py --command-package stdeb.command sdist_dsc --package python-websocket --source websocket 03-Oct-2016 17:20:51 Traceback (most recent call last): 03-Oct-2016 17:20:51 File "setup.py", line 29, in <module> 03-Oct-2016 17:20:51 logging.getLogger(__name__).exception( 03-Oct-2016 17:20:51 NameError: name 'logging' is not defined This puts an `import` statement at the location where the `logging` module is called.
* update document, versionliris2016-10-031-1/+1
|
* Support universal wheelsThomas Grainger2016-09-071-6/+27
|
* add documentliris2016-05-101-1/+1
|
* wsdump, examples, setup, _abnf, _http, _utils: [PEP 8] Fix spacingAllan Lewis2016-04-271-2/+2
|
* fixed #246v0.37.0liris2016-04-141-1/+1
|
* update document and version no.liris2016-04-121-1/+1
|
* new versionliris2016-01-041-1/+1
|
* start v0.34liris2015-10-281-1/+1
|
* - fixed #190liris2015-06-241-1/+1
|