14
0

Accepting request 785393 from home:bruno_friedmann:branches:devel:languages:python

- Remove python2 support, due to pyton-venusian being only python3

OBS-URL: https://build.opensuse.org/request/show/785393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=35
This commit is contained in:
2020-03-15 22:02:42 +00:00
committed by Git OBS Bridge
parent ef2de3debc
commit 1d577d6167
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 15 19:47:10 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>
- Remove python2 support, due to pyton-venusian being only python3
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 21 08:13:38 UTC 2019 - pgajdos@suse.com Fri Jun 21 08:13:38 UTC 2019 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pyramid # spec file for package python-pyramid
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany. # Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test %bcond_without test
%define skip_python2 1
Name: python-pyramid Name: python-pyramid
Version: 1.10.4 Version: 1.10.4
Release: 0 Release: 0
Summary: The Pyramid web application development framework Summary: The Pyramid web application development framework
License: BSD-4-Clause AND ZPL-2.1 AND MIT License: BSD-4-Clause AND ZPL-2.1 AND MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://pylonsproject.org URL: http://pylonsproject.org
Source0: https://files.pythonhosted.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
BuildRequires: %{python_module PasteDeploy} >= 1.5.0 BuildRequires: %{python_module PasteDeploy} >= 1.5.0
BuildRequires: %{python_module WebOb} >= 1.7.0 BuildRequires: %{python_module WebOb} >= 1.7.0