summary refs log tree commit diff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-11-09 11:27:22 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-11-09 11:27:22 +0900
commita33d17fadc18ecc7fd7f572e40d6d6b960bef0be (patch)
tree28a378915f921cce4983f59bf76ed0fab351ff73
parentbcb19b212cd068ad265a16e02c888ce5fbbad395 (diff)
downloadnixpkgs-a33d17fadc18ecc7fd7f572e40d6d6b960bef0be.tar
nixpkgs-a33d17fadc18ecc7fd7f572e40d6d6b960bef0be.tar.gz
nixpkgs-a33d17fadc18ecc7fd7f572e40d6d6b960bef0be.tar.bz2
nixpkgs-a33d17fadc18ecc7fd7f572e40d6d6b960bef0be.tar.lz
nixpkgs-a33d17fadc18ecc7fd7f572e40d6d6b960bef0be.tar.xz
nixpkgs-a33d17fadc18ecc7fd7f572e40d6d6b960bef0be.tar.zst
nixpkgs-a33d17fadc18ecc7fd7f572e40d6d6b960bef0be.zip
doc/languages-frameworks/python: update recommended commit message
-rw-r--r--doc/languages-frameworks/python.section.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index afb633d624a..9af3f529ae4 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -2027,7 +2027,9 @@ The following rules are desired to be respected:
   disabled individually. Try to avoid disabling the tests altogether. In any
   case, when you disable tests, leave a comment explaining why.
 * Commit names of Python libraries should reflect that they are Python
-  libraries, so write for example `python3Packages.numpy: 1.11 -> 1.12`.
+  libraries, so write for example `python311Packages.numpy: 1.11 -> 1.12`.
+  It is highly recommended to specify the current default version to enable
+  automatic build by ofborg.
 * Attribute names in `python-packages.nix` as well as `pname`s should match the
   library's name on PyPI, but be normalized according to [PEP
   0503](https://www.python.org/dev/peps/pep-0503/#normalized-names). This means