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 1
1
[bumpversion]
2
- current_version = 7.0.2
2
+ current_version = 7.0.3
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 7.0.2 (2021-01-20) - Security release for pySAML2 dependency
4
10
5
11
- Add RegexSubProcessor attribute processor
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'SATOSA' ,
9
- version = '7.0.2 ' ,
9
+ version = '7.0.3 ' ,
10
10
description = 'Protocol proxy (SAML/OIDC).' ,
11
11
author = 'DIRG' ,
12
12
16
16
package_dir = {'' : 'src' },
17
17
install_requires = [
18
18
"pyop >= 3.0.1" ,
19
- "pysaml2 >= 6.5.0 " ,
19
+ "pysaml2 >= 6.5.1 " ,
20
20
"pycryptodomex" ,
21
21
"requests" ,
22
22
"PyYAML" ,
You can’t perform that action at this time.
0 commit comments