14
0

Accepting request 965865 from home:alois:branches:devel:languages:python

- Build only for default python3 version

OBS-URL: https://build.opensuse.org/request/show/965865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subliminal?expand=0&rev=19
This commit is contained in:
2022-03-30 09:44:29 +00:00
committed by Git OBS Bridge
parent 563d064e59
commit 702cf33d2b
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 30 09:41:55 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>
- Build only for default python3 version
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 19 08:03:07 UTC 2020 - Petr Gajdos <pgajdos@suse.com> Tue May 19 08:03:07 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-subliminal # spec file for package python-subliminal
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 %global pythons python3
Name: python-subliminal Name: python-subliminal
Version: 2.1.0 Version: 2.1.0
Release: 0 Release: 0
@@ -43,7 +43,7 @@ Requires: python-requests >= 2.7.0
Requires: python-six >= 1.9.0 Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.20.0 Requires: python-stevedore >= 1.20.0
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun):update-alternatives
Recommends: python-colorlog >= 2.6.0 Recommends: python-colorlog >= 2.6.0
Provides: subliminal = %{version} Provides: subliminal = %{version}
Obsoletes: subliminal < %{version} Obsoletes: subliminal < %{version}