Ansgar
|
26ec8d7fe4
add more type annotations
|
1 year ago |
Ansgar
|
907e731621
covert most docstrings to Sphinx syntax
|
1 year ago |
Ansgar
|
88b1281ab2
dak rm: add several Debian-* fields to mail templates
|
1 year ago |
Scott Kitterman
|
2064a01fd8
Make rm.py change do a single query
|
2 years ago |
Scott Kitterman
|
f207d79b41
Fix 'Calling get_bugs with positional arguments is deprecated'
|
2 years ago |
Ansgar
|
2fc9a4187b
explicitly state these are columns
|
2 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 |
Ansgar
|
62bbc72da9
[py3] The future is now!
|
4 years ago |
Jakub Wilk
|
7cdccbce7b
daklib/rm.py: remove unused import
|
4 years ago |
Ansgar
|
4dabb4406a
rm: remove leading and trailing whitespace from removal reason
|
4 years ago |
Ivo De Decker
|
400066ea70
daklib/rm.py: format date in python
|
4 years ago |
Ivo De Decker
|
9068eb8819
replace iter{items,keys,values} with six function
|
4 years ago |
Ansgar Burchardt
|
ce8db5ce28
use standard `open` instead of custom `daklib.utils.open_file`
|
5 years ago |
James Clarke
|
aca6319e8c
auto-decruft: Ignore Build-Depends from crufty source packages
|
5 years ago |
Ansgar Burchardt
|
43001068bb
use subprocess module instead of commands module
|
5 years ago |
Ansgar Burchardt
|
dacc8b18ee
use raw strings for regular expressions
|
5 years ago |
Bastian Blank
|
a3a66d4d86
Convert remaing compare functions
|
6 years ago |
Bastian Blank
|
03c58018e3
Use arch compare key
|
6 years ago |
Bastian Blank
|
da66a788e5
Use absolute imports
|
6 years ago |
Bastian Blank
|
21d6554436
Convert to print function
|
6 years ago |
Bastian Blank
|
34d63b51d1
Fix E231: Missing whitespace after ',', ';', or ':'
|
6 years ago |
Bastian Blank
|
4544378f72
Fix E226: Missing whitespace around arithmetic operator
|
6 years ago |
Ansgar Burchardt
|
4988d9dd07
silence one more SQLAlchemy warning about textual SQL expressions
|
7 years ago |
Luca Falavigna
|
f3189a11ae
Define correct RM version when binary name is different than source
|
9 years ago |
Luca Falavigna
|
b25cecbb77
Allow closing bugs if more than one source version is available.
|
9 years ago |
Joerg Jaspert
|
7694f70728
Merge remote-tracking branch 'nthykier/auto-decruft'
|
9 years ago |
Niels Thykier
|
39d9c1ebac
daklib/rm: Fix boolean inversion on partial removals
|
9 years ago |
Ansgar Burchardt
|
57ab3a0d9a
Implicitly release lock when closing file
|
9 years ago |
Niels Thykier
|
e99233ab2b
daklib/rm: Components can be None even when partial is True
|
9 years ago |