Dominique Leuenberger 2021-05-20 17:23:10 +00:00 committed by Git OBS Bridge
commit a6386be39f
5 changed files with 27 additions and 19 deletions

13
LICENSE
View File

@ -1,11 +1,12 @@
RIVERBANK COMPUTING LIMITED LICENSE AGREEMENT FOR SIP
1. This LICENSE AGREEMENT is between Riverbank Computing Limited ("Riverbank"),
and the Individual or Organization ("Licensee") accessing and otherwise using
SIP software in source or binary form and its associated documentation. SIP
comprises a software tool for generating Python bindings for software C and C++
libraries, and a Python extension module used at runtime by those generated
bindings.
1. This LICENSE AGREEMENT ("the SIP License") is between Riverbank Computing
Limited ("Riverbank"), and the Individual or Organization ("Licensee")
accessing and otherwise using SIP software in source or binary form and its
associated documentation. SIP comprises a software tool for generating Python
bindings for software C and C++ libraries, and a Python extension module used
at runtime by those generated bindings. This License Agreement may also be
applied to other software packages written by Riverbank.
2. Subject to the terms and conditions of this License Agreement, Riverbank
hereby grants Licensee a nonexclusive, royalty-free, world-wide license to

View File

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

3
PyQt5_sip-12.9.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 13 21:30:08 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 12.9.0
* no release notes, new ABI version.
-------------------------------------------------------------------
Sun Aug 30 18:04:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-
# spec file for package python-qt5-sip
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,37 +12,38 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-qt5-sip
Version: 12.8.1
Version: 12.9.0
Release: 0
License: GPL-2.0-only OR GPL-3.0-only OR SUSE-SIP
Summary: The sip module support for PyQt5
Url: https://www.riverbankcomputing.com/software/sip/
URL: https://www.riverbankcomputing.com/software/sip/
Group: Development/Languages/Python
Source0: https://files.pythonhosted.org/packages/source/P/PyQt5-sip/PyQt5_sip-%{version}.tar.gz
Source1: https://www.riverbankcomputing.com/hg/sip/raw-file/tip/LICENSE
Source2: https://www.riverbankcomputing.com/hg/sip/raw-file/tip/LICENSE-GPL2
Source3: https://www.riverbankcomputing.com/hg/sip/raw-file/tip/LICENSE-GPL3
BuildRequires: python-rpm-macros
BuildRequires: %pythons > 3.5
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools >= 30.3}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
%description
The sip extension module provides support for the PyQt5 package.
SIP is a tool that makes it very easy to create Python bindings for
C and C++ libraries. It was originally developed to create PyQt,
the Python bindings for the Qt toolkit, but can be used to create
bindings for any C or C++ library. For example, it is also used to
SIP is a tool that makes it very easy to create Python bindings for
C and C++ libraries. It was originally developed to create PyQt,
the Python bindings for the Qt toolkit, but can be used to create
bindings for any C or C++ library. For example, it is also used to
create wxPython, the Python bindings for the wxWidget toolkit.
%prep