14
0

- Rename package according to the Python packaging guidelines.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-debian?expand=0&rev=3
This commit is contained in:
2022-07-04 14:13:12 +00:00
committed by Git OBS Bridge
parent 0ec77308ef
commit f966bb3c4b
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
Mon Jul 4 13:49:00 UTC 2022 - Matej Cepl <mcepl@suse.com> Mon Jul 4 13:49:00 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Fix Homepage - Fix Homepage
- Rename package according to the Python packaging guidelines.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 27 11:39:36 UTC 2022 - Julio González Gil <jgonzalez@suse.com> Mon Jun 27 11:39:36 UTC 2022 - Julio González Gil <jgonzalez@suse.com>

View File

@@ -1,5 +1,5 @@
# #
# spec file for package python-debian # spec file for package python-python-debian
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2022 SUSE LLC
# Copyright (c) 2017 Free Software Foundation Europe e.V. # Copyright (c) 2017 Free Software Foundation Europe e.V.
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-debian Name: python-python-debian
Version: 0.1.44 Version: 0.1.44
Release: 0 Release: 0
Summary: Debian package related modules Summary: Debian package related modules
@@ -33,6 +33,8 @@ Requires: python-chardet
Requires: python-six Requires: python-six
Requires: zstd Requires: zstd
BuildArch: noarch BuildArch: noarch
Provides: python-debian = %{version}-%{release}
Obsoletes: python-debian < %{version}-%{release}
%python_subpackages %python_subpackages
%description %description