From 3e1202f44a740c5a9234439e07597d98a0418702df95cb32cf534efc3963f95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 13:46:29 +0000 Subject: [PATCH] Accepting request 1032492 from home:bnavigator:branches:devel:languages:python - Provid canonicalized lowercase name - Don't catchall files section OBS-URL: https://build.opensuse.org/request/show/1032492 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Deprecated?expand=0&rev=14 --- python-Deprecated.changes | 6 ++++++ python-Deprecated.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-Deprecated.changes b/python-Deprecated.changes index 4fb0d44..6ee444a 100644 --- a/python-Deprecated.changes +++ b/python-Deprecated.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 31 13:16:26 UTC 2022 - Ben Greiner + +- Provid canonicalized lowercase name +- Don't catchall files section + ------------------------------------------------------------------- Mon Dec 6 20:04:59 UTC 2021 - Dirk Müller diff --git a/python-Deprecated.spec b/python-Deprecated.spec index f95c7c0..cddccf6 100644 --- a/python-Deprecated.spec +++ b/python-Deprecated.spec @@ -1,7 +1,7 @@ # # spec file for package python-Deprecated # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-wrapt >= 1.10 BuildArch: noarch +Provides: python-deprecated = %{version}-%{release} %python_subpackages %description @@ -54,6 +55,7 @@ you can use the ``@deprecated`` decorator. %files %{python_files} %doc CHANGELOG.rst README.md %license LICENSE.rst -%{python_sitelib}/* +%{python_sitelib}/deprecated +%{python_sitelib}/Deprecated-%{version}*-info %changelog