X-Git-Url: https://git.donarmstrong.com/?p=dak.git;a=blobdiff_plain;f=daklib%2Fupload.py;h=ec120a7bdbdd9964d2b3fbfd7304ea567ad4a184;hp=406b1d4069101d63669e1edb903075d24d0b69f1;hb=206fb80997ed8e3aa8ee317d454a3fb9470b7ffc;hpb=57470d3ae2c4e01fb7d285e1860e06504721495d 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