Skip to content

Commit 91aca72

Browse files
chore: Refer to renamed MPL libraries (#698)
1 parent 1df7dbc commit 91aca72

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@lucmcdon/python-mpl-v2#subdirectory=AwsCryptographicMaterialProviders/runtimes/python
1+
aws-cryptographic-materialproviders @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python

requirements_mpl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@lucmcdon/python-mpl-v2#subdirectory=AwsCryptographicMaterialProviders/runtimes/python
1+
aws-cryptographic-materialproviders @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ def get_requirements():
4343
# TODO-MPL: Point at PyPI once MPL is released.
4444
# This blocks releasing ESDK-Python MPL integration.
4545
extras_require={
46-
"MPL": ["aws-cryptographic-material-providers @" \
46+
"MPL": ["aws-cryptographic-materialproviders @" \
4747
"git+https://github.com/aws/aws-cryptographic-material-providers-library.git@" \
48-
"lucmcdon/python-mpl-v2#subdirectory=AwsCryptographicMaterialProviders/runtimes/python"],
48+
"python-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python"],
4949
},
5050
classifiers=[
5151
"Development Status :: 5 - Production/Stable",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
amazon-cryptographic-material-providers-test-vectors @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@lucmcdon/python-mpl-v2#subdirectory=TestVectorsAwsCryptographicMaterialProviders/runtimes/python
1+
aws-cryptography-internal-mpl-testvectors @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-with-dafny-code#subdirectory=TestVectorsAwsCryptographicMaterialProviders/runtimes/python

test_vector_handlers/src/awses_test_vectors/internal/mpl/keyvectors_provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""Singleton provider for the KeyVectors client."""
22
# # Ignore missing MPL TestVectors for pylint, but the MPL TestVectors is required for this file
33
# pylint: disable=import-error
4-
from aws_cryptography_materialproviderstestvectorkeys.smithygenerated.\
4+
from aws_cryptography_materialproviders_test_vectors.smithygenerated.\
55
aws_cryptography_materialproviderstestvectorkeys.client import (
66
KeyVectors,
77
)
8-
from aws_cryptography_materialproviderstestvectorkeys.smithygenerated.\
8+
from aws_cryptography_materialproviders_test_vectors.smithygenerated.\
99
aws_cryptography_materialproviderstestvectorkeys.config import (
1010
KeyVectorsConfig
1111
)

test_vector_handlers/src/awses_test_vectors/manifests/mpl_keyring.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Ignore missing MPL for pylint, but the MPL is required for this example
2121
# noqa pylint: disable=import-error
22-
from aws_cryptography_materialproviderstestvectorkeys.smithygenerated.\
22+
from aws_cryptography_materialproviders_test_vectors.smithygenerated.\
2323
aws_cryptography_materialproviderstestvectorkeys.models import (
2424
GetKeyDescriptionInput,
2525
GetKeyDescriptionOutput,
@@ -31,7 +31,7 @@
3131
from aws_cryptographic_materialproviders.mpl.models import CreateMultiKeyringInput
3232

3333
import _dafny
34-
from standard_library.internaldafny.generated import UTF8
34+
from smithy_dafny_standard_library.internaldafny.generated import UTF8
3535

3636
# Ignore pylint not being able to read a module that requires the MPL
3737
# pylint: disable=no-name-in-module

0 commit comments

Comments
 (0)