Sync from SUSE:SLFO:Main python-qtdatavis3d-qt5 revision 9b4898d0fa55f483e3055c857019662f

This commit is contained in:
Adrian Schröter 2024-05-03 22:44:05 +02:00
commit fc4aaf6d3e
4 changed files with 272 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
PyQtDataVisualization-5.15.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,139 @@
-------------------------------------------------------------------
Wed Jan 11 14:57:31 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Merge -sip and -api package into -devel
-------------------------------------------------------------------
Wed Jan 11 09:24:08 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 5.15.5
* Added support for Python v3.10.
-------------------------------------------------------------------
Mon Sep 13 15:58:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Remove the Supplements for python-sip -- boo#1190441
-------------------------------------------------------------------
Fri Jun 18 21:48:42 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Provide the PyPI name
-------------------------------------------------------------------
Thu Mar 11 19:36:18 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 5.15.4
* Packaging bug fixes.
- Fixes problems with packages checking the package metadata like
boo#1183144
-------------------------------------------------------------------
Fri Feb 26 09:50:43 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 5.15.3
* Sync release with PyQt5
- Switch all distros to SIP v5+
- Disable Python 2 build
-------------------------------------------------------------------
Tue Nov 24 19:59:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 5.15.2
* Build system changes
-------------------------------------------------------------------
Wed Sep 14 17:32:15 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- use sip5 where available
-------------------------------------------------------------------
Mon Sep 14 17:26:31 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to Version 5.15.1
* A bug-fix release.
- remove the superfluous Tumbleweed python2 skip hack
-------------------------------------------------------------------
Thu Aug 27 20:04:47 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to 5.15.0
* Added support for Qt v5.15.0.
- v5.14.0 added support for Qt v5.14.0 in December 2019
- The source location has changed to PyPI
-------------------------------------------------------------------
Fri Mar 13 12:46:21 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Stop building the python2 package for openSUSE Tumbleweed.
-------------------------------------------------------------------
Wed Nov 13 15:20:49 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 5.13.1
* Added support for SIP v5.
-------------------------------------------------------------------
Fri Jul 12 10:24:01 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.13.0
* Bindings updated for QtDataVis 5.13.0.
-------------------------------------------------------------------
Wed Feb 27 20:00:44 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Make eric api files supplement eric.
- Make sip api files supplement sip.
- Fix sip api dependency.
-------------------------------------------------------------------
Thu Feb 21 21:51:53 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Consistency fixes with the other python-qt5 add-on packages.
-------------------------------------------------------------------
Thu Feb 21 18:05:43 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 5.12
* Updated for Qt v5.12.1.
- Build both python2 and python3 flavors in a single spec file.
-------------------------------------------------------------------
Mon Oct 22 13:08:07 UTC 2018 - Christophe Giboudeaux <christophe@krop.fr>
- Run spec-cleaner
- Update to 5.11.3. Changes since 5.10.1:
* Fixed all signal signatures.
* Add support for recent Qt versions.
-------------------------------------------------------------------
Tue Apr 17 02:02:24 UTC 2018 - termim@gmail.com
- Update to 5.10.1
* Added support for Qt Charts v5.10.1.
-------------------------------------------------------------------
Fri Jan 26 11:52:10 UTC 2018 - aloisio@gmx.com
- Update to 5.10
* Added support for Qt Data Visualization v5.10.0.
version 5.9.2
* Added support for Qt Data Visualization v5.9.3.
version 5.9.1
* Added support for Qt Data Visualization v5.9.2.
version 5.9
* Added support for Qt Data Visualization v5.9.0 and v5.9.1.
-------------------------------------------------------------------
Wed Feb 15 19:55:03 UTC 2017 - termim@gmail.com
- Update to 5.8
-------------------------------------------------------------------
Tue Jan 3 22:12:39 UTC 2017 - termim@gmail.com
- Update to 5.7.1
-------------------------------------------------------------------
Fri Jul 29 05:20:23 UTC 2016 - termim@gmail.com
- Initial checkin v.2.0.1

107
python-qtdatavis3d-qt5.spec Normal file
View File

@ -0,0 +1,107 @@
#
# spec file for package python-qtdatavis3d-qt5
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define plainpython python
%define mname qtdatavis3d-qt5
%define skip_python2 1
Name: python-%{mname}
Version: 5.15.5
Release: 0
Summary: Python bindings for the Qt5 Data Visualization library
License: GPL-3.0-only
Group: Development/Libraries/Python
URL: https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro
Source: https://files.pythonhosted.org/packages/source/P/PyQtDataVisualization/PyQtDataVisualization-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pyqt-builder >= 1.9}
BuildRequires: %{python_module qt5-devel}
BuildRequires: %{python_module sip-devel >= 5.3}
BuildRequires: fdupes
BuildRequires: python-pyqt-rpm-macros
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(Qt5DataVisualization)
Requires: python-qt5 >= %{version}
Requires: python-qt5-sip
Provides: python-PyQtDataVisualization = %{version}-%{release}
%python_subpackages
%description
PyQtDataVisualization is a set of Python bindings for the Qt5 Data
Visualization library.
%package devel
Summary: Sip and eric API files for %{name}
Group: Development/Libraries/Python
Provides: python-%{mname}-sip = %{version}-%{release}
Obsoletes: python-%{mname}-sip < %{version}-%{release}
Provides: python-%{mname}-api = %{version}-%{release}
Obsoletes: python-%{mname}-api < %{version}-%{release}
Provides: %{plainpython}-%{mname}-sip = %{version}-%{release}
Obsoletes: %{plainpython}-%{mname}-sip < %{version}-%{release}
Provides: %{plainpython}-%{mname}-api = %{version}-%{release}
Obsoletes: %{plainpython}-%{mname}-api < %{version}-%{release}
Requires: python-qt5-devel
Requires: %{plainpython}(abi) = %{python_version}
Supplements: (eric and python-%{mname})
Supplements: (python-qt5-devel and python-%{mname})
%description devel
This package provides the SIP files used to generate the Python bindings
and Qt5 Data Visualization library API files for the Eric IDE for %{name}.
%package doc
Summary: Examples for %{name}
Group: Documentation/Other
Provides: %{python_module %{mname}-examples = %{version}-%{release}}
BuildArch: noarch
%description doc
This package provides %{name} examples.
%prep
%setup -q -n PyQtDataVisualization-%{version}
%build
%pyqt_build
%install
%pyqt_install
%pyqt_install_examples %mname
%files %{python_files}
%license LICENSE
%doc NEWS README
%dir %{python_sitearch}/PyQt5/
%{python_sitearch}/PyQt5/QtDataVisualization.*
%{python_sitearch}/PyQtDataVisualization-%{version}.dist-info/
%files %{python_files devel}
%license LICENSE
%{pyqt5_sipdir}/QtDataVisualization/
%dir %{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/
%{_datadir}/qt5/qsci/api/python_%{python_bin_suffix}/PyQtDataVisualization.api
%files %{python_files doc}
%license LICENSE
%{_docdir}/%{python_prefix}-%{mname}
%exclude %{_docdir}/%{python_prefix}-%{mname}/NEWS
%exclude %{_docdir}/%{python_prefix}-%{mname}/README
%changelog