Changeset cc3897a in trunk
- Timestamp:
- 2018-08-07T14:42:23Z (7 years ago)
- Branches:
- master
- Children:
- 1643124, 3723945, f576575f
- Parents:
- 90769fe0 (diff), 436cb8fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Jean-Paul Calderone <exarkun@…> (2018-08-07 14:42:23)
- git-committer:
- GitHub <noreply@…> (2018-08-07 14:42:23)
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified NEWS.rst ¶
r90769fe0 rcc3897a 5 5 ================================== 6 6 7 .. towncrier start line 7 8 Release 1.13.0 (05-August-2018) 8 9 ''''''''''''''''''''''''''''''' -
TabularUnified setup.py ¶
r90769fe0 rcc3897a 269 269 "hypothesis >= 3.6.1", 270 270 "treq", 271 "towncrier", 271 272 ], 272 273 "tor": [ -
TabularUnified tox.ini ¶
r90769fe0 rcc3897a 51 51 python misc/coding_tools/find-trailing-spaces.py -r src static misc setup.py 52 52 python misc/coding_tools/check-miscaptures.py 53 54 # With pip >= 10 the existence of pyproject.toml (which we are 55 # required to have to configure towncrier) triggers a "build 56 # isolation" mode which prevents anything from working. Avoid 57 # triggering that pip behavior by keeping the towncrier configuration 58 # somewhere else and only bringing it in when it's actually needed 59 # (after pip is done). 60 # 61 # Some discussion is available at 62 # https://github.com/pypa/pip/issues/5696 63 mv towncrier.pyproject.toml pyproject.toml 64 65 # If towncrier.check fails, you forgot to add a towncrier news 66 # fragment explaining the change in this branch. Create one at 67 # `newsfragments/<ticket>.<change type>` with some text for the news 68 # file. See pyproject.toml for legal <change type> values. 69 python -m towncrier.check 53 70 54 71 [testenv:deprecations]
Note: See TracChangeset
for help on using the changeset viewer.