%global srcname lightblue #TODO file License issue missing in dist file upstream Name: python-lightblue Version: 0.1.4 Release: 16%{?dist} Summary: A Python library to work with Lightblue database License: GPLv3 URL: https://github.com/Allda/python-lightblue Source0: https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-nose BuildRequires: python3-mock BuildRequires: python3-beanbag BuildRequires: python3-dpath BuildArch: noarch %description A Python library to work with Lightblue database API. More lightblue information can be found at https://lightblue.io %package -n python3-%{srcname} Summary: A Python library to work with Lightblue database Requires: python3-dpath Requires: python3-beanbag %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} A Python library to work with Lightblue database API. More lightblue information can be found at https://lightblue.io %prep %autosetup # do not use rednose during rpm build sed -i 's/rednose/\#rednose/' setup.cfg %build %py3_build %install %py3_install %check nosetests-%{python3_version} %files -n python3-%{srcname} %doc README.md %{python3_sitelib}/* %changelog * Mon Jun 13 2022 Python Maint - 0.1.4-16 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.1.4-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.1.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.1.4-13 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.1.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.1.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.1.4-10 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.1.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.1.4-8 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.1.4-7 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.1.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 0.1.4-4 - Subpackage python2-lightblue has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 0.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.1.4-2 - Rebuilt for Python 3.7 * Wed May 16 2018 Ales Raszka - 0.1.4-1 - Rebase to 0.1.4 * Sun Apr 29 2018 Iryna Shcherbina - 0.1.3-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Tue Apr 24 2018 Stanislav Ochotnicky - 0.1.3-2 - Fix summary macro * Tue Apr 24 2018 Stanislav Ochotnicky - 0.1.3-1 - Initial version