Fri, 03 May 2024 21:33:57 UTC | login

Information for build golang-starlark-0-0.3.20210113gite81fc95.fc33

ID192269
Package Namegolang-starlark
Version0
Release0.3.20210113gite81fc95.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-starlark.git#7b68357dc3e609dcabf2ee19a8a7856a7564c8d6
SummaryDialect of Python intended for use as a configuration language
Description Starlark is a dialect of Python intended for use as a configuration language. Like Python, it is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and garbage collection. Unlike CPython, independent Starlark threads execute in parallel, so Starlark workloads scale well on parallel machines. Starlark is a small and simple language with a familiar and highly readable syntax. You can use it as an expressive notation for structured data, defining functions to eliminate repetition, or you can use it to add scripting capabilities to an existing application.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 27 Jan 2021 09:27:08 UTC
CompletedWed, 27 Jan 2021 09:49:27 UTC
Taskbuild (f33, /rpms/golang-starlark.git:7b68357dc3e609dcabf2ee19a8a7856a7564c8d6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-starlark.git#7b68357dc3e609dcabf2ee19a8a7856a7564c8d6'}}
Tags
f33
f37
f38
RPMs
src
golang-starlark-0-0.3.20210113gite81fc95.fc33.src.rpm (info) (download)
noarch
golang-starlark-devel-0-0.3.20210113gite81fc95.fc33.noarch.rpm (info) (download)
riscv64
golang-starlark-0-0.3.20210113gite81fc95.fc33.riscv64.rpm (info) (download)
golang-starlark-debuginfo-0-0.3.20210113gite81fc95.fc33.riscv64.rpm (info) (download)
golang-starlark-debugsource-0-0.3.20210113gite81fc95.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Jan 13 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.3.20210113gite81fc95 - Bump to commit e81fc95f7bd5bb1495fe69f27c1a99fcc77caa48 * Mon Aug 17 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190817git4379bb3 - Add star files * Mon Jun 22 2020 Álex Sáez <asm@redhat.com> - 0-0.1.20190817git4379bb3 - First package for Fedora