15
0

Accepting request 794516 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/794516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=4
This commit is contained in:
2020-04-22 18:41:08 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb
size 55086

3
1.2.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc828278d71b1ac385ebb1cf4c56113fe38e8101731541646c90eb812be9c0ef
size 54244

View File

@@ -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 <tchvatal@suse.com>

View File

@@ -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}