Add changelog entry, and FA...
Marco Ricci authored 2 months ago
|
1) # How to comply with the "altered versions" clause of the license
2)
|
Copyedit "altered versions"...
Marco Ricci authored 1 month ago
|
3) **Short answer:** change the package name and/or include a [PEP 440][] "local version identifier" in the version number.
|
Add changelog entry, and FA...
Marco Ricci authored 2 months ago
|
4) If `derivepassphrase` ever rebrands, this applies to rebranded names too.
5) We try not to clash with anyone else, and will yank our offending releases if we do.
6)
7) **Long answer:** We, upstream `derivepassphrase`, reserve the name `derivepassphrase` and certain version numbers for ourselves.
|
Copyedit "altered versions"...
Marco Ricci authored 1 month ago
|
8) Specifically, our version numbers adhere to [PEP 440][] (or newer revisions) and generally do not include a "local version identifier".
|
Add changelog entry, and FA...
Marco Ricci authored 2 months ago
|
9) To mark an altered version, we thus recommend that you change the software package name `derivepassphrase`, or use a version number with a local version identifier.
10) If we (upstream) decide to use a local version identifier, we will avoid all clashing local version identifiers we are aware of, and if informed of a clashing local version identifier after our release, will yank our offending version(s).
11)
12) Should we (upstream) change the package name, we shall apply the same guidelines and checks concerning local version identifiers to the new package name.
13) A change of package name does *not* by itself imply permission to use the old package name for future releases of altered versions without marking them.
14)
15) ---
16)
|
Copyedit "altered versions"...
Marco Ricci authored 1 month ago
|
17) See also [the zlib project's take on how to mark altered versions (question #24)][ZLIB_FAQ].
|
Add changelog entry, and FA...
Marco Ricci authored 2 months ago
|
18) Like them, we recommend keeping our upstream Changelog (up to the point where you introduced modifications) and describing your modifications both there and in the README, in the appropriate level of detail.
19) We also request (but do not require) that you provide clear instructions in the README (and potentially other suitable places) on where and how to report problems that stem from your modifications, not from the upstream software package.
20)
21) [PEP 440]: https://peps.python.org/pep-0440/
|