chore: Sync f44 (#12976)

This commit is contained in:
Gilver
2026-06-08 05:00:28 -05:00
committed by GitHub
parent 7d123287c5
commit a7262bacfc
174 changed files with 234 additions and 241 deletions
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "dora-search.spec"
}
@@ -1,11 +1,9 @@
%global pypi_name dora-search
%global _desc Dora is an experiment management framework. It expresses grid searches as pure python files as part of your repo. It identifies experiments with a unique hash signature. Scale up to hundreds of experiments without losing your sanity.
%define debug_package %{nil}
Name: python-%{pypi_name}
Version: 0.1.12
Release: 1%?dist
Release: 2%?dist
Summary: Experiment management framework
License: MIT
URL: https://github.com/facebookresearch/dora
@@ -14,6 +12,7 @@ Source0: %url/archive/refs/tags/v%version.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>