summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 📦Add Trove classifiers for Pythons through 3.11Sviatoslav Sydorenko2023-01-021-0/+3
| | | | | This is necessary for Sphinx docs to display the CPython versions we test against.
* Revert "Remove trove classifiers. No one needs this toil."Sviatoslav Sydorenko2023-01-021-0/+3
| | | | | | | | This reverts commit 1ba0e5e6cc16045e370cc9a9f17a96bd1bfb5157. It is necessary for the docs to retrieve minimum and maximum supported versions. Commit 1ba0e5e6cc16045e370cc9a9f17a96bd1bfb5157 broke the Sphinx docs generation since it relies on this bit of the metadata.
* 🧪🔧 Set up a GitHub Actions CI/CD workflowSviatoslav Sydorenko2023-01-011-0/+1
|
* Remove trove classifiers. No one needs this toil.Jason R. Coombs2022-07-101-3/+0
|
* Use the new cherrypy.dev domain in the dist metaSviatoslav Sydorenko2022-02-011-4/+4
| | | | Ref #1872
* Drop support for Python 3.5Jason R. Coombs2021-07-031-2/+1
|
* Block installation of PyWin32 on Python 3.10 until a release can be made. ↵v18.6.1Jason R. Coombs2021-07-031-1/+3
| | | | Fixes #1920.
* Set a minimum version of pywin32 to protect pip from an excruciating trial. ↵Jason R. Coombs2021-07-031-1/+1
| | | | Ref #1920.
* Require setuptools, docs/conf.py, cherrypy/test/helper.py import pkg_resourcesTomáš Hrnčiar2021-05-031-0/+2
|
* Autogenerate module docs with sphinxcontrib-apidocmasterSviatoslav Sydorenko2021-01-181-0/+1
|
* Add pytest-forked to the test depsChristian Clauss2020-11-171-0/+1
|
* Revert "Temporary limit pytest<5.4"Sviatoslav Sydorenko2020-11-161-5/+1
| | | | This reverts commit 126eda509ecdcde87aa5c50b092a3638fa15b17a.
* setup..py: Remove backports.unittest_mockChristian Clauss2020-11-151-1/+0
| | | Line 112, `python_requires='>=3.5',` means that this backport is no longer required.
* Only depend on pywin32 under CPythonSviatoslav Sydorenko2020-11-151-1/+3
| | | | Fixes #1874
* Update pytest requirement from <5.4.0,>=5.3.5 to >=5.3.5,<6.1.0dependabot-preview[bot]2020-07-291-1/+1
| | | | | | | | Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.3.5...6.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Temporary limit pytest<5.4Sviatoslav Sydorenko2020-04-171-1/+5
| | | | | | Refs: * Teemu/pytest-sugar#188 * pytest-dev/pytest#6931
* Add a tidelift link to metadataSviatoslav Sydorenko2020-04-151-0/+3
|
* Revert "For now inline the implementation until it can be linked. Ref #1673."Jason R. Coombs2019-11-261-0/+1
| | | | This reverts commit 3bcefda0a5e397e12a6122fd8004cbbbce6a2b15.
* Explicitly declare support for Python 3.8Sviatoslav Sydorenko2019-11-251-0/+1
|
* Merge pull request #1743 from cherrypy/feature/pytest-services-on-windowsJason R. Coombs2019-11-061-3/+1
|\ | | | | Rely on pytest-services 2.0 for Windows compatibility
| * Rely on pytest-services 2 for Windows compatibilityJason R. Coombs2019-11-061-1/+1
| |
| * Use devpi to get private release of pytest-servicesJason R. Coombs2019-11-061-2/+0
| |
* | Pass arguments from CPWebCase.getPage to WebCase.getPage without replicating ↵Jason R. Coombs2019-10-171-1/+1
|/ | | | signature. Ref #1818.
* Bump rst.linker to v1.11Sviatoslav Sydorenko2019-07-281-1/+1
|
* Don't depend on memcached extra of pytest-servicesSviatoslav Sydorenko2018-09-101-1/+1
|
* Don't install pytest-services under winSviatoslav Sydorenko2018-09-101-0/+2
|
* Add memcached extra to pytest-services dependencySviatoslav Sydorenko2018-09-091-1/+1
|
* Use pytest-services to create an ephemeral instance of memcached for running ↵Jason R. Coombs2018-09-091-0/+1
| | | | the session tests
* Remove reliance on contextlib2Jason R. Coombs2018-09-021-1/+0
|
* Remove reliance on sixJason R. Coombs2018-09-021-1/+0
|
* Drop support for Python 3.4v18.0.0Jason R. Coombs2018-09-011-5/+2
|
* Drop support for Python 2.7. Fixes #1730.Jason R. Coombs2018-09-011-3/+1
|
* Merge pull request #1729 from cherrypy/bugfix/1193-zc.lockfilev17.3.0Jason R. Coombs2018-08-161-0/+2
|\ | | | | Replace cherrypy.lib.lockfile with zc.lockfile.
| * Replace lockfile with zc.lockfile. Ref #1193.Jason R. Coombs2018-08-141-0/+2
| |
* | Advertise Python 3.7 support via metadataSviatoslav Sydorenko2018-08-151-0/+1
|/
* Merge branch 'master'Jason R. Coombs2018-08-141-112/+80
|\
| * Rely on declarative configuration for long description.Jason R. Coombs2018-08-141-6/+0
| |
| * Remove unnecessary license declaration, already declared by classifiers and ↵v17.1.0Jason R. Coombs2018-08-141-1/+0
| | | | | | | | license file in metadata, and discouraged by the spec.
| * Inline setup parameters, avoiding unnecessary indirection.Jason R. Coombs2018-08-141-97/+79
| |
| * Simply invoke - no need for indirection.Jason R. Coombs2018-08-141-8/+2
| |
| * Remove constraint that CherryPy won't depend on namespace packages. Fixes #1673.v17.0.0Jason R. Coombs2018-07-101-6/+0
| |
| * Pin against tempora 1.13 to avoid inclusion of namespace package. Fixes #1722.v16.0.3Jason R. Coombs2018-07-101-0/+4
| |
| * Swap pep257 with pydocstyleSviatoslav Sydorenko2018-06-161-1/+1
| |
| * Create a test to replicate failure. Ref #1377.Jason R. Coombs2018-05-311-0/+1
| |
* | Extract function for _flush_body. Use 'consume' to consume an iterator. Use ↵Jason R. Coombs2018-06-061-0/+1
|/ | | | 'iter' to make iterator from iterable.
* Add project urls to dist and make links to httpsSviatoslav Sydorenko2018-04-201-2/+12
|
* Bump cheroot bugfix dependencySviatoslav Sydorenko2018-04-191-1/+1
|
* Pin cheroot dependency to higher versionSviatoslav Sydorenko2018-04-191-1/+1
|
* Downgrade pypiwin32 to v219bugfix/limit-pypywin32-ver-for-py34Sviatoslav Sydorenko2018-03-211-1/+1
|
* Pin pypiwin32 for Python 3.4Sviatoslav Sydorenko2018-03-211-1/+1
|