Skip to content

Commit

Permalink
releng - 0.9.2 generated packaging assets (cloud-custodian#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt authored May 21, 2020
1 parent 92d4340 commit 938a500
Show file tree
Hide file tree
Showing 27 changed files with 143 additions and 145 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.7
- name: Set up cache
uses: actions/cache@v1
with:
Expand All @@ -103,10 +103,10 @@ jobs:
pip install tox codecov
- name: Install Deps
run: |
tox -e py38 --notest
tox -e py37 --notest
- name: Test
run: |
tox -e py38
tox -e py37
Docs:
# todo, figure out how to fast cache the tox directory here.
Expand Down
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 13 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apipkg==1.5
appdirs==1.4.3
appdirs==1.4.4
argcomplete==1.11.1
atomicwrites==1.4.0; sys_platform == "win32"
attrs==19.3.0
aws-xray-sdk==2.5.0
bleach==3.1.5
boto3==1.13.5
botocore==1.16.5
boto3==1.13.14
botocore==1.16.14
certifi==2020.4.5.1
cffi==1.14.0; sys_platform == "linux"
chardet==3.0.4
Expand All @@ -15,34 +15,33 @@ coverage==5.1
cryptography==2.9.2; sys_platform == "linux"
distlib==0.3.0
docutils==0.15.2
entrypoints==0.3
execnet==1.7.1
filelock==3.0.12
flake8==3.7.9
flake8==3.8.1
future==0.18.2
idna==2.9
importlib-metadata==1.6.0
importlib-resources==1.5.0; python_version < "3.7"
jeepney==0.4.3; sys_platform == "linux"
jmespath==0.9.5
jmespath==0.10.0
jsonpatch==1.25
jsonpickle==1.4.1
jsonpointer==2.0
jsonschema==3.2.0
keyring==21.2.1
mccabe==0.6.1
mock==4.0.2
more-itertools==8.2.0
multidict==4.7.5; python_version >= "3.6"
packaging==20.3
more-itertools==8.3.0
multidict==4.7.6; python_version >= "3.6"
packaging==20.4
pkginfo==1.5.0.1
placebo==0.9.0
pluggy==0.13.1
psutil==5.7.0
py==1.8.1
pycodestyle==2.5.0
pycodestyle==2.6.0
pycparser==2.20; sys_platform == "linux"
pyflakes==2.1.1
pyflakes==2.2.0
pygments==2.6.1
pyparsing==2.4.7
pyrsistent==0.16.0
Expand All @@ -62,13 +61,13 @@ secretstorage==3.1.2; sys_platform == "linux"
six==1.14.0
tabulate==0.8.7
termcolor==1.1.0
toml==0.10.0
tox==3.15.0
toml==0.10.1
tox==3.15.1
tqdm==4.46.0
twine==3.1.1
urllib3==1.25.9
vcrpy==4.0.2
virtualenv==20.0.20
virtualenv==20.0.21
wcwidth==0.1.9
webencodings==0.5.1
wrapt==1.12.1
Expand Down
14 changes: 7 additions & 7 deletions tools/c7n_azure/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/c7n_azure/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ azure-mgmt-datalake-nspkg==3.0.1
azure-mgmt-datalake-store==0.5.0
azure-mgmt-dns==3.0.0
azure-mgmt-eventgrid==2.2.0
azure-mgmt-eventhub==3.0.0
azure-mgmt-eventhub==3.1.0
azure-mgmt-hdinsight==1.4.0
azure-mgmt-iothub==0.10.0
azure-mgmt-keyvault==1.1.0
Expand Down Expand Up @@ -67,10 +67,10 @@ humanfriendly==4.18
idna==2.9
importlib-metadata==1.6.0
isodate==0.6.0
jmespath==0.9.5
jmespath==0.10.0
jsonpickle==1.4.1
knack==0.6.3
msrest==0.6.13
msrest==0.6.14
msrestazure==0.6.3
netaddr==0.7.19
oauthlib==3.1.0
Expand Down
6 changes: 3 additions & 3 deletions tools/c7n_azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
'azure-storage-blob>=2.1,<2.2',
'azure-storage-file>=2.1.0,<3.0.0',
'azure-storage-queue>=2.1,<2.2',
'boto3 (>=1.13.5,<2.0.0)',
'botocore (>=1.16.5,<2.0.0)',
'boto3 (>=1.13.14,<2.0.0)',
'botocore (>=1.16.14,<2.0.0)',
'c7n (>=0.9.2,<0.10.0)',
'click>=7.0,<8.0',
'distlib>=0.3.0,<0.4.0',
'docutils (>=0.15.2,<0.16.0)',
'importlib-metadata (>=1.6.0,<2.0.0)',
'jmespath (>=0.9.5,<0.10.0)',
'jmespath (>=0.10.0,<0.11.0)',
'jsonpickle>=1.2,<2.0',
'jsonschema (>=3.2.0,<4.0.0)',
'netaddr>=0.7.19,<0.8.0',
Expand Down
20 changes: 10 additions & 10 deletions tools/c7n_gcp/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tools/c7n_gcp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ cachetools==4.1.0
certifi==2020.4.5.1
chardet==3.0.4
google-api-core==1.17.0
google-api-python-client==1.8.2
google-auth==1.14.2
google-api-python-client==1.8.3
google-auth==1.15.0
google-auth-httplib2==0.0.3
google-cloud-core==1.3.0
google-cloud-logging==1.15.0
google-cloud-monitoring==0.34.0
googleapis-common-protos==1.51.0
httplib2==0.17.3
httplib2==0.18.0
idna==2.9
protobuf==3.11.3
protobuf==3.12.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pytz==2020.1
Expand Down
6 changes: 3 additions & 3 deletions tools/c7n_gcp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
install_requires = \
['argcomplete (>=1.11.1,<2.0.0)',
'attrs (>=19.3.0,<20.0.0)',
'boto3 (>=1.13.5,<2.0.0)',
'botocore (>=1.16.5,<2.0.0)',
'boto3 (>=1.13.14,<2.0.0)',
'botocore (>=1.16.14,<2.0.0)',
'c7n (>=0.9.2,<0.10.0)',
'docutils (>=0.15.2,<0.16.0)',
'google-api-python-client>=1.7,<2.0',
'google-auth>=1.11.0,<2.0.0',
'google-cloud-logging>=1.14,<2.0',
'google-cloud-monitoring>=0.34.0,<0.35.0',
'importlib-metadata (>=1.6.0,<2.0.0)',
'jmespath (>=0.9.5,<0.10.0)',
'jmespath (>=0.10.0,<0.11.0)',
'jsonschema (>=3.2.0,<4.0.0)',
'pyrsistent (>=0.16.0,<0.17.0)',
'python-dateutil (>=2.8.1,<3.0.0)',
Expand Down
Loading

0 comments on commit 938a500

Please sign in to comment.