From 1d577d6167a2553e0f1a5396caa38ec7fad545842b6f1cc938ac50ea9e474ee2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 15 Mar 2020 22:02:42 +0000 Subject: [PATCH] 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 --- python-pyramid.changes | 5 +++++ python-pyramid.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-pyramid.changes b/python-pyramid.changes index b1789b9..5dfaa07 100644 --- a/python-pyramid.changes +++ b/python-pyramid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 15 19:47:10 UTC 2020 - Bruno Friedmann + +- Remove python2 support, due to pyton-venusian being only python3 + ------------------------------------------------------------------- Fri Jun 21 08:13:38 UTC 2019 - pgajdos@suse.com diff --git a/python-pyramid.spec b/python-pyramid.spec index 3b825e4..76da047 100644 --- a/python-pyramid.spec +++ b/python-pyramid.spec @@ -1,7 +1,7 @@ # # 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. # # All modifications and additions to the file contributed by third parties @@ -19,13 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test +%define skip_python2 1 Name: python-pyramid Version: 1.10.4 Release: 0 Summary: The Pyramid web application development framework License: BSD-4-Clause AND ZPL-2.1 AND MIT 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 BuildRequires: %{python_module PasteDeploy} >= 1.5.0 BuildRequires: %{python_module WebOb} >= 1.7.0