#1 Recythonize the sources
Merged 4 years ago by athoscr. Opened 5 years ago by cstratak.
Unknown source master  into  master

file modified
+7 -1
@@ -2,7 +2,7 @@

  

  Name:           python-%{srcname}

  Version:        0.4.6

- Release:        7%{?dist}

+ Release:        8%{?dist}

  Summary:        CFF table subroutinizer for FontTools

  

  License:        ASL 2.0
@@ -35,6 +35,9 @@

  # removing shebangs from modules

  sed -i '/#!\/usr\/bin\/env python/d' src/python/compreffor/*Compressor.py

  

+ # Remove the cythonized files in order to regenerate them during build.

+ rm $(grep -rl '/\* Generated by Cython')

+ 

  %build

  %py3_build

  
@@ -56,6 +59,9 @@

  %{_bindir}/compreffor

  

  %changelog

+ * Sat Jun 01 2019 Charalampos Stratakis <cstratak@redhat.com> - 0.4.6-8

+ - Recythonize the sources

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

no initial comment

I plan to merge this soon.

Pull-Request has been merged by athoscr

4 years ago

Sorry for the delay! Thanks for the PR :)

Metadata