From 55c87e49a12681f8f7ed6915e2680555aa5470164def06620707559c79d8483b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Apr 2020 09:03:35 +0000 Subject: [PATCH] Accepting request 794485 from home:pgajdos:python - version update to 1.2.0 * setup.py: proper python version pinning and cut 1.2.0 release - python3 only, e. g. requires cppy, which is python3 only OBS-URL: https://build.opensuse.org/request/show/794485 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=10 --- 1.1.0.tar.gz | 3 --- 1.2.0.tar.gz | 3 +++ python-kiwisolver.changes | 7 +++++++ python-kiwisolver.spec | 8 +++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 1.1.0.tar.gz create mode 100644 1.2.0.tar.gz diff --git a/1.1.0.tar.gz b/1.1.0.tar.gz deleted file mode 100644 index 0441f77..0000000 --- a/1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb -size 55086 diff --git a/1.2.0.tar.gz b/1.2.0.tar.gz new file mode 100644 index 0000000..30061f1 --- /dev/null +++ b/1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc828278d71b1ac385ebb1cf4c56113fe38e8101731541646c90eb812be9c0ef +size 54244 diff --git a/python-kiwisolver.changes b/python-kiwisolver.changes index fd6dbce..ba5b95b 100644 --- a/python-kiwisolver.changes +++ b/python-kiwisolver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 16 08:10:34 UTC 2020 - pgajdos@suse.com + +- version update to 1.2.0 + * setup.py: proper python version pinning and cut 1.2.0 release +- python3 only, e. g. requires cppy, which is python3 only + ------------------------------------------------------------------- Wed Jul 24 08:28:43 UTC 2019 - Tomáš Chvátal diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index 390d31a..b1afdfc 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -1,7 +1,7 @@ # # spec file for package python-kiwisolver # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-kiwisolver -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: An implementation of the Cassowary constraint solver License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/nucleic/kiwi +URL: https://github.com/nucleic/kiwi Source: https://github.com/nucleic/kiwi/archive/%{version}.tar.gz +BuildRequires: %{python_module cppy >= 1.1.0} BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}