File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 ,
3131from aws_cryptographic_materialproviders .mpl .models import CreateMultiKeyringInput
3232
3333import _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
You can’t perform that action at this time.
0 commit comments