Skip to content

Commit e702dbd

Browse files
ShubhamChaturvedi7Shubham Chaturvedi
andauthored
fix(CI): Drop pypi-parker dependency (#431)
Co-authored-by: Shubham Chaturvedi <[email protected]>
1 parent 88d2a2f commit e702dbd

File tree

8 files changed

+6
-50
lines changed

8 files changed

+6
-50
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1418
4.2.0 -- 2024-09-09
1519
===================
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aws-encryption-sdk-cli==4.3.0

api_compatibility_tests/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deps =
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}
4242
commands =
4343
{[testenv:base-command]commands}

codebuild/release/prod-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ phases:
2525
fi
2626
build:
2727
commands:
28-
- tox -e park
2928
- tox -e release
3029

3130
batch:

codebuild/release/test-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ phases:
2525
fi
2626
build:
2727
commands:
28-
- tox -e park
2928
- tox -e test-release
3029

3130

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
pypi-parker
21
setuptools
32
wheel
43
twine

park.cfg

Lines changed: 0 additions & 38 deletions
This file was deleted.

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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 =
290289
commands =
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]
301293
basepython = python3
302294
skip_install = true

0 commit comments

Comments
 (0)