diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 929797d..d38ee93 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -31,7 +31,7 @@ jobs: python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi - python setup.py install + pip install . - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names diff --git a/src/spid_sp_test/__init__.py b/src/spid_sp_test/__init__.py index 707d61e..cee1e25 100644 --- a/src/spid_sp_test/__init__.py +++ b/src/spid_sp_test/__init__.py @@ -6,7 +6,7 @@ BASE_DIR = Path(__file__).resolve().parent -__version__ = "1.2.6" +__version__ = "1.2.7" __name__ = "spid_sp_test" logger = logging.getLogger(__name__) diff --git a/src/spid_sp_test/xsd/cie/cie.xsd b/src/spid_sp_test/xsd/cie/cie.xsd index 9330524..2e746c2 100644 --- a/src/spid_sp_test/xsd/cie/cie.xsd +++ b/src/spid_sp_test/xsd/cie/cie.xsd @@ -29,7 +29,7 @@ - + diff --git a/src/spid_sp_test/xsd/cie/saml-schema-metadata-sp-cie.xsd b/src/spid_sp_test/xsd/cie/saml-schema-metadata-sp-cie.xsd index 49e7269..a242cd3 100644 --- a/src/spid_sp_test/xsd/cie/saml-schema-metadata-sp-cie.xsd +++ b/src/spid_sp_test/xsd/cie/saml-schema-metadata-sp-cie.xsd @@ -111,6 +111,7 @@ + diff --git a/src/spid_sp_test/xsd/cie/xml.xsd b/src/spid_sp_test/xsd/cie/xml.xsd index 425222f..b786e5c 100644 --- a/src/spid_sp_test/xsd/cie/xml.xsd +++ b/src/spid_sp_test/xsd/cie/xml.xsd @@ -48,7 +48,14 @@ - + + + + + + + + In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .