Ansgar
|
971b4236fd
fix(Changes): fix comparison when `Source` is missing
|
1 month ago |
Ansgar
|
bdfa7aa586
add type annotations and documentation updates
|
1 year ago |
Ansgar
|
f1bb28a32a
add some more type annotations
|
1 year ago |
Ansgar
|
0b2d4b9420
also convert `SignedFile.contents_sha1` into a property
|
1 year ago |
Ansgar
|
70b36f4f22
allow comparing with arbitrary objects in `__eq__`
|
1 year ago |
Ansgar
|
8422de05b6
parse_file_list: do not try to reference non-existing `self.filename` variable
|
1 year ago |
Ansgar
|
221281b360
Changes.contents_sha1: call function to return string value
|
1 year ago |
Ansgar
|
dfc20c5bed
convert most documentation markup
|
1 year ago |
Ansgar
|
907e731621
covert most docstrings to Sphinx syntax
|
1 year ago |
Ansgar
|
0f8f1fbd3e
add more type annotations
|
1 year ago |
Ansgar
|
2b392ba60f
Changes.bytes: use sum function instead of explicit loop
|
1 year ago |
Ansgar
|
9a2b04e712
Changes.buildinfo_files: use list comprehension to simplify implementation
|
1 year ago |
Ansgar
|
30dd75115f
Changes.binaries: use list comprehension to simplify implementation
|
1 year ago |
Ansgar
|
689005c03b
change `IOError` to `OSError`
|
3 years ago |
Ansgar
|
5103a9659e
do not explicitly inherit from `object` in class definitions
|
3 years ago |
Ansgar
|
4b4b6744d0
[py3] stop using `six.iter*` family of functions
|
3 years ago |
Niels Thykier
|
15524c9ed6
Remove unused assignments/parameters
|
4 years ago |
😸
|
e43972358b
add wrapper class around `apt_pkg.Hashes`
|
4 years ago |
Ivo De Decker
|
9068eb8819
replace iter{items,keys,values} with six function
|
4 years ago |
Ivo De Decker
|
a5ce838672
replace long() with int()
|
4 years ago |
Niels Thykier
|
89590bf35d
Reduce the number of garbage collected file descriptors
|
4 years ago |
Paul Wise
|
0180d7b960
Use the changes sourceful wrapper property instead of architectures property
|
5 years ago |
Ansgar Burchardt
|
5b73a3a596
Changes, Source: read file in binary mode
|
5 years ago |
Guillem Jover
|
4c22c7731b
Only require the .changes Binary and Description fields on binary uploads
|
6 years ago |
Ansgar Burchardt
|
6b8a839870
Changes: fix comparison
|
6 years ago |
Bastian Blank
|
ff61ee0ac9
Convert Changes to rich comparision
|
6 years ago |
Bastian Blank
|
32343595ab
Fix E302: Expected 2 blank lines, found 0
|
6 years ago |
Bastian Blank
|
2dfe976768
Fix E301: Expected 1 blank line, found 0
|
6 years ago |
Bastian Blank
|
5b08e57be0
Fix E251: Unexpected spaces around keyword / parameter equals
|
6 years ago |
Chris Lamb
|
74f1635e0e
Drop unused imports.
|
6 years ago |