File tree Expand file tree Collapse file tree 8 files changed +6
-50
lines changed
compatibility-requirements Expand file tree Collapse file tree 8 files changed +6
-50
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Deprecation
1010* Removed ``pkg_resources `` in favor of ``importlib.metadata ``
1111 `#428 <https://github.com/aws/aws-encryption-sdk-cli/pull/428 >`_
1212
13+ Operational
14+ -----------
15+ * Drop release dependency on ``pypi-parker ``
16+
1317
14184.2.0 -- 2024-09-09
1519===================
Original file line number Diff line number Diff line change 1+ aws-encryption-sdk-cli==4.3.0
Original file line number Diff line number Diff line change 3737 awses_cli_4.0.0: -rcompatibility-requirements/4.0.0
3838 awses_cli_4.1.0: -rcompatibility-requirements/4.1.0
3939 awses_cli_4.2.0: -rcompatibility-requirements/4.2.0
40- awses_cli_4.2 .0: -rcompatibility-requirements/4.3.0
40+ awses_cli_4.3 .0: -rcompatibility-requirements/4.3.0
4141 awses_cli_local: -e {env:AWSES_CLI_LOCAL_PATH}
4242commands =
4343 {[testenv:base-command]commands}
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ phases:
2525 fi
2626 build :
2727 commands :
28- - tox -e park
2928 - tox -e release
3029
3130batch :
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ phases:
2525 fi
2626 build :
2727 commands :
28- - tox -e park
2928 - tox -e test-release
3029
3130
Original file line number Diff line number Diff line change 1- pypi-parker
21setuptools
32wheel
43twine
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ envlist =
2323# Operational helper environments:
2424# docs :: Builds Sphinx documentation.
2525# serve-docs :: Starts local webserver to serve built documentation.
26- # park :: Builds name-parking packages using pypi-parker.
2726# build :: Builds source and wheel dist files.
2827# test-release :: Builds dist files and uploads to testpypi pypirc profile.
2928# release :: Builds dist files and uploads to pypi pypirc profile.
@@ -290,13 +289,6 @@ deps =
290289commands =
291290 python -m http.server {posargs}
292291
293- # Release tooling
294- [testenv:park]
295- basepython = python3
296- skip_install = true
297- deps = -rdev_requirements/release-requirements.txt
298- commands = python setup.py park
299-
300292[testenv:build]
301293basepython = python3
302294skip_install = true
You can’t perform that action at this time.
0 commit comments