X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Fupload.py;h=ec120a7bdbdd9964d2b3fbfd7304ea567ad4a184;hb=013bd28f8a38603851e2bd01841fb9ee8af28d8b;hp=406b1d4069101d63669e1edb903075d24d0b69f1;hpb=3f88839fc3a07eb93b1428fe7f193066a358a9a4;p=dak.git diff --git a/daklib/upload.py b/daklib/upload.py index 406b1d40..ec120a7b 100644 --- a/daklib/upload.py +++ b/daklib/upload.py @@ -274,6 +274,14 @@ class Changes(object): """ return self._signed_file.valid + @property + def signature_timestamp(self): + return self._signed_file.signature_timestamp + + @property + def contents_sha1(self): + return self._signed_file.contents_sha1 + @property def architectures(self): """list of architectures included in the upload