mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-28 04:34:01 +08:00
chore: Making eachdist release catch more deps (#867)
In the last release, eachdist missed updating dependencies on ext-datadog, which has a slightly different, but valid, way of specifying the version (omitting some spaces). Making the eachdist regex more lenient to catch other valid version specifications. Also modifying the ext-datadog dependency specification to match the format of all the others. Co-authored-by: Leighton Chen <lechen@microsoft.com>
This commit is contained in:
@ -589,8 +589,8 @@ def update_dependencies(targets, version):
|
||||
targets,
|
||||
version,
|
||||
"setup.cfg",
|
||||
r"(opentelemetry-.*)= (.*)",
|
||||
r"\1= " + version,
|
||||
r"(opentelemetry-.*)==(.*)",
|
||||
r"\1== " + version,
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user