summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-01-11 20:02:29 +0100
committerJulian Andres Klode <jak@debian.org>2009-01-11 20:02:29 +0100
commit2e980f4f190abb787f9aa9939a404875905d651c (patch)
treeb0c6cd369db47d020d91a96ed92bb5ea0f3705e9 /doc
parent2e845fd26a63499c8d94b95dae0cb462f81b206d (diff)
downloadpython-apt-2e980f4f190abb787f9aa9939a404875905d651c.tar.gz
* Add support for PkgRecords.SHA256Hash (Closes: #456113)
Diffstat (limited to 'doc')
-rw-r--r--doc/source/apt_pkg/cache.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/apt_pkg/cache.rst b/doc/source/apt_pkg/cache.rst
index 0a02c47c..6e924aeb 100644
--- a/doc/source/apt_pkg/cache.rst
+++ b/doc/source/apt_pkg/cache.rst
@@ -923,6 +923,11 @@ broken dependencies:
Return the SHA1 hashsum of the package. This refers to the field 'SHA1'
in the raw record.
+ .. attribute:: SHA256Hash
+
+ Return the SHA256 hashsum of the package. This refers to the field
+ 'SHA256' in the raw record.
+
.. attribute:: SourcePkg
Return the source package.