summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 1.5.1v1.5.1engn33r2023-02-051-1/+1
|
* 1.5.0v1.5.0engn33r2023-01-261-1/+1
|
* 1.4.2v1.4.2engn33r2022-11-031-1/+1
|
* Add Python 3.11 to build CI, setup.pyengn33r2022-10-251-0/+1
|
* 1.4.1v1.4.1engn33r2022-09-041-1/+1
|
* 1.4.0v1.4.0engn33r2022-08-241-1/+1
|
* 1.3.3v1.3.3engn33r2022-06-201-1/+1
|
* 1.3.2v1.3.2engn33r2022-03-291-1/+1
|
* Remove EOL Python 3.6 referencesengn33r2022-02-251-1/+1
|
* Linting improvements, improved flake8 linting CI cmdengn33r2022-02-251-7/+3
|
* 1.3.1v1.3.1engn33r2022-02-251-1/+1
|
* Remove EOL Python 3.6 from setup.pyengn33r2022-02-251-1/+0
|
* 1.3.0v1.3.0engn33r2022-02-251-1/+1
|
* Update copyright year to 2022engn33r2021-12-311-1/+1
|
* 1.2.3v1.2.3engn33r2021-12-071-1/+1
|
* 1.2.2v1.2.2engn33r2021-12-061-1/+1
|
* Add entry points (#763)Bastian Zimmermann2021-12-071-3/+7
| | | | | | | | | | | | | | | | | | | | | | | * Add entry_points * Move wsdump * Add wsdump test * Lean setup * Remove temp test * Omit _wsdump.py script from code coverage * Add wsdump test to GitHub Action CI * Set wsdump GitHub Action custom script path in CI * Last try to see how GitHub Actions CI handles this * Remove wsdump test in CI due to GitHub CI issues Co-authored-by: engn33r <engn33r@users.noreply.github.com>
* Add support for Python 3.10 (#746)Hugo van Kemenade2021-10-121-0/+1
| | | | | * Add support for Python 3.10 * Universal wheels are for code expected to work on both Python 2 and 3
* Fix #734 improve extra_requires documentation in READMEengn33r2021-08-261-0/+1
|
* 1.2.1v1.2.1engn33r2021-08-121-1/+1
|
* Fix python-socks dependency and replace echo.websocket.org in testsengn33r2021-08-111-0/+4
| | | | | | | | The recent addition of python-socks required it to be a dependency. This was mentioned in #728. Additional changes were made to prevent python-socks from becoming a required dependency for every install, so now it is only required for SOCKS proxy usage. Additionally, because echo.websockets.org was experiencing downtime issues during this fix, echo.websockets.org was replaced in unit tests with a local echo server from the Python websockets library. This should speed up tests, avoid test errors cause by external website downtime, and reduce traffic to echo.websocket.org caused by this project.
* Transition file header license text to Apache 2.0engn33r2021-08-101-13/+11
|
* 1.2.0v1.2.0engn33r2021-08-101-1/+1
|
* Transition from LGPL 2.1 license to Apache 2.0 - fix #697engn33r2021-08-101-2/+2
|
* 1.1.1v1.1.1engn33r2021-08-051-1/+1
|
* 1.1.0v1.1.0engn33r2021-06-091-1/+1
|
* 1.0.1v1.0.1engn33r2021-05-211-1/+1
|
* 1.0.0v1.0.0engn33r2021-05-171-1/+1
|
* Remove six dependency and transition related code to Python3engn33r2021-05-051-2/+2
|
* First pass removing Python 2 code, mostly six dependencyengn33r2021-05-041-33/+1
|
* 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
| |