Revisions of python-pysaml2

buildservice-autocommit accepted request 1145178 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 74)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1145159 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 73)
- update to 7.4.2:
  * Add support for xmlsec1 1.3.x
  * Use the set crypto_backend when creating the entity metadata
  * ## 7.4.1 (2023-02-24)
  * Fix subject-id requirements processing
  * ## 7.4.0 (2023-02-14)
  * Ensure the ID of each Signature element is unique when
    signing an encrypted assertion
  * Bump Python to 3.9
  * dev: Add mypy configuration and type stubs
  * tests: move tox.ini config into pyproject.toml
  * docs: Update release instructions
  * ## 7.3.0 (2023-02-14)
  * During metadata generation, render extensions both for
    EntityDescriptor and IdPSSODescriptor
  * Fix compatibility with certain SAML implementation that
    inflate messasges on the POST binding
  * Update the SWAMID entity category requirements
  * Fix check for NameID when it originates from an encrypted
    asssertion
  * Add support for pymongo `>=3.5` and `<5`
  * Update README with supported specifications
  * Remove dependency on the six package
  * Cleanup unused imports and pythonisms for Python versions
    older than 3.6
  * Convert README to markdown
  * Introduce flake8 to check for issues
  * Use black and isort to manage formatting and imports
  * Use poetry to manage the project dependencies, packaging and
    versions
buildservice-autocommit accepted request 1092384 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 72)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1092312 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 70)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1035909 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 69)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 68)
Clean up SPEC file
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1035861 from Rolf Krahl's avatar Rolf Krahl (Rotkraut) (revision 67)
- Fix dependencies according to upstream setup.cfg
buildservice-autocommit accepted request 1008686 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 66)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1008601 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 65)
- version update to 7.2.1 (2022-08-23)
  * Accept and forward sign and digest alg information when creating a metadata string
  * Fix tests to comply with latest xmlschema
- version update to 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
buildservice-autocommit accepted request 991485 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 64)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 63)
- Add patch pymongo-4-support.patch:
  * Support pymongo >= 4
buildservice-autocommit accepted request 967522 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 62)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 967451 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 61)
- version update to 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
  ## 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
  ## 7.1.0 (2021-11-16)
  - Fix signature verification for the redirect binding for AuthnRequest and
    LogoutRequest.
  - Include encryption KeyName in encrypted assertions.
  - Add "reason" field in invalid signature errors due to invalid document format.
  - New SP configuration option requested_authn_context to set the preferred
    RequestedAuthnContext class reference.
  - Add support for metadata refresh by adding a metadata_reload method into saml2.Entity.
    This method is to be externally invoked, and to receive the same metadata
    configuration as what was passed under the metadata key to saml2.Config. The method
    loads a new metadata configuration and swaps it in (replacing the references across
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 903776 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 60)
- removed obsolete 0001-Always-use-base64.encodebytes-base64.encodestring-ha.patch
- Update to 7.0.1:
  * 7.0.1 (2021-05-20)
    - Preserve order of response bindings on IdP-initiated logout
    - Fix use of expected binding on SP logout
  * 7.0.0 (2021-05-18)
    - **BREAKING** Replace encryption method rsa-1_5 with rsa-oaep-mgf1p
    - Add documentation next to the code
  * 6.5.2 (2021-05-18)
    - Add shibmd_scopes metadata extractor
    - Allow the Issuer element on a Response to be missing
    - Respect the preferred_binding configuration for the single_logout_service
    - Fix logout signature flags for redirect, post and soap requests
    - Respect the logout_requests_signed configuration option
    - Fix crash when applying policy on RequestedAttribute without a friendlyName
    - Correctly validate IssueInstant
    - Correctly handle AudienceRestriction elements with no value
    - Raise InvalidAssertion exception when assertion requirements are not met
    - Raise SAMLError on failure to parse a metadata file
    - Raise StatusInvalidAuthnResponseStatement when the AuthnStatement is not valid
    - Handle all forms of ACS endpoint specifications
    - tests: Always use base64.encodebytes; base64.encodestring has been dropped
    - build: Set minimum version needed for xmlschema
    - docs: Update Travis CI badge from travis-ci.org to travis-ci.com
    - examples: Fix example code
buildservice-autocommit accepted request 889742 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 59)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 58)
- add 0001-Always-use-base64.encodebytes-base64.encodestring-ha.patch
buildservice-autocommit accepted request 866629 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 57)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 56)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 55)
- update requires
Displaying revisions 1 - 20 of 74
openSUSE Build Service is sponsored by