Ansgar
|
1f1a050090
[py3] remove Python2-specific connection setttings
|
3 anni fa |
Joerg Jaspert
|
4b95030725
Merge commit 'refs/pullreqs/239'
|
4 anni fa |
Stephane Blondon
|
7400e2f7df
Fix pyflakes E265
|
4 anni fa |
Ansgar
|
af43689606
pass filename instead of file descriptor to `DebFile`
|
4 anni fa |
Ansgar
|
cdac1fae3c
use standard "subprocess" module from Python
|
4 anni fa |
Ansgar
|
0d3a5e7fdd
[py3] use `inspect.getfullargspec` instead of deprecated `getargspec`
|
4 anni fa |
Ansgar
|
62bbc72da9
[py3] The future is now!
|
4 anni fa |
Ansgar
|
196e0d11d7
use `Query.one_or_none()` to simply code
|
4 anni fa |
Niels Thykier
|
b4437d7de1
Fix some parameter names in doc-strings
|
4 anni fa |
Niels Thykier
|
03b54ad181
Avoid some mutable kwargs
|
4 anni fa |
Niels Thykier
|
15524c9ed6
Remove unused assignments/parameters
|
4 anni fa |
Ansgar
|
5c59006790
make deprecation warnings refer to caller
|
4 anni fa |
Ansgar
|
ccf6d310fa
dbconn.py: `useexisting` → `extend_existing`
|
4 anni fa |
Ansgar
|
a2b954e87b
import ldap module where constants from it are used
|
4 anni fa |
Ansgar
|
369f2fc744
restore `LDAPDn` local variable
|
4 anni fa |
Ansgar
|
7842dab81f
implement opening connection to LDAP only once
|
4 anni fa |
Ansgar
|
72c6bdec17
remove interpreter from Python module in daklib and dak/dakdb
|
4 anni fa |
Ansgar
|
543af50373
import-keyring: LDAP returns list a values
|
4 anni fa |
Niels Thykier
|
f212092287
Drop unused code
|
4 anni fa |
Ansgar
|
7834435e8d
decode LDAP attributes
|
4 anni fa |
Ansgar
|
d42a5bda64
import-keyring: decode output from gpg key listing
|
4 anni fa |
😸
|
bcc080a7cb
use `postgresql` instead of `postgres` (deprecated in SQLAlchemy)
|
4 anni fa |
😸
|
8d652225af
dbconn.py: deprecate custom `__eq__` with `str` objects
|
4 anni fa |
Ansgar
|
c93ac31f63
daklib/dbconn.py: add `__hash__` where a custom `__eq__` is provided
|
4 anni fa |
Ansgar
|
4800f5749c
remove executable bit from many files
|
4 anni fa |
Ivo De Decker
|
800503dab1
daklib/dbconn.py: use textutils.force_to_utf8 for contents filename
|
4 anni fa |
Ivo De Decker
|
6e558c854f
daklib/dbconn.py: set database connection to utf-8 for python3
|
4 anni fa |
Ivo De Decker
|
e70579d55d
load_keys: make sure data from gpg is str
|
4 anni fa |
Ivo De Decker
|
16f6f58884
Explicitly turn {items,keys,values}() into list where needed
|
4 anni fa |
Ivo De Decker
|
a5ce838672
replace long() with int()
|
4 anni fa |