%global srcname pypng Name: python-pypng Version: 0.0.21 Release: 1%{?dist} Summary: Pure Python PNG image encoder/decoder License: MIT URL: https://pypi.python.org/pypi/pypng Source0: https://github.com/drj11/%{srcname}/archive/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: %{py3_dist pytest} %global _description\ PyPNG allows PNG image files to be read and written using pure Python.\ \ It's available from github.com https://github.com/drj11/pypng\ \ Documentation is kindly hosted by PyPI http://pythonhosted.org/pypng/. %description %_description %package -n python3-pypng Summary: Pure Python PNG image encoder/decoder %{?python_provide:%python_provide python3-pypng} %description -n python3-pypng %{_description} %package -n pypng-tools Summary: Pure Python PNG image encoder/decoder tools Requires: python3-pypng = %{?epoch:%{epoch}:}%{version}-%{release} %description -n pypng-tools PyPNG allows PNG image files to be read and written using pure Python. This package have the distribution tools. %prep %setup -q -n %{srcname}-%{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files png %check %tox %files -n python3-pypng -f %{pyproject_files} %doc README.md %license LICENCE %files -n pypng-tools %doc README.md %license LICENCE %{_bindir}/pri* %changelog * Fri Feb 18 2022 Phantom X - 0.0.21-1 - 0.0.21 - Added tools package * Fri Jan 21 2022 Fedora Release Engineering - 0.0.18-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.0.18-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.0.18-22 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.0.18-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.0.18-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.0.18-19 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.0.18-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.0.18-17 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.0.18-16 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.0.18-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.0.18-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Oct 11 2018 Miro Hrončok - 0.0.18-13 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 0.0.18-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.0.18-11 - Rebuilt for Python 3.7 * Mon Feb 12 2018 Iryna Shcherbina - 0.0.18-10 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.0.18-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.0.18-8 - Python 2 binary package renamed to python2-pypng See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 0.0.18-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.0.18-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.0.18-5 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.0.18-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.0.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Sat Aug 01 2015 Ralph Bean - 0.0.18-1 - new version * Thu Jun 18 2015 Fedora Release Engineering - 0.0.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue May 12 2015 Ralph Bean - 0.0.17-1 - new version * Sat Jun 07 2014 Fedora Release Engineering - 0.0.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 0.0.16-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Fri May 09 2014 Ralph Bean - 0.0.16-1 - initial package for Fedora