Tomas Kopecek
b5c5756118
log failed plugin
...
Related: https://pagure.io/koji/issue/433
2017-06-07 14:47:47 -04:00
Tomas Kopecek
9dcc0a4032
spec update
2017-06-01 09:39:25 +02:00
Mike McLean
0661e0e3eb
Work around coverage bug in py3 on Fedora
2017-06-01 09:39:25 +02:00
Tomas Kopecek
95f012b27d
fixEncoding tests
2017-06-01 09:39:25 +02:00
Mike McLean
b2bfc28c86
don't warn at load time if krbV module is missing
2017-06-01 09:39:25 +02:00
Mike McLean
560dddd22f
use_old_ssl is only supported on python2
2017-06-01 09:39:25 +02:00
Mike McLean
96532de199
no need to port compatrequests or old ssl code
2017-06-01 09:39:24 +02:00
Mike McLean
08d7abd2ab
use bytes for finding \0 in file data
2017-06-01 09:39:24 +02:00
Mike McLean
ff6fc4aa77
header magic is bytes
2017-06-01 09:39:24 +02:00
Mike McLean
a47eb50a34
__ord -> _ord
2017-06-01 09:39:24 +02:00
Tomas Kopecek
7d5358a336
fix python2 test
2017-06-01 09:39:24 +02:00
Tomas Kopecek
e9a536ae07
str/bytes in rpm headers
2017-06-01 09:39:24 +02:00
Tomas Kopecek
ed6800d613
bytes in rpm headers
2017-06-01 09:39:24 +02:00
Tomas Kopecek
709cf93b75
fix adler32 iterations
2017-06-01 09:39:24 +02:00
Tomas Kopecek
c0fccab2b7
correct sort() usage
2017-06-01 09:39:24 +02:00
Tomas Kopecek
d625c0aa4d
remove changes not relevant to cli
2017-06-01 09:39:24 +02:00
Tomas Kopecek
b4c7433cc4
StringIO to six
2017-06-01 09:39:23 +02:00
Tomas Kopecek
cab2c7b4ea
return rpm headers as string instead of bytes
2017-06-01 09:39:23 +02:00
Tomas Kopecek
f8f373e2b6
use sorted(archs) to not confuse tests
2017-06-01 09:39:23 +02:00
Tomas Kopecek
119ecf2122
propagate exception correctly to outer scope
2017-06-01 09:39:23 +02:00
Tomas Kopecek
6d5dc301d3
don't use krbV under python3
2017-06-01 09:39:23 +02:00
Tomas Kopecek
ce9b538e43
fix compatrequests
2017-06-01 09:39:23 +02:00
Tomas Kopecek
7ff24d717d
fix session
2017-06-01 09:39:23 +02:00
Tomas Kopecek
7d277a8ad5
urllib changes
2017-06-01 09:39:23 +02:00
Tomas Kopecek
0c0cf92b4c
PythonImportError
2017-06-01 09:39:23 +02:00
Tomas Kopecek
0ac44b5374
fix relative import
2017-06-01 09:39:23 +02:00
Tomas Kopecek
2c8a4d332e
python-modernize -f libmodernize.fixes.fix_int_long_tuple
2017-06-01 09:39:23 +02:00
Tomas Kopecek
8962c26080
python-modernize -f libmodernize.fixes.fix_import
2017-06-01 09:39:23 +02:00
Tomas Kopecek
a4a1536a03
python-modernize -f libmodernize.fixes.fix_file
2017-06-01 09:39:22 +02:00
Tomas Kopecek
68bf19c739
python-modernize -f libmodernize.fixes.fix_dict_six
2017-06-01 09:39:22 +02:00
Tomas Kopecek
8567044a20
python-modernize -f libmodernize.fixes.fix_classic_division
2017-06-01 09:39:22 +02:00
Tomas Kopecek
6a0a5a232b
python-modernize -f libmodernize.fixes.fix_basestring
2017-06-01 09:39:22 +02:00
Tomas Kopecek
f6e5bd11f3
python-modernize -f lib2to3.fixes.fix_numliterals
2017-06-01 09:39:22 +02:00
Tomas Kopecek
1220008f8f
python-modernize -f lib2to3.fixes.fix_except
2017-06-01 09:39:22 +02:00
Tomas Kopecek
b1da150c01
python-modernize -f libmodernize.fixes.fix_imports_six
2017-06-01 09:39:21 +02:00
Tomas Kopecek
73356b50e5
fix relative imports
2017-06-01 09:39:21 +02:00
Tomas Kopecek
c579e36489
python-modernize -f libmodernize.fixes.fix_unicode_type
2017-06-01 09:39:21 +02:00
Tomas Kopecek
0eaf3349c4
python-modernize -f libmodernize.fixes.fix_zip
2017-06-01 09:39:21 +02:00
Tomas Kopecek
7f946b37be
python-modernize -f libmodernize.fixes.fix_xrange_six
2017-06-01 09:39:21 +02:00
Mike McLean
3b66a81bfc
rename variable in unit test. clarify docstring
2017-05-22 15:49:38 -04:00
Mike McLean
39d71efa58
clean up docstring
2017-05-22 15:49:38 -04:00
Mike McLean
04b42c8320
tests/fixes for assert_allowed
2017-05-22 15:49:38 -04:00
Mike McLean
dd87bd39e3
scm unit test, partial
2017-05-22 15:49:38 -04:00
Mike McLean
950d6cc4ed
first stab at inverted scm rules
2017-05-22 15:49:38 -04:00
Tomas Kopecek
a54397adc6
propagate parameters recursively
2017-05-17 13:11:22 -04:00
Tomas Kopecek
eaae5b3212
don't remove nonprintable characters by default
2017-05-17 13:11:22 -04:00
Tomas Kopecek
a21d4bb7e3
less restrictive filter
2017-05-17 13:11:22 -04:00
Tomas Kopecek
993b2660da
remove non-printable characters in fixEncoding
...
Some real-world changelogs contains non-printable characters or invalid
unicode ones. xmlrpc fails on such strings, so we sanitize changelog
strings before passing it to client.
Related: https://pagure.io/koji/issue/349
2017-05-17 13:11:22 -04:00
Tomas Kopecek
32fa7f0435
parse deleted mountpoints
...
Related: https://pagure.io/koji/issue/387
2017-05-17 13:04:06 -04:00
Patrick Uiterwijk
7ec0e2c6b0
Make sslLogin use getUserId
...
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-05-04 10:02:58 -04:00