File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 7.0.2
2+ current_version = 7.0.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.0.3 (2021-01-21)
4+
5+ - dependencies: Set minimum pysaml2 version to v6.5.1 to fix internal XML
6+ parser issues around the xs and xsd namespace prefixes declarations
7+
8+
39## 7.0.2 (2021-01-20) - Security release for pySAML2 dependency
410
511- Add RegexSubProcessor attribute processor
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'SATOSA' ,
9- version = '7.0.2 ' ,
9+ version = '7.0.3 ' ,
1010 description = 'Protocol proxy (SAML/OIDC).' ,
1111 author = 'DIRG' ,
1212 author_email = 'satosa-dev@lists.sunet.se' ,
1616 package_dir = {'' : 'src' },
1717 install_requires = [
1818 "pyop >= 3.0.1" ,
19- "pysaml2 >= 6.5.0 " ,
19+ "pysaml2 >= 6.5.1 " ,
2020 "pycryptodomex" ,
2121 "requests" ,
2222 "PyYAML" ,
You can’t perform that action at this time.
0 commit comments