Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

awscli 2.17.4 #175850

Closed
wants to merge 1 commit into from
Closed
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: 2 additions & 2 deletions Formula/a/awscli.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Awscli < Formula

Check notice on line 1 in Formula/a/awscli.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for awscli from

:866da9f78e2 (Merge ffdaa52539401ab201f88b38d48d1cfedddacd6f into f9fd3d517bb7d8e7ebad7dfd4bbfaa46b682d87d, 2024-06-28)

Check notice on line 1 in Formula/a/awscli.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for awscli from

:866da9f78e2 (Merge ffdaa52539401ab201f88b38d48d1cfedddacd6f into f9fd3d517bb7d8e7ebad7dfd4bbfaa46b682d87d, 2024-06-28)

Check notice on line 1 in Formula/a/awscli.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for awscli from

:866da9f78e2 (Merge ffdaa52539401ab201f88b38d48d1cfedddacd6f into f9fd3d517bb7d8e7ebad7dfd4bbfaa46b682d87d, 2024-06-28)

Check notice on line 1 in Formula/a/awscli.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for awscli from

:866da9f78e2 (Merge ffdaa52539401ab201f88b38d48d1cfedddacd6f into f9fd3d517bb7d8e7ebad7dfd4bbfaa46b682d87d, 2024-06-28)
include Language::Python::Virtualenv

desc "Official Amazon AWS command-line interface"
homepage "https://aws.amazon.com/cli/"
url "https://github.com/aws/aws-cli/archive/refs/tags/2.17.1.tar.gz"
sha256 "f4271e4c842c85d6656a8abf08b77b4d170fa2d84562996fdf00960db5cf7e03"
url "https://github.com/aws/aws-cli/archive/refs/tags/2.17.4.tar.gz"
sha256 "6f4070a42f468c2b3a7e832bed069c7423a871b8e98352bfbbed6117bbe82840"
license "Apache-2.0"
head "https://github.com/aws/aws-cli.git", branch: "v2"

Expand Down Expand Up @@ -117,7 +117,7 @@
which("python3.11")
end

def install

Check failure on line 120 in Formula/a/awscli.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

`brew install --verbose --formula --build-bottle awscli` failed on macOS Monterey (12)!

You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /private/tmp/pip-build-env-rf2gtx_t/overlay/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'cryptography.hazmat.bindings._rust.openssl' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'cryptography.hazmat.bindings._rust.openssl' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'cryptography.hazmat.bindings._rust.openssl' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'cryptography.hazmat.bindings._rust.openssl' to be distributed and are already explicitly excluding 'cryptography.hazmat.bindings._rust.openssl' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying src/cryptography/py.typed -> build/lib.macosx-12.0-x86_64-cpython-311/cryptography creating build/lib.macosx-12.0-x86_64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.macosx-12.0-x86_64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/_openssl.pyi -> build/lib.macosx-12.0-x86_64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.macosx-12.0-x86_64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.macosx-12.0-x86_64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/bindings/_rust/pkcs7.pyi -> build/lib.macosx-12.0-x86_64-cpython-311/cryptography/hazmat/bindings/_rust copying src/cryptography/hazmat/
# Ensure that the `openssl` crate picks up the intended library.
ENV["OPENSSL_DIR"] = Formula["openssl@3"].opt_prefix
ENV["OPENSSL_NO_VENDOR"] = "1"
Expand Down
Loading