Search Criteria
Package Details: awslogs 0.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/awslogs.git (read-only, click to copy) |
---|---|
Package Base: | awslogs |
Description: | AWS CloudWatch logs for Humans™ |
Upstream URL: | https://github.com/jorgebastida/awslogs |
Licenses: | Apache |
Submitter: | neg3ntropy |
Maintainer: | christoph.gysin |
Last Packager: | christoph.gysin |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-31 17:07 (UTC) |
Last Updated: | 2024-04-02 14:58 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-boto3
- python-dateutil (python-dateutil-gitAUR)
- python-jmespath
- python-termcolor
- python-setuptools (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
micwoj92 commented on 2025-02-13 11:04 (UTC)
Please use spdx license identifier.
christoph.gysin commented on 2022-11-16 07:57 (UTC)
@lantw44 Fixed, thanks.
lantw44 commented on 2022-11-14 14:46 (UTC)
There is a typo in the source array: exlude-tests.patch should be exclude-tests.patch.
cloudlena commented on 2022-02-10 10:33 (UTC)
I'm getting
whynothugo commented on 2021-08-24 12:46 (UTC)
A make dependency is missing:
Diff:
christoph.gysin commented on 2021-01-19 20:15 (UTC)
@languitar No. aws-cli-v2 depends on botocore-v2 which has not seen a stable release yet. awslogs depends on boto3, which does not seem to be available for botocore-v2. On top of that, awslogs seems to be unmaintained, so I don't have any hopes that it will support botocore-v2 anytime soon.
languitar commented on 2021-01-19 16:09 (UTC)
Is there any way to make this package work when aws-cli-v2 is installed. Due to the updated boto dependency needed for the v2 version, awslogs stops working right now.
languitar commented on 2020-10-22 08:02 (UTC)
Great. I have opened a bug report upstream to get your patch into the project itself: https://github.com/jorgebastida/awslogs/issues/322
christoph.gysin commented on 2020-10-22 07:57 (UTC)
@languitar Thanks, fixed.
languitar commented on 2020-10-22 07:32 (UTC)
The package currently includes the unit tests files under the very generic module name
tests
. This can result in conflicts, for instance, with python-hypothesis, which - unfortunately - also uses this very generic package name:1 2 Next › Last »