From bce6c1331d342396487a2e458c3cd0cbfc725f13 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 23 Oct 2024 13:27:28 -0700 Subject: [PATCH 1/6] chore: Point at PyPI MPL --- README.rst | 2 +- performance_tests/README.rst | 2 +- performance_tests/requirements_mpl.txt | 2 +- requirements_mpl.txt | 2 +- setup.py | 4 +--- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 72d72cc26..8702cb285 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.8.0 (TODO-MPL: versionme) +* aws-cryptographic-material-providers: >= 1.7.2 * Requires Python 3.11+. Installation diff --git a/performance_tests/README.rst b/performance_tests/README.rst index ba9b89f15..ad1a64076 100644 --- a/performance_tests/README.rst +++ b/performance_tests/README.rst @@ -49,7 +49,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.0.0 +* aws-cryptographic-material-providers: >= 1.7.2 * Requires Python 3.11+. ***** diff --git a/performance_tests/requirements_mpl.txt b/performance_tests/requirements_mpl.txt index 9d72dfb8e..b9b35d0d7 100644 --- a/performance_tests/requirements_mpl.txt +++ b/performance_tests/requirements_mpl.txt @@ -1 +1 @@ -aws-cryptographic-material-providers @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-main-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python +aws-cryptographic-material-providers>=1.7.2 \ No newline at end of file diff --git a/requirements_mpl.txt b/requirements_mpl.txt index 9d72dfb8e..c6e0f4771 100644 --- a/requirements_mpl.txt +++ b/requirements_mpl.txt @@ -1 +1 @@ -aws-cryptographic-material-providers @ git+https://github.com/aws/aws-cryptographic-material-providers-library.git@python-main-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python +aws-cryptographic-material-providers>=1.7.2 diff --git a/setup.py b/setup.py index 6260c1ad2..5fcf53305 100644 --- a/setup.py +++ b/setup.py @@ -43,9 +43,7 @@ def get_requirements(): # TODO-MPL: Point at PyPI once MPL is released. # This blocks releasing ESDK-Python MPL integration. extras_require={ - "MPL": ["aws-cryptographic-material-providers @" \ - "git+https://github.com/aws/aws-cryptographic-material-providers-library.git@" \ - "python-main-with-dafny-code#subdirectory=AwsCryptographicMaterialProviders/runtimes/python"], + "MPL": ["aws-cryptographic-material-providers>=1.7.2"], }, classifiers=[ "Development Status :: 5 - Production/Stable", From 3e940a7095c0c4c16c3c798aab6cc8871bf78ec6 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 23 Oct 2024 14:17:30 -0700 Subject: [PATCH 2/6] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8702cb285..3cc374b7d 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.7.2 +* aws-cryptographic-material-providers: >= 1.7.2 * Requires Python 3.11+. Installation From 698006d61f30b9959c9626a39a02923222f50444 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 23 Oct 2024 14:17:41 -0700 Subject: [PATCH 3/6] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3cc374b7d..8702cb285 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.7.2 +* aws-cryptographic-material-providers: >= 1.7.2 * Requires Python 3.11+. Installation From d59f75f82f821065a8124efcd46985148d76fe02 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 23 Oct 2024 14:36:57 -0700 Subject: [PATCH 4/6] 1.7.2 --- README.rst | 2 +- performance_tests/README.rst | 2 +- performance_tests/requirements_mpl.txt | 2 +- requirements_mpl.txt | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8702cb285..5ff192733 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.7.2 +* aws-cryptographic-material-providers: == 1.7.2 * Requires Python 3.11+. Installation diff --git a/performance_tests/README.rst b/performance_tests/README.rst index ad1a64076..8ec315343 100644 --- a/performance_tests/README.rst +++ b/performance_tests/README.rst @@ -49,7 +49,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: >= 1.7.2 +* aws-cryptographic-material-providers: == 1.7.2 * Requires Python 3.11+. ***** diff --git a/performance_tests/requirements_mpl.txt b/performance_tests/requirements_mpl.txt index b9b35d0d7..77c6460a5 100644 --- a/performance_tests/requirements_mpl.txt +++ b/performance_tests/requirements_mpl.txt @@ -1 +1 @@ -aws-cryptographic-material-providers>=1.7.2 \ No newline at end of file +aws-cryptographic-material-providers==1.7.2 \ No newline at end of file diff --git a/requirements_mpl.txt b/requirements_mpl.txt index c6e0f4771..58c7d2012 100644 --- a/requirements_mpl.txt +++ b/requirements_mpl.txt @@ -1 +1 @@ -aws-cryptographic-material-providers>=1.7.2 +aws-cryptographic-material-providers==1.7.2 diff --git a/setup.py b/setup.py index 5fcf53305..dfbf91664 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_requirements(): # TODO-MPL: Point at PyPI once MPL is released. # This blocks releasing ESDK-Python MPL integration. extras_require={ - "MPL": ["aws-cryptographic-material-providers>=1.7.2"], + "MPL": ["aws-cryptographic-material-providers==1.7.2"], }, classifiers=[ "Development Status :: 5 - Production/Stable", From a61e7ef4e175adb9e6bb9e5463b3b100e6717516 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 23 Oct 2024 15:48:06 -0700 Subject: [PATCH 5/6] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5ff192733..a53b509d4 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: == 1.7.2 +* aws-cryptographic-material-providers: == 1.7.2 * Requires Python 3.11+. Installation From b1a65dc7d6d3ece8977130881a204eb7557e9808 Mon Sep 17 00:00:00 2001 From: Lucas McDonald Date: Wed, 23 Oct 2024 15:48:19 -0700 Subject: [PATCH 6/6] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a53b509d4..5ff192733 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ Required Prerequisites Recommended Prerequisites ========================= -* aws-cryptographic-material-providers: == 1.7.2 +* aws-cryptographic-material-providers: == 1.7.2 * Requires Python 3.11+. Installation