Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Bump pysaml2 from 7.1.0 to 7.2.0 in /matrix #262

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2022

Bumps pysaml2 from 7.1.0 to 7.2.0.

Release notes

Sourced from pysaml2's releases.

Version 7.2.0

7.2.0 (2022-08-10)

  • Add schemas for eIDAS extensions, elements and attributes
  • Add the voPerson v2 attributes mappings; see reference
  • Add the registration_info_typ method on saml2.mdstore.MetadataStore to get the registration information from an EntityDescriptor services
  • Allow exceptions to convey the SAML StatusCode in an error response
  • Fix typo on method name under saml2.mdstore.MetadataStore; from sbibmd_scopes to shibmd_scopes
  • Add partial support for xs:date AttributeValue type
  • Fallback to xs:string as the type of the AttributeValue text node
  • Fallback to the authn context class declaration to set the authn context class reference
  • Αdd configuration option http_client_timeout to set a timeout on the HTTP calls by the httpbase module
  • Load certificates using cryptography and support certificate chains
  • Remove deprecated cryptography backend param
  • Fix assertion policy filter: Fallback to match a known attribute or return its name
  • examples: Allow multiple attributes to be returned by the idp
  • tests: Minor cleanups
  • docs: Reference python2 compatible fork
  • misc: add pepy badges on the README file

Version 7.1.2

7.1.2 (2022-03-04)

  • fix assertion policy filter to try to resolve the local_name using the friendly name if it failed with the name_format
  • reload metadata in-place to avoid memory leak
  • tests: Restrict pymongo to v3
  • docs: highlight installation command

Version 7.1.1

7.1.1 (2022-02-22)

  • Process and verify the metadata signature for EntitiesDescriptor and EntityDescriptor
  • Fix client to be able to retry creating an AuthnRequest with a different binding
  • Allow requested_authn_context to be an object
  • AttributeValues are optional; allow Attributes to not have values
  • Update SWAMID entity category to support https://myacademicid.org/entity-categories/esi
  • Fix signing for requests with the SOAP binding
  • tests: new test case for signed SOAP LogoutRequests
  • docs: document the metadata node_name option for the remote source
  • examples: align with latest updates
  • deps: declare setuptools as a requirement for processing the package version
  • build: add python 3.9 and 3.10 to classifiers
  • misc: linter fixes
Changelog

Sourced from pysaml2's changelog.

7.2.0 (2022-08-10)

  • Add schemas for eIDAS extensions, elements and attributes
  • Add the voPerson v2 attributes mappings; see reference
  • Add the registration_info_typ method on saml2.mdstore.MetadataStore to get the registration information from an EntityDescriptor services
  • Allow exceptions to convey the SAML StatusCode in an error response
  • Fix typo on method name under saml2.mdstore.MetadataStore; from sbibmd_scopes to shibmd_scopes
  • Add partial support for xs:date AttributeValue type
  • Fallback to xs:string as the type of the AttributeValue text node
  • Fallback to the authn context class declaration to set the authn context class reference
  • Αdd configuration option http_client_timeout to set a timeout on the HTTP calls by the httpbase module
  • Load certificates using cryptography and support certificate chains
  • Remove deprecated cryptography backend param
  • Fix assertion policy filter: Fallback to match a known attribute or return its name
  • examples: Allow multiple attributes to be returned by the idp
  • tests: Minor cleanups
  • docs: Reference python2 compatible fork
  • misc: add pepy badges on the README file

7.1.2 (2022-03-04)

  • fix assertion policy filter to try to resolve the local_name using the friendly name if it failed with the name_format
  • reload metadata in-place to avoid memory leak
  • tests: Restrict pymongo to v3
  • docs: highlight installation command

7.1.1 (2022-02-22)

  • Process and verify the metadata signature for EntitiesDescriptor and EntityDescriptor
  • Fix client to be able to retry creating an AuthnRequest with a different binding
  • Allow requested_authn_context to be an object
  • AttributeValues are optional; allow Attributes to not have values
  • Update SWAMID entity category to support https://myacademicid.org/entity-categories/esi
  • Fix signing for requests with the SOAP binding
  • tests: new test case for signed SOAP LogoutRequests
  • docs: document the metadata node_name option for the remote source
  • examples: align with latest updates
  • deps: declare setuptools as a requirement for processing the package version
  • build: add python 3.9 and 3.10 to classifiers
  • misc: linter fixes
Commits
  • 17d90bf Release version 7.2.0
  • 0b7d7c0 Update test cases with schema validation tests
  • 63fca12 Include eIDAS definitation in the validator - expose saml2.xml.schema:validate
  • 14c649a Add schemas for eIDAS extensions, elements and attributes
  • 0a030cb Add the voPerson v2 attributes mappings
  • 716019c Add registration_info_typ to get the registration information from EntityDesc...
  • 46d10b2 Allow exceptions to directly set the StatusCode in an error response
  • 82c25f2 Fix saml2.mdstore.MetadataStore::sbibmd_scopes as shibmd_scopes
  • 8089049 Merge pull request #861 from IdentityPython/those-badges
  • 868a5b7 feat: README pepy badge
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Aug 11, 2022
Bumps [pysaml2](https://github.com/IdentityPython/pysaml2) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/IdentityPython/pysaml2/releases)
- [Changelog](https://github.com/IdentityPython/pysaml2/blob/master/CHANGELOG.md)
- [Commits](IdentityPython/pysaml2@v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: pysaml2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/matrix/pysaml2-7.2.0 branch from bd8f1c1 to e332483 Compare August 17, 2022 07:58
@frenck frenck merged commit 40cc9f9 into main Aug 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/matrix/pysaml2-7.2.0 branch August 17, 2022 08:01
@github-actions github-actions bot locked and limited conversation to collaborators Aug 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant