Skip to content

Commit

Permalink
Rebuild for aws_sdk_cpp 1.11.242 (#23)
Browse files Browse the repository at this point in the history
* Rebuild for aws_sdk_cpp 1.11.242

* MNT: Re-rendered with conda-build 3.28.4, conda-smithy 3.30.4, and conda-forge-pinning 2024.01.31.01.24.54

* Update expected hash

* Pin to s3fs>=2023.12.2 in test.requires

Try to workaround `s3fs 2023.10.0 has requirement fsspec==2023.10.0, but you have fsspec 2023.12.2` error.

---------

Co-authored-by: h-vetinari <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
3 people authored Feb 2, 2024
1 parent 8cea82f commit f967b84
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.11.210
- 1.11.242
cdt_name:
- cos6
channel_sources:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.11.210
- 1.11.242
cdt_name:
- cos6
channel_sources:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.11.210
- 1.11.242
cdt_name:
- cos6
channel_sources:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_sdk_cpp:
- 1.11.210
- 1.11.242
cdt_name:
- cos6
channel_sources:
Expand Down
7 changes: 0 additions & 7 deletions .ci_support/migrations/aws_sdk_cpp111210.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .ci_support/migrations/aws_sdk_cpp111242.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for aws_sdk_cpp 1.11.242
kind: version
migration_number: 1
aws_sdk_cpp:
- 1.11.242
migrator_ts: 1705191753.9145608
7 changes: 0 additions & 7 deletions .ci_support/migrations/pytorch21.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
aws_sdk_cpp:
- 1.11.210
- 1.11.242
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
aws_sdk_cpp:
- 1.11.210
- 1.11.242
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
aws_sdk_cpp:
- 1.11.210
- 1.11.242
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
aws_sdk_cpp:
- 1.11.210
- 1.11.242
channel_sources:
- conda-forge
channel_targets:
Expand Down
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ package:

source:
url: https://github.com/pytorch/data/archive/refs/tags/v{{ version }}.tar.gz
sha256: 1b6589336776ccba19fd3bf435588416105d372f6b85d58a9f2b008286f483bf
sha256: ef9bbdcee759b53c3c9d99e76eb0a66da33d36bfb7f859a25a9b5e737a51fa23

build:
number: 1
number: 2
# no pytorch on windows in conda-forge, see
# https://github.com/conda-forge/pytorch-cpu-feedstock/issues/32
skip: true # [win]
Expand Down Expand Up @@ -54,7 +54,7 @@ test:
- fsspec
- numpy *
- portalocker >=2.0.0
- s3fs
- s3fs >=2023.12.2
source_files:
- test/
commands:
Expand Down

0 comments on commit f967b84

Please sign in to comment.