Accepting request 1032520 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1032520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Deprecated?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2022-11-01 12:41:14 +00:00 committed by Git OBS Bridge
commit 921bf2f891
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 31 13:16:26 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Provid canonicalized lowercase name
- Don't catchall files section
-------------------------------------------------------------------
Mon Dec 6 20:04:59 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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