Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Deprecation
* Removed ``pkg_resources`` in favor of ``importlib.metadata``
`#428 <https://github.com/aws/aws-encryption-sdk-cli/pull/428>`_

Operational
-----------
* Drop release dependency on ``pypi-parker``


4.2.0 -- 2024-09-09
===================
Expand Down
1 change: 1 addition & 0 deletions api_compatibility_tests/compatibility-requirements/4.3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aws-encryption-sdk-cli==4.3.0
2 changes: 1 addition & 1 deletion api_compatibility_tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ deps =
awses_cli_4.0.0: -rcompatibility-requirements/4.0.0
awses_cli_4.1.0: -rcompatibility-requirements/4.1.0
awses_cli_4.2.0: -rcompatibility-requirements/4.2.0
awses_cli_4.2.0: -rcompatibility-requirements/4.3.0
awses_cli_4.3.0: -rcompatibility-requirements/4.3.0
awses_cli_local: -e {env:AWSES_CLI_LOCAL_PATH}
commands =
{[testenv:base-command]commands}
1 change: 0 additions & 1 deletion codebuild/release/prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ phases:
fi
build:
commands:
- tox -e park
- tox -e release

batch:
Expand Down
1 change: 0 additions & 1 deletion codebuild/release/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ phases:
fi
build:
commands:
- tox -e park
- tox -e test-release


Expand Down
1 change: 0 additions & 1 deletion dev_requirements/release-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pypi-parker
setuptools
wheel
twine
38 changes: 0 additions & 38 deletions park.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ envlist =
# Operational helper environments:
# docs :: Builds Sphinx documentation.
# serve-docs :: Starts local webserver to serve built documentation.
# park :: Builds name-parking packages using pypi-parker.
# build :: Builds source and wheel dist files.
# test-release :: Builds dist files and uploads to testpypi pypirc profile.
# release :: Builds dist files and uploads to pypi pypirc profile.
Expand Down Expand Up @@ -290,13 +289,6 @@ deps =
commands =
python -m http.server {posargs}

# Release tooling
[testenv:park]
basepython = python3
skip_install = true
deps = -rdev_requirements/release-requirements.txt
commands = python setup.py park

[testenv:build]
basepython = python3
skip_install = true
Expand Down
Loading