15
0

Accepting request 990875 from devel:languages:python

- update to 1.4.4:
  - fix timing in shared data release procedure PR #149
  - revert use of nullpointer introduced in #142 
    Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
    some platforms (see #144 ) PR #145

- Update to 1.4.3
  * add support for Python 3.11 PR #142
  * do not install tests PR #143
  * fix packaging for latest setuptools PR #140
- Release 1.4.2
  * fix an issue with setuptools configuration PR #134

OBS-URL: https://build.opensuse.org/request/show/990875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=8
This commit is contained in:
2022-08-08 06:44:57 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 9 deletions

View File

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

BIN
kiwisolver-1.4.4.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jul 24 09:16:28 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.4.4:
- fix timing in shared data release procedure PR #149
- revert use of nullpointer introduced in #142
Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
some platforms (see #144 ) PR #145
-------------------------------------------------------------------
Thu Jul 14 17:47:26 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.4.3
* add support for Python 3.11 PR #142
* do not install tests PR #143
* fix packaging for latest setuptools PR #140
- Release 1.4.2
* fix an issue with setuptools configuration PR #134
-------------------------------------------------------------------
Mon Mar 28 15:31:34 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -16,10 +16,8 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-kiwisolver
Version: 1.4.1
Version: 1.4.4
Release: 0
Summary: An implementation of the Cassowary constraint solver
License: BSD-3-Clause
@@ -28,8 +26,9 @@ URL: https://github.com/nucleic/kiwi
Source: https://files.pythonhosted.org/packages/source/k/kiwisolver/kiwisolver-%{version}.tar.gz
BuildRequires: %{python_module cppy >= 1.2.0}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 42}
BuildRequires: %{python_module setuptools >= 61.2}
BuildRequires: %{python_module setuptools_scm >= 3.4.3}
BuildRequires: %{python_module tomli}
BuildRequires: %{python_module wheel}
@@ -56,10 +55,10 @@ dos2unix LICENSE README.rst releasenotes.rst
%build
export CFLAGS="%{optflags}"
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check