Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f4639a

Browse files
committed
Merge origin.
2 parents234ebc5 +5347588 commit5f4639a

30 files changed

+6
-46
lines changed

‎NEWS.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release notes
55

66
.. towncrier release notes start
77
8-
towncrier 25.8.0rc4 (2025-08-15)
8+
towncrier 25.8.0rc2 (2025-08-15)
99
================================
1010

1111
Features

‎admin/check_tag_version_match.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
#
1010

1111
importsys
12-
1312
fromimportlibimportmetadata
1413

15-
1614
TAG_PREFIX="refs/tags/"
1715

1816
iflen(sys.argv)<2:

‎bin/towncrier‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
importos.path
55
importsys
66

7-
87
srcdir=os.path.join(os.path.dirname(__file__),"..","src")
98
sys.path.insert(0,srcdir)
109

1110
importtowncrier
1211

13-
1412
towncrier._main()

‎docs/conf.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3131
# ones.
3232
importos
33-
3433
fromdatetimeimportdate
3534
fromimportlib.metadataimportversion
3635

37-
3836
towncrier_version=version("towncrier")
3937

4038

‎noxfile.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
importnox
66

7-
87
nox.options.sessions= ["pre_commit","docs","typecheck","tests"]
98
nox.options.reuse_existing_virtualenvs=True
109
nox.options.error_on_external_run=True

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "towncrier"
99
# For RC - 23.11.0rc1 (release candidate starts at 1)
1010
# For final - 23.11.0
1111
# make sure to follow PEP440
12-
version ="25.8.0rc4"
12+
version ="25.8.0rc2
1313
description ="Building newsfiles for your project."
1414
readme ="README.rst"
1515
license ="MIT"

‎src/towncrier/__main__.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
fromtowncrier._shellimportcli
44

5-
65
cli()

‎src/towncrier/_builder.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
importos
88
importre
99
importtextwrap
10-
1110
fromcollectionsimportdefaultdict
1211
fromcollections.abcimportIterable,Iterator,Mapping,Sequence
1312
fromfnmatchimportfnmatch

‎src/towncrier/_git.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from __future__importannotations
55

66
importos
7-
87
fromcollections.abcimportContainer
98
fromsubprocessimportSTDOUT,call,check_output
109
fromwarningsimportwarn

‎src/towncrier/_hg.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from __future__importannotations
55

66
importos
7-
87
fromcollections.abcimportContainer
98
fromsubprocessimportSTDOUT,call,check_output
109

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp