File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def run_tests(self):
53
53
54
54
setup (
55
55
name = 'pysaml2' ,
56
- version = '2.5 .0' ,
56
+ version = '3.0 .0' ,
57
57
description = 'Python implementation of SAML Version 2' ,
58
58
# long_description = read("README"),
59
59
author = 'Roland Hedberg' ,
@@ -72,7 +72,6 @@ def run_tests(self):
72
72
"Development Status :: 4 - Beta" ,
73
73
"License :: OSI Approved :: Apache Software License" ,
74
74
"Topic :: Software Development :: Libraries :: Python Modules" ,
75
- "Programming Language :: Python :: 2.6" ,
76
75
"Programming Language :: Python :: 2.7" ],
77
76
78
77
scripts = ["tools/parse_xsd2.py" , "tools/make_metadata.py" ,
Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ def test_idp_policy_filter():
158
158
"norEduPersonNIN" : "19800101134" }
159
159
160
160
policy = idp .config .getattr ("policy" , "idp" )
161
- ava = policy .filter (ava , "urn:mace:example.com:saml:roland:sp" , idp .metadata )
161
+ ava = policy .filter (ava , "urn:mace:example.com:saml:roland:sp" ,
162
+ idp .metadata )
162
163
163
164
print (ava )
164
165
assert list (ava .keys ()) == ["eduPersonTargetedID" ] # because no entity category
You can’t perform that action at this time.
0 commit comments