Skip to content

Commit d49615a

Browse files
Release 1.6.1
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 0b746d2 commit d49615a

9 files changed

+10
-10
lines changed

tests/magtests.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
# check that we can import requests (for use in test scripts)
1313
import requests
14-
import requests_kerberos
14+
import requests_gssapi
1515
del requests
16-
del requests_kerberos
16+
del requests_gssapi
1717

1818

1919
def parse_args():

tests/t_bad_acceptor_name.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55
import requests
6-
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
6+
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa
77

88

99
if __name__ == '__main__':

tests/t_hostname_acceptor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66
import requests
7-
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
7+
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa
88

99

1010
if __name__ == '__main__':

tests/t_required_name_attr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55
import requests
6-
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
6+
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa
77

88

99
if __name__ == '__main__':

tests/t_spnego.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from stat import ST_MODE
66

77
import requests
8-
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
8+
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa
99

1010
if __name__ == '__main__':
1111
sess = requests.Session()

tests/t_spnego_negotiate_once.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55
import requests
6-
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
6+
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa
77

88

99
if __name__ == '__main__':

tests/t_spnego_no_auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55
import requests
6-
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
6+
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa
77

88

99
if __name__ == '__main__':

tests/t_spnego_rewrite.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55
import requests
6-
from requests_kerberos import HTTPKerberosAuth, OPTIONAL # noqa
6+
from requests_gssapi import HTTPKerberosAuth, OPTIONAL # noqa
77

88

99
if __name__ == '__main__':

version.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m4_define([VERSION_NUMBER], [1.6.0])
1+
m4_define([VERSION_NUMBER], [1.6.1])

0 commit comments

Comments
 (0)