@@ -26,8 +26,6 @@ and automatically uses the correct file paths.
26
26
You can install ** blurb** from PyPI using ` pip ` . Alternatively,
27
27
simply add ` blurb ` to a directory on your path.
28
28
29
- ** blurb** 's only dependency is Python 3.8+.
30
-
31
29
32
30
## Files used by blurb
33
31
@@ -191,32 +189,6 @@ uses the name of the directory CPython is checked out to.
191
189
version I'm releasing, and using this shortcut saves me some typing.)
192
190
193
191
194
- ### blurb split
195
-
196
- ` blurb split ` only needs to be run once per-branch, ever.
197
- It reads in ` Misc/NEWS `
198
- and splits it into individual ` .rst ` files.
199
- The text files are stored as follows::
200
-
201
- Misc/NEWS.d/<version>.rst
202
-
203
- ` <version> ` is the version number of Python where the
204
- change was committed. Pre-release versions are denoted
205
- with an abbreviation: ` a ` for alphas, ` b ` for betas,
206
- and ` rc ` for release candidates.
207
-
208
- The individual ` <version>.rst ` files actually (usually)
209
- contain multiple entries. Each entry is delimited by a
210
- single line containing ` .. ` by itself.
211
-
212
- The assumption is, at the point we convert over to * blurb* ,
213
- we'll run ` blurb split ` on each active branch,
214
- remove ` Misc/NEWS ` from the repo entirely,
215
- never run ` blurb split ` ever again,
216
- and ride off into the sunset, confident that the world is now
217
- a better place.
218
-
219
-
220
192
221
193
## The "next" directory
222
194
@@ -237,24 +209,11 @@ the right thing. If `NEWS` entries were already written to the
237
209
final version directory, you'd have to move those around as
238
210
part of the cherry-picking process.
239
211
240
- ## Changelog
241
-
242
- ### 1.1.0
243
-
244
- - Support GitHub Issues in addition to b.p.o (bugs.python.org).
245
- If "gh-issue" is in the metadata, then the filename will contain
246
- "gh-issue-<number >" instead of "bpo-".
247
-
248
- ### 1.0.7
249
-
250
- - When word wrapping, don't break on long words or hyphens.
251
- - Use the ` -f ` flag when adding ** blurb** files to a Git
252
- commit. This forces them to be added, even when the files
253
- might normally be ignored based on a ` .gitignore ` directive.
254
- - Explicitly support the ` -help ` command-line option.
255
- - Fix Travis CI integration.
256
-
257
212
## Copyright
258
213
259
214
** blurb** is Copyright 2015-2018 by Larry Hastings.
260
215
Licensed to the PSF under a contributor agreement.
216
+
217
+ ## Changelog
218
+
219
+ See [ CHANGELOG.md] ( CHANGELOG.md ) .
0 commit comments