From 54e1dbec03970adc330265ed3ab2ff1e0ceec1cefec00f34013a6eb5c868f84e Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 10 Jan 2025 05:09:26 +0000 Subject: [PATCH] - We don't need to clean up the CHANGELOG anymore. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kasa?expand=0&rev=13 --- python-kasa.changes | 5 +++++ python-kasa.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-kasa.changes b/python-kasa.changes index 8f76095..cb863de 100644 --- a/python-kasa.changes +++ b/python-kasa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 10 05:05:51 UTC 2025 - Steve Kowalik + +- We don't need to clean up the CHANGELOG anymore. + ------------------------------------------------------------------- Wed Dec 27 14:26:35 UTC 2023 - Dirk Müller diff --git a/python-kasa.spec b/python-kasa.spec index 3729bf1..1a8796b 100644 --- a/python-kasa.spec +++ b/python-kasa.spec @@ -1,7 +1,7 @@ # # spec file for package python-kasa # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,7 @@ Requires: python-setuptools Requires: python-voluptuous Requires: python-xdoctest Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -68,7 +68,6 @@ find . -name \*.py -o -name \*.json -exec chmod -x '{}' \; %install %pyproject_install %python_clone -a %{buildroot}%{_bindir}/kasa -%python_expand rm %{buildroot}%{$python_sitelib}/CHANGELOG.md %python_expand %fdupes %{buildroot}%{$python_sitelib} %check