#1 Fix FTBFS with setuptools >= 62.1
Merged 2 years ago by orion. Opened 2 years ago by cstratak.
rpms/ cstratak/python-Traits setuptools_ftbfs  into  rawhide

file modified
+6 -2
@@ -9,7 +9,7 @@ 

  

  Name:           python-%{srcname}

  Version:        6.3.2

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Explicitly typed attributes for Python

  # Images have different licenses. For image license breakdown check

  # image_LICENSE.txt file.
@@ -82,7 +82,7 @@ 

  %py3_install

  

  %check

- pushd build/lib.%{python3_platform}-%{python3_version}

+ pushd build/lib.%{python3_platform}-*

    export PYTHONPATH=%{buildroot}%{python3_sitearch}

    xvfb-run %__python3 -s -m unittest discover -v

  popd
@@ -93,6 +93,10 @@ 

  %{python3_sitearch}/%{modname}*

  

  %changelog

+ * Wed Jun 22 2022 Charalampos Stratakis <cstratak@redhat.com> - 6.3.2-4

+ - Fix FTBFS with setuptools >= 62.1

+ Resolves: rhbz#2097086

+ 

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

  - Bootstrap for Python 3.11

  

Resolves: rhbz#2097086

Pull-Request has been merged by orion

2 years ago
Metadata