## START: Set by rpmautospec ## (rpmautospec version 0.2.6) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 6; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec # what it's called on pypi %global srcname mistune # what it's imported as %global libname mistune %global common_description %{expand: The fastest markdown parser in pure Python, inspired by marked.} %bcond_without check Name: python-mistune Version: 0.8.4 Release: %autorelease Summary: Markdown parser for Python License: BSD URL: https://github.com/lepture/mistune Source0: %url/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: gcc BuildRequires: python3-devel %description %{common_description} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{common_description} %package doc Summary: Documentation for %{name} %description doc %{common_description} This is the documentation package for %{name}. %prep %autosetup -p1 -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires echo 'python3dist(pytest)' echo 'python3dist(sphinx)' %build %pyproject_wheel # generate html docs PYTHONPATH=${PWD} sphinx-build-3 docs html # remove the sphinx-build leftovers rm -rf html/.{doctrees,buildinfo} %install %pyproject_install %pyproject_save_files %{libname} %py3_shebang_fix %{buildroot}%{python3_sitelib} %{_fixperms} %{buildroot}/* %if %{with check} %check %pytest %endif %files -n python3-%{srcname} -f %{pyproject_files} %license LICENSE %doc README.rst %files doc %doc html %license LICENSE %changelog * Tue Jun 21 2022 Robert-André Mauchin 0.8.4-6 - Convert to new Python guidelines * Mon Jun 13 2022 Python Maint - 0.8.4-4 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.8.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jul 09 2021 Tomas Hrnciar - 0.8.4-1 - Update to 0.8.4 * Fri Jun 04 2021 Python Maint - 0.8.3-16 - Rebuilt for Python 3.10 * Mon Feb 08 2021 Charalampos Stratakis - 0.8.3-15 - Run the tests with pytest instead of nose * Wed Jan 27 2021 Fedora Release Engineering - 0.8.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.8.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok - 0.8.3-12 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.8.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 14 2019 Miro Hrončok - 0.8.3-10 - Subpackage python2-mistune has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Thu Sep 12 2019 Miro Hrončok - 0.8.3-9 - Modernize packaging, drop build dependency on python2-Cython * Sat Aug 17 2019 Miro Hrončok - 0.8.3-8 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.8.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.8.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 0.8.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.8.3-4 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 0.8.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 25 2018 Iryna Shcherbina - 0.8.3-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Tue Dec 19 2017 Christian Dersch - 0.8.3-1 - new version (0.8.3) - fixes CVE-2017-15612 and CVE-2017-16876 * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.7.3-7 - Python 2 binary package renamed to python2-mistune See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Aug 03 2017 Fedora Release Engineering - 0.7.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.7.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.7.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.7.3-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.7.3-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon Jul 04 2016 Christian Dersch - 0.7.3-1 - new version * Sat Feb 27 2016 Christian Dersch - 0.7.2-1 - new version * Thu Feb 04 2016 Fedora Release Engineering - 0.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Wed Sep 23 2015 Christian Dersch - 0.7.1-1 - new version * Wed Jun 17 2015 Christian Dersch - 0.6-1 - new upstream release * Mon Apr 20 2015 Christian Dersch - 0.5.1-1 - new upstream release (0.5.1) * Fri Dec 5 2014 Christian Dersch - 0.5-1 - new upstream release - enabled tests * Thu Dec 4 2014 Christian Dersch - 0.4.1-2 - spec fixes * Thu Dec 4 2014 Christian Dersch - 0.4.1-1 - initial spec