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

codeguru_profiler_agent v1.0.2 #2

Merged
Merged
Show file tree
Hide file tree
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
175 changes: 0 additions & 175 deletions recipe/LICENSE

This file was deleted.

19 changes: 15 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "codeguru_profiler_agent" %}
{% set version = "1.0.1" %}
{% set version = "1.0.2" %}


package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 7e72de5c1cb28709b3cc34a80fdf061134d3b47f94e02f1f2e883e07123b8c7f
url: https://github.com/aws/amazon-codeguru-profiler-python-agent/archive/v{{ version }}.tar.gz
sha256: 8381b552e869d261ea4a9e88e5f2db853e1d67546cd88f2e6d3774b62053d713

build:
number: 0
Expand All @@ -29,14 +29,25 @@ test:
- codeguru_profiler_agent.agent_metadata
commands:
- pip check
- pytest --ignore=test/integration/
# Skipped due to required credentials
# See https://github.com/aws/amazon-codeguru-profiler-python-agent/tree/main/test/integration
requires:
- httpretty
- mock
- pip
- pympler
- pytest
source_files:
- test

about:
home: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html
summary: The Python agent to be used for Amazon CodeGuru Profiler
license: Apache-2.0
license_file: LICENSE
license_file:
- LICENSE
- NOTICE
doc_url: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html
dev_url: https://github.com/aws/amazon-codeguru-profiler-python-agent

Expand Down