14
0

29 Commits

Author SHA256 Message Date
20d5414c84 Accepting request 1284648 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=12
2025-06-11 14:26:06 +00:00
d649c1ddc8 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=26
2025-06-11 06:23:53 +00:00
04cd4310da Accepting request 1255310 from devel:languages:python
- Update URL and Source tags to new URL.
- Update to 1.16.0
  * #364 Improve get_metadata method from Parser, allowing to set headers
  * Fix WantAuthnRequestsSigned parser
  * Fix expired payloads used on tests
  * Updated content from docs folder
- Drop fix-payloads-tests-dates.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1255310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=11
2025-03-24 12:30:40 +00:00
2348dbf018 Revert silly changes in filenames.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=24
2025-03-22 17:50:35 +00:00
7603c95923 - Update URL and Source tags to new URL.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=23
2025-03-22 17:47:55 +00:00
ba455c793b Accepting request 1254163 from home:glaubitz:branches:devel:languages:python
- Update to 1.16.0
  * #364 Improve get_metadata method from Parser, allowing to set headers
  * Fix WantAuthnRequestsSigned parser
  * Fix expired payloads used on tests
  * Updated content from docs folder
- Drop fix-payloads-tests-dates.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1254163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=22
2025-03-22 17:45:44 +00:00
18bebf08ff Accepting request 1122208 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1122208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=10
2023-11-02 19:22:23 +00:00
efdc86baf1 Accepting request 1122200 from home:gladiac:mailman
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1122200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=20
2023-11-02 09:05:44 +00:00
3415c29f04 Accepting request 1088157 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1088157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=9
2023-05-22 11:14:20 +00:00
c6a721f3cd - Update to 1.15.0:
- #317 Handle unicode characters gracefully in python 2
  - #338 Fix WantAuthnRequestsSigned parser
  - #339 Add Poetry support
  - Remove version restriction on lxml dependency
  - Updated Django demo to 4.X (only py3 compatible)
  - Updated Travis file. Forced lxml to be installed using
    no-validate_binary
  - Removed references to OneLogin from documentation
- Add fix-payloads-tests-dates.patch
  (gh#SAML-Toolkits/python3-saml#271).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=18
2023-05-14 20:40:59 +00:00
7706a8d76b Accepting request 1056396 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1056396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=8
2023-01-06 16:06:21 +00:00
2487e2a9f5 - Clean up SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=16
2022-12-30 13:03:47 +00:00
ae34471866 Accepting request 1029790 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1029790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=7
2022-10-19 11:17:40 +00:00
b24607380f Accepting request 1029767 from home:mcalabkova:branches:devel:languages:python
- No need to skip Python 3.10 anymore

OBS-URL: https://build.opensuse.org/request/show/1029767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=14
2022-10-18 15:50:12 +00:00
6b3fb148ac Accepting request 978650 from devel:languages:python
- update to 1.14.0:
  * Add support for python 3.10 and cleanup the GHA
  * Remove stats from coveralls removed as they are no longer maintained
  * Add rejectDeprecatedAlgorithm settings in order to be able reject messages
    signed with deprecated algorithms
  * Support building a LogoutResponse with non-success status
  * Replace double-underscored names with single underscores
  * Deprecate server_port from request data dictionary

OBS-URL: https://build.opensuse.org/request/show/978650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=6
2022-05-23 13:52:04 +00:00
ab84a5f443 - update to 1.14.0:
* Add support for python 3.10 and cleanup the GHA
  * Remove stats from coveralls removed as they are no longer maintained
  * Add rejectDeprecatedAlgorithm settings in order to be able reject messages
    signed with deprecated algorithms
  * Support building a LogoutResponse with non-success status
  * Replace double-underscored names with single underscores
  * Deprecate server_port from request data dictionary

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=12
2022-05-23 08:02:43 +00:00
292139a607 Accepting request 907875 from devel:languages:python
- Update to 1.11.0:
  - #261 Allow duplicate named attributes, controlled by a new
    setting
  - #268 Make the redirect scheme matcher case-insensitive
  - #256 Improve signature validation process. Add an option to
    use query string for validation
  - #259 Add get metadata timeout
  - #246 Add the ability to change the ProtocolBinding in the
    authn request.
  - #248 Move storing the response data into its own method in
    the Auth class
  - Remove the dependency on defusedxml
  - #241 Improve AttributeConsumingService support
  - Update expired dates from test responses
- The test suite is still ignored.

OBS-URL: https://build.opensuse.org/request/show/907875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=5
2021-07-23 21:41:07 +00:00
feac046805 - Update to 1.11.0:
- #261 Allow duplicate named attributes, controlled by a new
    setting
  - #268 Make the redirect scheme matcher case-insensitive
  - #256 Improve signature validation process. Add an option to
    use query string for validation
  - #259 Add get metadata timeout
  - #246 Add the ability to change the ProtocolBinding in the
    authn request.
  - #248 Move storing the response data into its own method in
    the Auth class
  - Remove the dependency on defusedxml
  - #241 Improve AttributeConsumingService support
  - Update expired dates from test responses
- The test suite is still ignored.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=11
2021-07-23 07:17:51 +00:00
e2b97db71b Accepting request 906658 from devel:languages:python
- The test suite is a complete disaster right now, switching it
  off (gh#onelogin/python3-saml#272).

- Update to 1.10.1:
  - Fix bug on LogoutRequest class, get_idp_slo_response_url was
    used instead get_idp_slo_url
  - Added custom lxml parser based on the one defined at
    xmldefused. Parser will ignore comments and processing
    instructions and by default have deactivated huge_tree, DTD
    and access to external documents
  - Destination URL Comparison is now case-insensitive for netloc
  - Support single-label-domains as valid. New security parameter
    allowSingleLabelDomains
  - Added get_idp_sso_url, get_idp_slo_url and
    get_idp_slo_response_url methods to the Settings class and
    use it in the toolkit
  - #212 Overridability enhancements. Made classes overridable by
    subclassing. Use of classmethods instead staticmethods
  - Add get_friendlyname_attributes support
  - Remove external lib method get_ext_lib_path. Add
    set_cert_path in order to allow set the cert path in a
    different folder than the toolkit
  - Add sha256 instead sha1 algorithm for sign/digest as
    recommended value on documentation and settings
  - #178 Support for adding idp.crt from filesystem
  - Add samlUserdata to demo-flask session
  - Fix autoreloading in demo-tornado
- Remove bug-testDecryptElement.patch, which has been included
  upstream.

OBS-URL: https://build.opensuse.org/request/show/906658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=4
2021-07-16 20:12:58 +00:00
4717ae9509 Fix metadata
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=10
2021-07-16 11:33:45 +00:00
0e5ee5b77c - The test suite is a complete disaster right now, switching it
off (gh#onelogin/python3-saml#272).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=9
2021-07-16 09:32:21 +00:00
e018cc5f8c - Update to 1.10.1:
- Fix bug on LogoutRequest class, get_idp_slo_response_url was
    used instead get_idp_slo_url
  - Added custom lxml parser based on the one defined at
    xmldefused. Parser will ignore comments and processing
    instructions and by default have deactivated huge_tree, DTD
    and access to external documents
  - Destination URL Comparison is now case-insensitive for netloc
  - Support single-label-domains as valid. New security parameter
    allowSingleLabelDomains
  - Added get_idp_sso_url, get_idp_slo_url and
    get_idp_slo_response_url methods to the Settings class and
    use it in the toolkit
  - #212 Overridability enhancements. Made classes overridable by
    subclassing. Use of classmethods instead staticmethods
  - Add get_friendlyname_attributes support
  - Remove external lib method get_ext_lib_path. Add
    set_cert_path in order to allow set the cert path in a
    different folder than the toolkit
  - Add sha256 instead sha1 algorithm for sign/digest as
    recommended value on documentation and settings
  - #178 Support for adding idp.crt from filesystem
  - Add samlUserdata to demo-flask session
  - Fix autoreloading in demo-tornado

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=8
2021-07-08 15:27:30 +00:00
01c6b13ae4 Accepting request 786816 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=3
2020-03-20 22:58:59 +00:00
Tomáš Chvátal
cc5c665cea Accepting request 786814 from home:pgajdos:python
- version update to 1.9.0
  * Allow any number of decimal places for seconds on SAML datetimes
  * Fix failOnAuthnContextMismatch code
  * Improve signature validation when no reference uri
  * Update demo versions. Improve them and add Tornado demo.

OBS-URL: https://build.opensuse.org/request/show/786814
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=6
2020-03-20 11:04:50 +00:00
61ae12a03f Accepting request 717586 from devel:languages:python
- Update to 1.7.0:
  * Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from
    SAMLResponse.
  * Adjusted single logout service to provide NameQualifier and SPNameQualifier
    to logout method.
  * Add getNameIdNameQualifier to Auth and SamlResponse.
  * Extend logout method from Auth and LogoutRequest constructor to support.
  * Added get_in_response_to method to Response and LogoutResponse classes
  * Update defusexml dependency

OBS-URL: https://build.opensuse.org/request/show/717586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=2
2019-07-22 15:20:06 +00:00
Tomáš Chvátal
9be2f91f43 - Update to 1.7.0:
* Adjusted acs endpoint to extract NameQualifier and SPNameQualifier from
    SAMLResponse.
  * Adjusted single logout service to provide NameQualifier and SPNameQualifier
    to logout method.
  * Add getNameIdNameQualifier to Auth and SamlResponse.
  * Extend logout method from Auth and LogoutRequest constructor to support.
  * Added get_in_response_to method to Response and LogoutResponse classes
  * Update defusexml dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=4
2019-07-22 13:09:08 +00:00
d8d7523bb8 Accepting request 693139 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/693139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python3-saml?expand=0&rev=1
2019-05-06 11:21:32 +00:00
Tomáš Chvátal
0e9f4debdf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=2 2019-04-11 08:13:51 +00:00
Tomáš Chvátal
5a055e723c Accepting request 693026 from home:jayvdb:django
- Add explicit dependency on libxmlsec1-openssl1, recommended
  by dependency python-xmlsec so this package may be used without
  needing to select a libxmlsec backend
- Activate test suite, adding bug-testDecryptElement.patch to
  workaround a test failure, and remove bcond test
- Build for Python 2, as support has been added upstream
- Remove unnecessary build dependency on python-devel
- Use %license
- Remove live dependency_links and remove == pins from setup.py,
  so installed egg-info isnt broken
- Update to v1.6.0
  * Add support for Subjects on AuthNRequests by the new 
    name_id_value_req parameter
  * Fix for SLO when XML specifies encoding
  * Fixed setting NameFormat attribute for AttributeValue tags
- from v1.5.0
  * Security improvements. Use of tagid to prevent XPath injection
    Disable DTD on fromstring defusedxml method
  * Check that the response has all of the AuthnContexts provided
  * Adapt renders from Django demo for Django 1.11 version
  * If debug enable, print reason for the SAMLResponse invalidation
  * Fix DSA constant
  * Support NameID children inside of AttributeValue elements
- from v1.4.1
  * Add ID to EntityDescriptor before sign it on add_sign method
  * Update defusedxml dependencies
  * Update copyright and license reference
- from 1.4.0
  * Fix CVE-2017-11427. Process text of nodes properly, ignoring comments
  * Improve how fingerprint is calcultated
  * Fix issue with LogoutRequest rejected by ADFS due NameID with
    unspecified format instead no format attribute
  * Fix signature position in the SP metadata
  * Preserve xmlns:xs namespace when signing and serializing responses
  * Redefine NSMAP constant
  * Updated Django demo (Django 1.11)

OBS-URL: https://build.opensuse.org/request/show/693026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-saml?expand=0&rev=1
2019-04-11 08:04:25 +00:00