summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update flake8 requirement from ^3.7.9 to ^4.0.1dependabot[bot]2021-10-111-1/+1
| | | | | | | | | | | | | Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.7.9...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #697 from rthalley/dependabot/pip/pytest-cov-tw-3.0.0Bob Halley2021-10-041-1/+1
|\ | | | | Update pytest-cov requirement from ^2.10.0 to ^3.0.0
| * Update pytest-cov requirement from ^2.10.0 to ^3.0.0dependabot/pip/pytest-cov-tw-3.0.0dependabot[bot]2021-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | Update coverage requirement from ^5.1 to ^6.0dependabot/pip/coverage-tw-6.0dependabot[bot]2021-10-041-1/+1
|/ | | | | | | | | | | | | | Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.1...6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update cryptography requirement from >=2.6,<4.0 to >=2.6,<36.0dependabot[bot]2021-09-301-1/+1
| | | | | | | | | | | | | | Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...35.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Update idna requirement from ^2.1 to >=2.1,<4.0dependabot[bot]2021-07-131-1/+1
| | | | | | | | | | | | | | Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.1...v3.2) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Update mypy requirement from ^0.902 to ^0.910dependabot[bot]2021-06-231-1/+1
| | | | | | | | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.902...v0.910) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20dependabot[bot]2021-06-161-1/+1
| | | | | | | | | | | | | Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.19.0) --- updated-dependencies: - dependency-name: trio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Update mypy requirement from ^0.901 to ^0.902dependabot[bot]2021-06-111-1/+1
| | | | | | | | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.901...v0.902) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update mypy requirement from ^0.812 to ^0.901dependabot[bot]2021-06-091-1/+1
| | | | | | | | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.812...v0.901) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Update sphinx requirement from ^3.0.0 to ^4.0.0dependabot[bot]2021-05-101-1/+1
| | | | | | | | Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v4.0.0) Signed-off-by: dependabot[bot] <support@github.com>
* finish fixing nanonameserver handle(), and test it before committing :)Bob Halley2021-04-141-0/+1
|
* Update mypy requirement from ^0.800 to ^0.812dependabot/pip/mypy-tw-0.812dependabot[bot]2021-02-191-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.800...v0.812) Signed-off-by: dependabot[bot] <support@github.com>
* Moved the metadata into setup.cfg from setup.py.KOLANICH2021-02-161-2/+4
| | | | | Fixed the dependency on poetry instead of poetry-core in pyproject.toml. Fetching the version from git tags now when using setuptools (for poetry we cannot do that currently, see https://github.com/python-poetry/poetry/issues/693).
* Update mypy requirement from ^0.790 to ^0.800dependabot/pip/mypy-tw-0.800dependabot[bot]2021-01-251-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.790...v0.800) Signed-off-by: dependabot[bot] <support@github.com>
* Update trio requirement from >=0.14,<0.18 to >=0.14,<0.19dependabot/pip/trio-gte-0.14-and-lt-0.19dependabot[bot]2021-01-121-1/+1
| | | | | | | Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.18.0) Signed-off-by: dependabot[bot] <support@github.com>
* post 2.1.0 versioningBob Halley2021-01-071-1/+1
|
* Set 2.1.0 version.Bob Halley2021-01-071-1/+1
|
* update versions for 2.1.0rc1Bob Halley2020-10-301-1/+1
|
* Update mypy requirement from ^0.782 to ^0.790dependabot/pip/mypy-tw-0.790dependabot[bot]2020-10-121-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.782...v0.790) Signed-off-by: dependabot[bot] <support@github.com>
* Update trio requirement from >=0.14,<0.17 to >=0.14,<0.18dependabot/pip/trio-gte-0.14-and-lt-0.18dependabot[bot]2020-09-161-1/+1
| | | | | | | Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.17.0) Signed-off-by: dependabot[bot] <support@github.com>
* Update wheel requirement from ^0.34.2 to ^0.35.0dependabot/pip/wheel-tw-0.35.0dependabot[bot]2020-08-141-1/+1
| | | | | | | | Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.34.2...0.35.0) Signed-off-by: dependabot[bot] <support@github.com>
* allow pytest 6Bob Halley2020-07-301-1/+1
|
* Update cryptography requirement from ^2.6 to >=2.6,<4.0dependabot/pip/cryptography-gte-2.6-and-lt-4.0dependabot[bot]2020-07-211-1/+1
| | | | | | | | Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...3.0) Signed-off-by: dependabot[bot] <support@github.com>
* update version post-releaseBob Halley2020-07-171-1/+1
|
* 2.0.0 versioningv2.0.0Bob Halley2020-07-161-1/+1
|
* update version post releaseBob Halley2020-07-041-1/+1
|
* 2.0.0rc2 versioningBob Halley2020-07-011-1/+1
|
* move pytest-cov dependency to the dev sectionBob Halley2020-06-301-1/+1
|
* Update mypy requirement from ^0.781 to ^0.782dependabot/pip/mypy-tw-0.782dependabot[bot]2020-06-241-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.781...v0.782) Signed-off-by: dependabot[bot] <support@github.com>
* compute and load coverage from travisBob Halley2020-06-221-0/+1
|
* Update mypy requirement from ^0.780 to ^0.781dependabot/pip/mypy-tw-0.781dependabot[bot]2020-06-221-1/+1
| | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.780...v0.781) Signed-off-by: dependabot[bot] <support@github.com>
* set versioning to devBob Halley2020-06-201-1/+1
|
* add wheelv2.0.0rc1Bob Halley2020-06-201-0/+1
|
* add twine to dev toolsBob Halley2020-06-201-0/+1
|
* set rc1 in versionBob Halley2020-06-161-1/+1
|
* Merge pull request #507 from rthalley/dependabot/pip/mypy-tw-0.780Bob Halley2020-06-141-1/+1
|\ | | | | Update mypy requirement from ^0.770 to ^0.780
| * Update mypy requirement from ^0.770 to ^0.780dependabot[bot]2020-06-141-1/+1
| | | | | | | | | | | | | | Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.770...v0.780) Signed-off-by: dependabot[bot] <support@github.com>
* | Update trio requirement from ^0.14 to >=0.14,<0.17dependabot[bot]2020-06-141-1/+1
|/ | | | | | | Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.16.0) Signed-off-by: dependabot[bot] <support@github.com>
* update extrasBob Halley2020-06-121-0/+1
|
* add curio (optional)Bob Halley2020-06-121-0/+1
|
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-111-1/+2
|
* coverage toolsBob Halley2020-05-201-0/+1
|
* add trio to extrasBob Halley2020-05-191-0/+2
|
* add sphinx to pyproject.tomlBob Halley2020-05-071-0/+1
|
* match setup.py's extra_requires functionalitykimbo2020-05-071-4/+9
|
* python>=3.6Bob Halley2020-05-071-1/+1
|
* make dnspython installable with pipkimbo2020-05-071-0/+3
| | | | | | | | | | | | | | | I tried installing dnspython from the master branch and it did not work. The error I got was "poetry.masonry.utils.module.ModuleOrPackageNotFound: No file/folder found for package dnspython". Turns out there have been some changes made to pip involving the build system (see https://www.python.org/dev/peps/pep-0517). Basically pip is using poetry to install your package. Poetry has some requirements about how you structure your project (see https://python-poetry.org/docs/basic-usage/#project-setup and https://python-poetry.org/docs/pyproject/#packages). This change allows you to install dnspython without running into that particular issue.
* start flake8 supportBob Halley2020-05-041-1/+1
|
* pytest make targetsBob Halley2020-05-021-0/+1
|