## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-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*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-embreex Version: 4.4.0 Release: %autorelease Summary: Python binding for Intel’s Embree ray engine License: BSD-2-Clause URL: https://github.com/trimesh/embreex Source: %{url}/archive/%{version}/embreex-%{version}.tar.gz BuildSystem: pyproject BuildOption(install): --assert-license embreex # embree only supports x86_64, aarch64 # https://bugzilla.redhat.com/show_bug.cgi?id=2461412 ExclusiveArch: %{x86_64} %{arm64} BuildRequires: gcc-c++ BuildRequires: embree-devel BuildRequires: %{py3_dist pytest} %global common_description %{expand: A fork of https://github.com/scopatz/pyembree configured to build wheels on various platforms and Python interpreters. The name change is to avoid confusion with the other forks and install methods available. The goal is to meet the upstream trimesh[easy] preferences for dependencies.} %description %{common_description} %package -n python3-embreex Summary: %{summary} %description -n python3-embreex %{common_description} %check -a %pytest --verbose %files -n python3-embreex -f %{pyproject_files} %doc README.md %doc examples/ %changelog ## START: Generated by rpmautospec * Wed Jul 22 2026 Python Maint - 4.4.0-6 - Rebuilt for Python 3.15.0b4 ABI change * Thu Jul 16 2026 Fedora Release Engineering - 4.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jun 03 2026 Python Maint - 4.4.0-4 - Rebuilt for Python 3.15 * Sat May 23 2026 Benjamin A. Beasley - 4.4.0-3 - Use long pytest options * Mon May 11 2026 Benjamin A. Beasley - 4.4.0-2 - Use pyproject long options * Sun Apr 26 2026 Benjamin A. Beasley - 4.4.0-1 - Initial package (close RHBZ#2461413) ## END: Generated by rpmautospec