14
0

- update to 1.3.2:

- Add support for Python 3.10, drop official support Python 3.6
  - Remove direct accesses to ob_type in C-API use Py_TYPE instead

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=14
This commit is contained in:
2022-01-05 10:28:56 +00:00
committed by Git OBS Bridge
parent f6bb6b25da
commit 298fac5a3d
4 changed files with 13 additions and 5 deletions

View File

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

3
1.3.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 5 10:27:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.2:
- Add support for Python 3.10, drop official support Python 3.6
- Remove direct accesses to ob_type in C-API use Py_TYPE instead
-------------------------------------------------------------------
Sun Dec 20 09:32:53 UTC 2020 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-kiwisolver
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%global skip_python36 1
Name: python-kiwisolver
Version: 1.3.1
Version: 1.3.2
Release: 0
Summary: An implementation of the Cassowary constraint solver
License: BSD-3-Clause