Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Eliminate nose-testconfig completely | Sviatoslav Sydorenko | 2017-04-23 | 1 | -1/+0 | |
| | ||||||
* | Eliminate nose from package testing extras | Sviatoslav Sydorenko | 2017-04-23 | 1 | -2/+0 | |
| | ||||||
* | Add pytest-sugar to setup.py | Sviatoslav Sydorenko | 2017-04-23 | 1 | -1/+2 | |
| | ||||||
* | Improve docstrings in setup.py | Sviatoslav Sydorenko | 2017-04-23 | 1 | -0/+4 | |
| | | | | Also add shebang | |||||
* | Revert "List all package data files explicitly" | Jason R. Coombs | 2017-04-18 | 1 | -11/+0 | |
| | | | | | | | | | This reverts commit edb6f63d7b6afa9a2fb488177de086f4b59983c3. This change was made in reaction to tests failing due to pypa/setuptools#1016. Better to wait for that issue to be resolved than to create new duplication in declaration of package files to later become stale. | |||||
* | List all package data files explicitly | Sviatoslav Sydorenko | 2017-04-17 | 1 | -0/+11 | |
| | | | | | | Bonus: - made setup.py PEP257 compliant - added shebang | |||||
* | Always include sphinx, even though RTD supplies it implicitly. | Jason R. Coombs | 2017-03-30 | 1 | -0/+1 | |
| | ||||||
* | Use rst.linker 1.9 and jaraco.packaging.sphinx to load details from project ↵ | Jason R. Coombs | 2017-03-30 | 1 | -1/+2 | |
| | | | | metadata. | |||||
* | Pin graphviz only in testing reqs. | Jason R. Coombs | 2017-03-13 | 1 | -3/+7 | |
| | ||||||
* | Report server version as CherryPy and Cheroot version combo (PR #1580 by ↵ | Sviatoslav Sydorenko | 2017-03-12 | 1 | -1/+1 | |
|\ | | | | | | | @mar10) | |||||
| * | Set requirements to cheroot >= 5.2.0 | Martin@MBP | 2017-03-12 | 1 | -1/+1 | |
| | | ||||||
| * | Bump requirement to cheroot to 5.2.1 | Martin@MBP | 2017-03-11 | 1 | -1/+1 | |
| | | ||||||
* | | Don't install graphviz>=0.6 under Python 2.6 | Sviatoslav Sydorenko | 2017-03-11 | 1 | -0/+2 | |
| | | | | | | | | | | Fixes failing build since graphviz dropped support for Python 2.6 Ref: https://github.com/xflr6/graphviz/pull/32 | |||||
* | | Fixup same style string quotes across the repo | Sviatoslav Sydorenko | 2017-03-03 | 1 | -1/+1 | |
|/ | ||||||
* | Rename extra to 'docs' to better align with more typical usage. | Jason R. Coombs | 2017-02-16 | 1 | -1/+1 | |
| | ||||||
* | Require Python 3 to build docs. | Jason R. Coombs | 2017-02-08 | 1 | -1/+0 | |
| | ||||||
* | Move all documentation dependencies to setup.py and merely reference them ↵ | Jason R. Coombs | 2017-02-08 | 1 | -0/+2 | |
| | | | | from requirements.txt. Don't forget to turn off 'install project in virtualenv' in RTD so it doesn't get installed twice. | |||||
* | Bump to cheroot 5.1 | Jason R. Coombs | 2017-01-22 | 1 | -1/+1 | |
| | ||||||
* | Merge with master | Jason R. Coombs | 2017-01-19 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge with master | Jason R. Coombs | 2017-01-19 | 1 | -2/+1 | |
| |\ | ||||||
| * | | Bump cheroot for bugfix. | Jason R. Coombs | 2017-01-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Now grab released cheroot 5 as a normal dependency. | Jason R. Coombs | 2017-01-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge with master | Jason R. Coombs | 2017-01-13 | 1 | -2/+1 | |
| |\ \ | ||||||
| * | | | Delete wsgiserver package and instead defer to cheroot for the wsgiserver ↵ | Jason R. Coombs | 2017-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | implementation. Ref #1481. | |||||
* | | | | Bump portend for additional Python 2.6 fixes | Jason R. Coombs | 2017-01-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Bump portend requirement for Python 2.6 compatibility. | Jason R. Coombs | 2017-01-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Rely on portend for port checks. Fixes #1332. | Jason R. Coombs | 2017-01-19 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | Revert "Disable installation of pypiwin32 on Python 3.6. Workaround for ↵ | Jason R. Coombs | 2017-01-16 | 1 | -2/+1 | |
| |/ |/| | | | | | #1537." Fixes #1537. | |||||
* | | Remove reference to 'cherryd' script, now removed. Ref #1547.v8.9.0 | Jason R. Coombs | 2017-01-13 | 1 | -1/+0 | |
| | | ||||||
* | | Convert cherryd script into console_script | Sviatoslav Sydorenko | 2017-01-10 | 1 | -1/+1 | |
|/ | | | | | | Also: * remove ``cherrypy/cherryd`` * run cherryd as cherrypy.__main__ module to support Python 2.6 | |||||
* | Use 'include_package_data' directive to ensure that package data is included ↵ | Jason R. Coombs | 2016-12-26 | 1 | -43/+1 | |
| | | | | with the installation. Abandon hacks in INSTALL_SCHEMES and hacks for wininst. Fixes #1538 and #1090. | |||||
* | Rely on backports.unittest_mock (and its pytest plugin) to supply mock. | Jason R. Coombs | 2016-12-26 | 1 | -5/+1 | |
| | ||||||
* | Rely on python_requires and pep 345 metadata to declare supported Python ↵ | Jason R. Coombs | 2016-12-26 | 1 | -9/+1 | |
| | | | | versions. Drop behavior in setup.py for restricting Python version installs. | |||||
* | Drop custom build step for excluding ssl_pyopenssl module from Python 3 ↵ | Jason R. Coombs | 2016-12-26 | 1 | -21/+0 | |
| | | | | builds. Ref #1399. Fixes #1149. | |||||
* | Disable installation of pypiwin32 on Python 3.6. Workaround for #1537.v8.3.1 | Jason R. Coombs | 2016-12-25 | 1 | -1/+2 | |
| | ||||||
* | Render README.rst as package long_description. | Jason R. Coombs | 2016-12-24 | 1 | -1/+5 | |
| | ||||||
* | Fix issue with adding mock dep for Python 2.x-3.2 | Sviatoslav Sydorenko | 2016-12-25 | 1 | -1/+1 | |
| | ||||||
* | Consolidate test requirements | Jason R. Coombs | 2016-12-24 | 1 | -0/+1 | |
| | ||||||
* | Rename testing extra to the more common 'testing' name. | Jason R. Coombs | 2016-12-24 | 1 | -1/+1 | |
| | ||||||
* | Move attribute docstring to after the attribute. | Jason R. Coombs | 2016-12-23 | 1 | -1/+1 | |
| | ||||||
* | In tox, invoke tox directly. No longer support running tests with setup.py test. | Jason R. Coombs | 2016-12-23 | 1 | -10/+0 | |
| | ||||||
* | Merge branch 'master' into pytest | Jason R. Coombs | 2016-12-23 | 1 | -2/+3 | |
|\ | ||||||
| * | Fix LICENSE path. | Lorenzo Bolla | 2016-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | Make mock module be always accessed through helper | Sviatoslav Sydorenko | 2016-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | Claim that CherryPy now supports Python 3.6 | Sviatoslav Sydorenko | 2016-11-25 | 1 | -0/+1 | |
| | | | | | | | | | | I'm adding this, since we are running tests against Python 3.6-dev and nightly (3.7) for a while and they keep being green. | |||||
* | | Merge with master | Jason R. Coombs | 2016-10-04 | 1 | -48/+78 | |
|\ \ | |/ | ||||||
| * | Replace pywin32 dependency with new name pypiwin32 | Sviatoslav Sydorenko | 2016-09-28 | 1 | -1/+1 | |
| | | | | | | | | Fixes #1508 | |||||
| * | Add extras for feature flags (#1496) | Sviatoslav Sydorenko | 2016-09-17 | 1 | -3/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add feature flags with optional dependencies Defined new extras: - routes-dispatcher - multienv-tests - test-tools * Change extra names to use underscore instead of dashes * Extend test_tools extra * Notice, that env marker may not work as expected * Add rest of extras - doc - json - ssl - win32 - xcgi * Move docstring out of extras_require dict * Move version-dependent mock package out of dict Environment markers (PEP426) don't seem to work well across pythons * Import built-in mock for Python>=3.3 * Replace tox requirements with internal extra deps * Move win32 extra to platform-dependent env marker * Add routes and test tools dependencies to travis * Add docs about extras * Fix memcached_session extra spelling * Fix double backticks in RST Closes #1480 | |||||
| * | Drop deprecated cherrypy._cpcompat_subprocess | Sviatoslav Sydorenko | 2016-09-17 | 1 | -2/+1 | |
| | | ||||||
| * | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -42/+42 | |
| | | | | | | | | pre-commit run double-quote-string-fixer --all-files |