diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-09 19:31:04 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-13 22:48:39 -0400 |
| commit | 0099422962ea45bd42f731908f5d82de9165d5ed (patch) | |
| tree | 9b3969cf177ab3540da271fe4913f49aef702d0f /recipes-devtools/python/python3-newrelic_6.2.0.156.bb | |
| parent | 91dc9ce226012817059d579136da21030fc79715 (diff) | |
| download | meta-virtualization-0099422962ea45bd42f731908f5d82de9165d5ed.tar.gz | |
python3-newrelic: Upgrade 6.0.1.155 -> 6.2.0.156
Upgrade to release 6.2.0.156:
- Improved CPU metric sampling
- Improved memory metric sampling
- Increased custom attribute limit from 64 to 128
- Fixed a TypeError with Uvicorn and unix sockets
- Fixed a crash when using a FIPS compliant system with Cross
Agent Tracing enabled
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python3-newrelic_6.2.0.156.bb')
| -rw-r--r-- | recipes-devtools/python/python3-newrelic_6.2.0.156.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-devtools/python/python3-newrelic_6.2.0.156.bb b/recipes-devtools/python/python3-newrelic_6.2.0.156.bb new file mode 100644 index 00000000..d3bbd9e4 --- /dev/null +++ b/recipes-devtools/python/python3-newrelic_6.2.0.156.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | HOMEPAGE = "http://www.newrelic.com" | ||
| 2 | SUMMARY = "New Relic Python Agent" | ||
| 3 | DESCRIPTION = "\ | ||
| 4 | Python agent for the New Relic web application performance monitoring \ | ||
| 5 | service. Check the release notes for what has changed in this version. \ | ||
| 6 | " | ||
| 7 | SECTION = "devel/python" | ||
| 8 | LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "3dec4647de67609570c4e305f2b6432a00e0a0940a7ac69660ee92268b49d6e7" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
| 14 | |||
| 15 | DEPENDS += "python3-setuptools-scm-native" | ||
| 16 | |||
| 17 | SRC_URI += "file://0001-setup.py-tweak-setuptools_scm-version-dependency.patch" | ||
| 18 | |||
| 19 | FILES_${PN}-dbg += "\ | ||
| 20 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ | ||
| 21 | ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ | ||
| 22 | " | ||
