summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Prefer stdlib contextlib over contextlib2 when availableJon Dufresne2021-02-191-1/+0
| | | | | | | | | | | Removes the vendored contextlib2. ExitStack and suppress are available from stdlib contextlib on all supported Python versions. The nullcontext context manager which isn't available in Python 3.6, but the function is simple to implement. Once Python 3.6 support is dropped, so too can the compat shim.
* Explicitly specify build-backend in pyproject.toml (#7742)KOLANICH2020-04-101-0/+1
|
* Vendor ResolveLib from GitTzu-ping Chung2020-03-121-0/+1
| | | | | | | We are vendoring from the Git source for now, so the bug fix turnover can be quicker if there's anything wrong in the resolution logic. HEAD up-to-date as of 2020-03-12.
* Address review commentsPradyun Gedam2019-12-151-2/+2
| | | | These were all nitpicks but hey, that's good news. :)
* Add configuration for using vendoringPradyun Gedam2019-12-151-0/+39
|
* Validate NEWS files with rstcheck.Chris Hunt2019-09-161-1/+1
|
* Switch to inline tables in pyproject.tomlPradyun Gedam2019-08-271-35/+9
|
* Add a format to allow references to PRs to be linksPradyun Gedam2018-08-141-0/+1
|
* Switch to CalVer and set a release cadenceDonald Stufft2018-04-221-0/+5
|
* Fix title formattingDonald Stufft2018-04-221-4/+1
|
* Fix towncrierDonald Stufft2018-03-311-0/+1
|
* Update pyproject.tomlPradyun S. Gedam2017-05-201-0/+3
|
* Use a better name for RemovalsDonald Stufft2017-03-191-1/+1
|
* Add a special kind of towncrier type for vendored lib updatesDonald Stufft2017-03-191-0/+5
|
* Allow marking a change as "trivial" for the news fileDonald Stufft2017-03-191-0/+5
|
* Generate our NEWS.rst with towncrierDonald Stufft2017-03-191-0/+29