From 0099422962ea45bd42f731908f5d82de9165d5ed Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 9 Apr 2021 19:31:04 +0300 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python3-newrelic_6.0.1.155.bb | 23 ---------------------- .../python/python3-newrelic_6.2.0.156.bb | 22 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 recipes-devtools/python/python3-newrelic_6.0.1.155.bb create mode 100644 recipes-devtools/python/python3-newrelic_6.2.0.156.bb diff --git a/recipes-devtools/python/python3-newrelic_6.0.1.155.bb b/recipes-devtools/python/python3-newrelic_6.0.1.155.bb deleted file mode 100644 index f79c99ca..00000000 --- a/recipes-devtools/python/python3-newrelic_6.0.1.155.bb +++ /dev/null @@ -1,23 +0,0 @@ -HOMEPAGE = "http://www.newrelic.com" -SUMMARY = "New Relic Python Agent" -DESCRIPTION = "\ - Python agent for the New Relic web application performance monitoring \ - service. Check the release notes for what has changed in this version. \ - " -SECTION = "devel/python" -LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" - -SRC_URI[md5sum] = "0acf701c37ceb590e2a12d358ced16d7" -SRC_URI[sha256sum] = "e96689fc75eb2b1591903ad9e74225f5e1da734afcd3151d318c53f6635b5dda" - -inherit pypi setuptools3 - -DEPENDS += "python3-setuptools-scm-native" - -SRC_URI += "file://0001-setup.py-tweak-setuptools_scm-version-dependency.patch" - -FILES_${PN}-dbg += "\ - ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ - ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ - " 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 @@ +HOMEPAGE = "http://www.newrelic.com" +SUMMARY = "New Relic Python Agent" +DESCRIPTION = "\ + Python agent for the New Relic web application performance monitoring \ + service. Check the release notes for what has changed in this version. \ + " +SECTION = "devel/python" +LICENSE = "BSD-3-Clause & MIT & Python-2.0 & BSD-2-Clause & NewRelic" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" + +SRC_URI[sha256sum] = "3dec4647de67609570c4e305f2b6432a00e0a0940a7ac69660ee92268b49d6e7" + +inherit pypi setuptools3 + +DEPENDS += "python3-setuptools-scm-native" + +SRC_URI += "file://0001-setup.py-tweak-setuptools_scm-version-dependency.patch" + +FILES_${PN}-dbg += "\ + ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/*/.debug \ + ${PYTHON_SITEPACKAGES_DIR}/newrelic-${PV}/newrelic/packages/*/.debug/ \ + " -- cgit v1.2.3-54-g00ecf