Stéphane Blondon
|
b458edf147
fix E121 flake8 errors
|
2 lat temu |
Stéphane Blondon
|
a4858dc287
Fix E123 flakes8 error (closing bracket does not match indentation of opening bracket's line)
|
3 lat temu |
Ansgar
|
526d5fea68
daklib/dbconn.py: stop using `force_to_utf8`
|
3 lat temu |
Ansgar
|
5103a9659e
do not explicitly inherit from `object` in class definitions
|
3 lat temu |
Ansgar
|
dc999e9f8c
daklib/dbconn.py: stop using `six`
|
3 lat temu |
Ansgar
|
1f1a050090
[py3] remove Python2-specific connection setttings
|
4 lat temu |
Joerg Jaspert
|
4b95030725
Merge commit 'refs/pullreqs/239'
|
4 lat temu |
Stephane Blondon
|
7400e2f7df
Fix pyflakes E265
|
4 lat temu |
Ansgar
|
af43689606
pass filename instead of file descriptor to `DebFile`
|
4 lat temu |
Ansgar
|
cdac1fae3c
use standard "subprocess" module from Python
|
4 lat temu |
Ansgar
|
0d3a5e7fdd
[py3] use `inspect.getfullargspec` instead of deprecated `getargspec`
|
4 lat temu |
Ansgar
|
62bbc72da9
[py3] The future is now!
|
4 lat temu |
Ansgar
|
196e0d11d7
use `Query.one_or_none()` to simply code
|
4 lat temu |
Niels Thykier
|
b4437d7de1
Fix some parameter names in doc-strings
|
4 lat temu |
Niels Thykier
|
03b54ad181
Avoid some mutable kwargs
|
4 lat temu |
Niels Thykier
|
15524c9ed6
Remove unused assignments/parameters
|
4 lat temu |
Ansgar
|
5c59006790
make deprecation warnings refer to caller
|
4 lat temu |
Ansgar
|
ccf6d310fa
dbconn.py: `useexisting` → `extend_existing`
|
4 lat temu |
Ansgar
|
a2b954e87b
import ldap module where constants from it are used
|
4 lat temu |
Ansgar
|
369f2fc744
restore `LDAPDn` local variable
|
4 lat temu |
Ansgar
|
7842dab81f
implement opening connection to LDAP only once
|
4 lat temu |
Ansgar
|
72c6bdec17
remove interpreter from Python module in daklib and dak/dakdb
|
4 lat temu |
Ansgar
|
543af50373
import-keyring: LDAP returns list a values
|
4 lat temu |
Niels Thykier
|
f212092287
Drop unused code
|
4 lat temu |
Ansgar
|
7834435e8d
decode LDAP attributes
|
4 lat temu |
Ansgar
|
d42a5bda64
import-keyring: decode output from gpg key listing
|
4 lat temu |
😸
|
bcc080a7cb
use `postgresql` instead of `postgres` (deprecated in SQLAlchemy)
|
4 lat temu |
😸
|
8d652225af
dbconn.py: deprecate custom `__eq__` with `str` objects
|
4 lat temu |
Ansgar
|
c93ac31f63
daklib/dbconn.py: add `__hash__` where a custom `__eq__` is provided
|
4 lat temu |
Ansgar
|
4800f5749c
remove executable bit from many files
|
5 lat temu |