From 973436468bd8ffa8d008d647f07a2f747409110733b8f5644f1f9f981a5f4175 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Nov 2022 13:59:59 +0000 Subject: [PATCH] Fix reference to the upstream ticket OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-platformio?expand=0&rev=22 --- python-platformio.changes | 3 +-- python-platformio.spec | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python-platformio.changes b/python-platformio.changes index 320e099..6e418a1 100644 --- a/python-platformio.changes +++ b/python-platformio.changes @@ -2,8 +2,7 @@ Thu Nov 10 12:07:39 UTC 2022 - Matej Cepl - Switch to wheel build/install, move scripts/ directory to the - packages's namespace (see - https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396). + packages's namespace (see gh#platformio/platformio-core#4458). - Add python-platformio.rpmlintrc to avoid false positives. ------------------------------------------------------------------- diff --git a/python-platformio.spec b/python-platformio.spec index b317568..43a3532 100644 --- a/python-platformio.spec +++ b/python-platformio.spec @@ -66,7 +66,7 @@ who write applications for embedded products. %install %pyproject_install -# mv because of https://community.platformio.org/t/installs-scripts-directory-to-the-global-namespace/30396 +# mv because of gh#platformio/platformio-core#4458 %{python_expand mv %{buildroot}%{$python_sitelib}/scripts %{buildroot}%{$python_sitelib}/platformio %fdupes %{buildroot}%{$python_sitelib} }