From c611da40c812dcb8bcdf1e511517ee567e2118c8876528c7f531b7b34ec02271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Mar 2020 13:00:08 +0000 Subject: [PATCH] - Avoid extensions namespace clash OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-opencensus-ext-azure?expand=0&rev=2 --- python-opencensus-ext-azure.changes | 5 +++++ python-opencensus-ext-azure.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-opencensus-ext-azure.changes b/python-opencensus-ext-azure.changes index b63d841..d68f503 100644 --- a/python-opencensus-ext-azure.changes +++ b/python-opencensus-ext-azure.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 10 12:59:53 UTC 2020 - Tomáš Chvátal + +- Avoid extensions namespace clash + ------------------------------------------------------------------- Fri Feb 21 13:14:04 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-opencensus-ext-azure.spec b/python-opencensus-ext-azure.spec index 11d1d06..f0e95c6 100644 --- a/python-opencensus-ext-azure.spec +++ b/python-opencensus-ext-azure.spec @@ -54,6 +54,8 @@ rm -rf %{buildroot}%{$python_sitelib}/opencensus/__init__.* rm -rf %{buildroot}%{$python_sitelib}/opencensus/__pycache__ rm -rf %{buildroot}%{$python_sitelib}/opencensus/common/__init__.* rm -rf %{buildroot}%{$python_sitelib}/opencensus/common/__pycache__ +rm -rf %{buildroot}%{$python_sitelib}/opencensus/ext/__init__.* +rm -rf %{buildroot}%{$python_sitelib}/opencensus/ext/__pycache__ } %check