#2 Fix compatibility with the latest setuptools
Merged 2 years ago by davidsch. Opened 2 years ago by lbalhar.
rpms/ lbalhar/python-pysam rawhide  into  rawhide

file modified
+5 -2
@@ -3,7 +3,7 @@ 

  

  Name:           python-%{pypi_name}

  Version:        0.19.0

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        pysam

  

  License:        MIT
@@ -65,7 +65,7 @@ 

  %build

  FORCE_CYTHON=1 %py3_build

  # generate html docs 

- PYTHONPATH=${PWD} sphinx-build-3 doc html

+ PYTHONPATH=$(echo $PWD/build/lib.linux*) sphinx-build-3 doc html

  # remove the sphinx-build leftovers

  rm -rf html/.{doctrees,buildinfo}

  
@@ -92,6 +92,9 @@ 

  %doc html

  

  %changelog

+ * Wed Jun 22 2022 Lumír Balhar <lbalhar@redhat.com> - 0.19.0-4

+ - Fix compatibility with the latest setuptools

+ 

  * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.19.0-3

  - Rebuilt for Python 3.11

  

Metadata