Commit Graph

102982 Commits

Author SHA1 Message Date
github-actions[bot]
de15243c9a
Merge master into staging-next 2024-09-07 12:04:51 +00:00
David McFarland
13a975148a
dotnet: add override mechanism for nuget packages (#339953) 2024-09-07 09:00:01 -03:00
Fabian Affolter
6535273699
python312Packages.ldap3-bleeding-edge: init at 2.10.1.1337, ldeep: 1.0.60 -> 1.0.61, python312Packages.pywerview: 0.6.1 -> 0.7.0 (#340166) 2024-09-07 10:37:57 +02:00
Aleksana
2cb8581d10
darwin.xcode: add 15.2, 15.3 and 15.4 (#313003) 2024-09-07 16:24:18 +08:00
github-actions[bot]
319af78438
Merge master into staging-next 2024-09-07 06:04:15 +00:00
Yt
2bd06aae37
beam-packages: add nodocs target for building ex_doc on 27+ (#340105) 2024-09-07 01:51:54 +00:00
github-actions[bot]
b6b2ac4f61
Merge master into staging-next 2024-09-07 00:12:59 +00:00
Robert Schütz
79b2e91635 python312Packages.hass-client: init at 1.2.0 2024-09-06 16:41:54 -07:00
David McFarland
e5cb52bd58 buildDotnetGlobalTool: move into dotnetCorePackages 2024-09-06 16:05:19 -03:00
David McFarland
5b31367e13 buildDotnetModule: move into dotnetCorePackages 2024-09-06 16:05:19 -03:00
John Ericson
f43cc75868
Clean up cross bootstrapping, take 2 (#321525) 2024-09-06 14:56:54 -04:00
Fabian Affolter
c6deee04b5 python312Packages.ldap3-bleeding-edge: init at 2.10.1.1337
Strictly RFC 4510 conforming LDAP V3 client library (bleeding edge)

https://pypi.org/project/ldap3-bleeding-edge/
2024-09-06 20:53:36 +02:00
Fabian Affolter
0da8cdf3d1
python312Packages.devpi-common: refactor (#340099) 2024-09-06 20:26:34 +02:00
Fabian Affolter
9acaafc8eb
python312Packages.docx2python: 2.11.0 -> 3.0.0 (#340092) 2024-09-06 20:10:10 +02:00
github-actions[bot]
079813d5c4
Merge master into staging-next 2024-09-06 18:03:54 +00:00
éclairevoyant
95e172d7c0
valgrind-light: set meta.description to clarify difference to valgrind 2024-09-06 13:14:03 -04:00
Gaetan Lepage
6b95f30743 python312Packages.simple-parsing: init at 0.1.6 2024-09-06 17:38:33 +02:00
Dmitry Kalinkin
5f02113980 python312Packages.snakemake-storage-plugin-fs: init at 1.0.6 2024-09-06 11:22:44 -04:00
Jean-Baptiste Giraudeau
0e639f2cc0
gancio: init at 1.19.0
Gancio is a shared agenda for local communities: https://gancio.org/
2024-09-06 16:32:06 +02:00
John Ericson
5f134ec6cf Clean up cross bootstrapping
For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes,
and `*bsdCross` pre-libc package sets. This was always bad because
having "cross" things is "not declarative": the naming doesn't reflect
what packages *need* but rather how we *provide* something. This is
ugly, and creates needless friction between cross and native building.

Now, almost all of these `*Cross` attributes are gone: just these are
kept:

- Glibc's and Musl's are kept, because those packages are widely used
  and I didn't want to risk changing the native builds of those at this
  time.

- generic `libcCross`, `theadsCross`, and friends, because these relate
  to the convolulted GCC bootstrap which still needs to be redone.

The BSD and obscure Linux or freestnanding libcs have conversely all
been made to use a new `stdenvNoLibc`, which is like the old
`crossLibcStdenv` except:

1. It usable for native and cross alike

2. It named according to what it *is* ("a standard environment without
   libc but with a C compiler"), rather than some non-compositional
   jargon ("the stdenv used for building libc when cross compiling",
   yuck).

I should have done this change long ago, but I was stymied because of
"infinite recursions". The problem was that in too many cases we are
overriding `stdenv` to *remove* things we don't need, and this risks
cyles since those more minimal stdenvs are used to build things in the
more maximal stdenvs.

The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to
*build up* rather than *tear down*. For now, the full `stdenv` is also
passed, so I don't need to change the native bootstraps, but I can see
this changing as we make things more uniform and clean those up.

(adapted from commit 51f1ecaa59)
(adapted from commit 1743662e55)
2024-09-06 10:26:56 -04:00
Adam Stephens
836658e721
beam-packages: add nodocs target for building ex_doc on 27+ 2024-09-06 09:57:17 -04:00
Paul Meyer
d300e2a889 waagent: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-06 15:55:33 +02:00
Ilan Joselevich
8d2ba0feae
buildRustCrate: Fix rust-overlay usage
I broke the usage of buildRustCrate with a toolchain from rust-overlay
when I added support for wasm32-unknown-unknown, this change adds
additional conditionals to restore the usage.

The toolchain can now be overriden either through
```
buildRustCrate {
  rust = toolchain;
  cargo = toolchain
}
```
or
```
buildRustCrate.override {
  rustc = toolchain;
  cargo = toolchain;
}
```
They should now be consistent with each other.
2024-09-06 16:47:29 +03:00
Fabian Affolter
f179901ab1 python312Packages.packaging-legacy: init at 23.0.post0
Module to support for legacy Python Packaging functionality

https://github.com/di/packaging_legacy
2024-09-06 15:47:22 +02:00
Thiago Kenji Okada
6427bcad3b
emilua: bump + plugin support (#339898) 2024-09-06 14:45:33 +01:00
Fabian Affolter
8df6327267 python312Packages.paragraphs: init at 1.0.1
Module to incorporate long strings

https://github.com/ShayHill/paragraphs
2024-09-06 15:29:13 +02:00
JenChieh
e81edcaded eask: Rename eask -> eask-cli 2024-09-06 02:16:03 -07:00
github-actions[bot]
6802206bcc
Merge master into staging-next 2024-09-06 06:04:31 +00:00
ocfox
1d5377fffd
music-player: migrate to by-name 2024-09-06 13:04:25 +08:00
Adam Joseph
fa8b6b8e2f libcCross: set to null rather than using assert in nonsense scenarios
As discussed in

  https://discourse.nixos.org/t/help-me-understand-two-load-bearing-assert-statements/51420

The assertion here tickles (via wine, which is always the biggest headache for
our cross-compilation machinery) a `tryEval` that silently drops any outputs
that `throw` while splicing.

In this case, the `gcc.libgcc` output is `throw`ing due to checking if
`libcCross==null`.  The same effect is had by simply setting `libcCross` to
`null` in that situation, and this way we don't have to lean on `tryEval`.
2024-09-05 21:53:54 -07:00
David McFarland
d4776214f7 mkNugetSource/Deps: move into dotnetCorePackages 2024-09-05 23:46:23 -03:00
Connor Baker
94b9bccc4b
gpu-burn: unstable-2023-11-10 -> unstable-2024-04-09; update CUDA packaging (#339911) 2024-09-05 18:03:55 -07:00
Yt
fcc6387b76
nixos/stalwart-mail: package and configure webadmin (#314820) 2024-09-06 01:03:27 +00:00
lucasew
6cb162ece8 emiluaPlugins: recurseIntoAttrs
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:49:02 -03:00
lucasew
0c3ff997a7 nixfmt as told by ci
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:41:40 -03:00
lucasew
278b2dfe71 emiluaPlugins.beast: init at 1.1.0
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:41:07 -03:00
lucasew
93bd1ce196 emiluaPlugins: init scope
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:39:25 -03:00
github-actions[bot]
25ef10109d
Merge master into staging-next 2024-09-06 00:13:20 +00:00
Dmitry Kalinkin
589165439b python312Packages.sysrsync: init at 1.1.1 2024-09-05 19:27:18 -04:00
Connor Baker
98140869fb gpu-burn: unstable-2023-11-10 -> unstable-2024-04-09; update CUDA packaging 2024-09-05 21:36:41 +00:00
Marcus Ramberg
a779daa556
Update k3s packages and init v1.31.0 (#339264) 2024-09-05 23:33:10 +02:00
Callum Leslie
9838a041fb
linuxPackages.nullfs: init at 0.17 2024-09-05 21:30:50 +01:00
Fabian Affolter
f76d96a873
python312Packages.pynslookup: init at 1.8.1 (#339626) 2024-09-05 20:52:10 +02:00
Fabian Affolter
de8e3a03ab
python312Packages.graphtage: refactor (#339785) 2024-09-05 20:51:38 +02:00
Fabian Affolter
30bb95bfc7
python312Packages.ctypesgen: init at 1.1.1 (#339719) 2024-09-05 20:49:02 +02:00
github-actions[bot]
769b11176d
Merge master into staging-next 2024-09-05 18:03:49 +00:00
Philip Taron
8ce0231474
zoom-us: move to by-name 2024-09-05 09:45:55 -07:00
OTABI Tomoya
41120cbe97
python312Packages.kaleido: init at 0.2.1 (#339136) 2024-09-06 01:17:45 +09:00
Peder Bergebakken Sundt
94df02c3a1
backintime: 1.4.3 -> 1.5.2 (#335738) 2024-09-05 11:33:48 -04:00
Emily
9a73513034
jujutsu: refactor, add emily to maintainers (#339702) 2024-09-05 16:11:12 +01:00
Peder Bergebakken Sundt
4d741d8e4b
schemaspy: 6.1.0-SNAPSHOT -> 6.2.4 (#337020) 2024-09-05 10:57:28 -04:00
Robert Schütz
e0639a2de3
fittrackee: 0.8.6 -> 0.8.8 (#339297) 2024-09-05 07:53:20 -07:00
Alyssa Ross
8ce7f9f78b qemu: 9.0.2 -> 9.1.0
The macOS deployment target has been set to 12.0, and the collection
of patches and reverts to keep older macOS versions working has been
dropped, as maintaining what is effectively a fork of QEMU solely for
the sake of versions no longer supported by Apple has become untenable.
It may or may not still work on older macOS versions, potentially with
reduced functionality. Upstream only officially supports the latest
two versions of macOS, so this is still extending support further back
than QEMU will support. To continue supporting back to macOS 10.12,
at least the following upstream commits would have to be reverted,
and possibly more:

* <2d27c91e2b>
* <e9c9d8dc3b>
* <7b60b971cc>

However, if you want to do that, you should be prepared to take up the
burden of maintaining the monotonically‐increasing set of patches
that will be required to keep this working in future.

Fixes: CVE-2024-7409
Co-authored-by: Emily <vcs@emily.moe>
2024-09-05 16:38:43 +02:00
Fabian Affolter
f4ec76bd67 python312Packages.fickling: init at 0.1.3
A Python pickling decompiler and static analyzer

https://github.com/trailofbits/fickling
2024-09-05 14:26:48 +02:00
github-actions[bot]
37c947df6c
Merge master into staging-next 2024-09-05 12:05:31 +00:00
Alyssa Ross
b745b4f77c
hyperion-ng: 2.0.14 -> 2.0.16 2024-09-05 11:30:45 +02:00
Doron Behar
93674b2dab
musescore: 4.3.2 -> 4.4.0 (#337764) 2024-09-05 08:24:38 +00:00
Peder Bergebakken Sundt
e3232bf075
{micro-full,micro-with-wl-clipboard,micro-with-xclip}: "init" (#339368) 2024-09-05 03:43:32 -04:00
Fabian Affolter
c9fcbdf69b python312Packages.pynslookup: init at 1.8.1
Module to do DNS lookups

https://github.com/wesinator/pynslookup
2024-09-05 09:29:05 +02:00
Jonas Heinrich
ef0d15f8d3 wasm-bingen-cli: 0.2.92 -> 0.2.93 2024-09-05 08:34:13 +02:00
github-actions[bot]
b00b35b402
Merge master into staging-next 2024-09-05 06:04:41 +00:00
Philip Taron
0223e698fc
{SDL1, SDL_compat}: migrate to by-name (#339311) 2024-09-04 22:49:09 -07:00
OTABI Tomoya
84173eb8cf
python312Packages.minari: 0.4.3 -> 0.5.0 (#338197) 2024-09-05 11:53:00 +09:00
OTABI Tomoya
481cad11e5
python311Packages.python-magnumclient: init at 4.7.0 (#339618) 2024-09-05 11:49:08 +09:00
éclairevoyant
fcb54ddcc9
openlens: remove package (#339553) 2024-09-05 02:32:14 +00:00
Emily
64bbb1d94c jujutsu: move to pkgs/by-name 2024-09-05 03:16:47 +01:00
Aleksana
0030e0df08
tsid: init at 1.7.1 (#337587) 2024-09-05 09:32:12 +08:00
github-actions[bot]
74cdd9c9b1
Merge master into staging-next 2024-09-05 00:13:11 +00:00
Adam C. Stephens
cc75a581a2
libcutl: 0.10.0 -> 0.11.0, move to by-name, modernize, adopt (#332257) 2024-09-04 20:12:42 -04:00
Adam C. Stephens
8ac904cf0b
weston: 13.0.3 -> 14.0.0 (#339537) 2024-09-04 20:05:56 -04:00
Martin Weinelt
07ff4e715f
home-assistant: 2024.8.3 -> 2024.9.0 (#338722) 2024-09-05 01:27:10 +02:00
Philip Taron
afb866e64a
yarnInstallHook: init (#328544) 2024-09-04 14:33:47 -07:00
Sebastian Sellmeier
4b29fd82fc
openlens: remove package 2024-09-04 22:47:28 +02:00
Gavin John
25ad2d11ec
python312Packages.kaleido: init at 0.2.1 2024-09-04 13:47:17 -07:00
Anthony ROUSSEL
fc34fc1c85 python311Packages.python-magnumclient: init at 4.7.0
Add Magnum Client package, a client for the OpenStack Magnum container orchestration engine service.
2024-09-04 22:15:16 +02:00
Anderson Torres
27e300bca2 SDL_classic: red-alias it to SDL1 2024-09-04 16:40:57 -03:00
Martin Weinelt
ce9c1ef119 python312Packages.pysnmp: 4.4.2 -> 6.2.5
https://github.com/lextudio/pysnmp/blob/v6.2.5/CHANGES.rst
https://github.com/etingof/pysnmp/issues/429

Promotes the lextudio fork to the the primary pysnmp package.
2024-09-04 12:02:11 -07:00
Martin Weinelt
d05ede7bac python312Packages.pysmi: 0.3.4 -> 1.4.4
https://github.com/lextudio/pysmi/blob/v1.4.4/CHANGES.rst

Absorbs pysmi-lextudio, since the author of pysmi has passed away and
the lextudio fork has now become pysmi.
2024-09-04 12:02:11 -07:00
Robert Schütz
174c549d5d python312Packages.zigpy-zboss: init at 1.2.0 2024-09-04 12:02:07 -07:00
Robert Schütz
28ef7195fb python312Packages.lcn-frontend: init at 0.1.6 2024-09-04 12:02:06 -07:00
Robert Schütz
6d51ba7470 python312Packages.pyvicare: drop
Home Assistant switched to PyViCare-neo.
2024-09-04 12:02:05 -07:00
Robert Schütz
8430312fac python312Packages.pyvicare-neo: init at 0.3.0 2024-09-04 12:02:05 -07:00
Robert Schütz
e6cdf02736 python312Packages.pyspeex-noise: init at 1.0.2 2024-09-04 12:02:05 -07:00
Robert Schütz
2f172d3656 python312Packages.nice-go: init at 0.3.8 2024-09-04 12:02:04 -07:00
Robert Schütz
a75ce75e11 python312Packages.ayla-iot-unofficial: init at 1.3.1 2024-09-04 12:02:04 -07:00
Robert Schütz
950404a7e6 python312Packages.pysmlight: init at 0.0.13 2024-09-04 12:02:03 -07:00
Robert Schütz
50c9581c8b python312Packages.aiohttp-sse-client2: init at 0.3.0 2024-09-04 12:02:03 -07:00
Doron Behar
d1a0bf8bfc musescore: 4.3.2 -> 4.4.0
Diff: https://github.com/musescore/MuseScore/compare/v4.3.2...v4.4.0
2024-09-04 22:01:21 +03:00
Philip Taron
8ed9f95120
stdenv: Allow user to supply their bootstrapFiles set of tools (#317119) 2024-09-04 11:34:37 -07:00
github-actions[bot]
563bb0fbc2
Merge master into staging-next 2024-09-04 18:04:23 +00:00
Wael Nasreddine
e68d683175
prow: unstable-2020-04-01 -> 0-unstable-2024-08-27 (#338144) 2024-09-04 09:25:46 -07:00
7c6f434c
b932454feb
botan: refactoring (#339560) 2024-09-04 15:58:14 +00:00
Anderson Torres
7159facf92 SDL1: migrate to by-name
And green-alias both SDL1 and SDL_classic to it.
2024-09-04 12:24:11 -03:00
Anderson Torres
245276a925 SDL_classic: hide parameters under package expression 2024-09-04 12:24:11 -03:00
Anderson Torres
77b1cefe32 SDL_compat: migrate to by-name 2024-09-04 12:20:35 -03:00
K900
5a18fb6668
pkgs: fix eval (#339561) 2024-09-04 17:55:53 +03:00
Francesco Gazzetta
15785da801
qrcp: 0.11.2 → 0.11.3 (#339319) 2024-09-04 14:50:34 +00:00
Anderson Torres
1918269b08 SDL_compat: hide parameters under package expression 2024-09-04 11:47:43 -03:00
éclairevoyant
c8204eda76
pkgs: fix eval 2024-09-04 10:47:34 -04:00
lelgenio
7783e118af yarnInstallHook: init 2024-09-04 11:15:47 -03:00
nikstur
981d819d46 botan: refactor
Improve overridability and make it more idiomatic.
2024-09-04 16:13:55 +02:00
Aleksana
05a7a89754
python3Packages.bcc: init at 0.31.0 (#339505) 2024-09-04 22:07:05 +08:00
Pierre Roux
197b4434c9 coqPackages.coq: 8.20+rc1 -> 8.20.0 2024-09-04 16:01:47 +02:00
OTABI Tomoya
99e4c3d6da
python311Packages.python-troveclient: init at 7.0.0 (#339315) 2024-09-04 22:48:31 +09:00
Fabian Affolter
85bbba4a18 python312Packages.ctypesgen: init at 1.1.1
Pure-python wrapper generator for ctypes

https://github.com/ctypesgen/ctypesgen
2024-09-04 15:48:28 +02:00
Alyssa Ross
57808a38ec
weston: 13.0.3 -> 14.0.0 2024-09-04 15:00:48 +02:00
github-actions[bot]
4be617cf77
Merge master into staging-next 2024-09-04 12:06:17 +00:00
Fabian Affolter
9b40840066
python312Packages.mypy-boto3-*: updates (#303877) 2024-09-04 13:07:14 +02:00
K900
7be0aecdfb
pythonPackages.whey, pythonPackages.whey-pth: init at 0.1.1 (#328025) 2024-09-04 13:52:27 +03:00
Ryan Yin
fb27fe2102 python3Packages.bcc: init at 0.31.0 2024-09-04 17:30:57 +08:00
Fernando Rodrigues
636e440d64 qemu_xen: avoid building qemu_xen twice
We achieve this by simply aliasing qemu_xen to qemu_xen_LATESTVERSION.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-09-04 08:57:20 +02:00
K900
23b4832da0 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-04 08:53:48 +03:00
Anderson Torres
7ab079fe17 {micro-full,micro-with-wl-clipboard,micro-with-xclip}: "init" 2024-09-03 21:06:59 -03:00
Fabian Affolter
e83cbb10c3 python312Packages.mypy-boto3-*: remove obsolete modules 2024-09-04 01:29:41 +02:00
Philip Taron
26a7a87293
avahi: remove config.avahi
This was added in 6832a42b7f, which
replaced an attrset with `qt4Support = config.avahi.qt4Support or false;`.

As qt4 support is now out of the tree, so should this be as well.
2024-09-03 14:54:27 -07:00
Nick Cao
8170212c3c
libcyaml: 1.4.1 -> 1.4.2 (#338707) 2024-09-03 15:30:08 -04:00
Sandro
08acf1700a
containerlab: 0.56.0 -> 0.57.0 (#336679) 2024-09-03 21:29:27 +02:00
Robert Rose
d3da7528fa k3s_1_31: init 1.31.0+k3s1
Release: https://github.com/k3s-io/k3s/releases/tag/v1.31.0%2Bk3s1
2024-09-03 21:03:39 +02:00
Manuel Mendez
3c841d740f gdlv: Convert to by-name 2024-09-03 15:02:50 -04:00
Nikolay Korotkiy
dcb3223139
qrcp: migrate to by-name 2024-09-03 22:51:56 +04:00
Anthony ROUSSEL
6848dad993 python311Packages.python-troveclient: init at 7.0.0
Add [Trove Client package](https://github.com/openstack/python-troveclient),
a client for the OpenStack Trove DBaaS service.
2024-09-03 20:43:41 +02:00
Maximilian Bosch
6cc3e274c9
prometheus-openldap-exporter: remove (#338824) 2024-09-03 19:57:31 +02:00
Robert Schütz
389bca777e fittrackee: rename from fit-trackee
The former aligns with what the package is called on PyPI.
2024-09-03 10:23:55 -07:00
Donovan Glover
3c82d2b912
mdt: remove (duplicate of md-tui) (#339239) 2024-09-03 16:08:32 +00:00
Donovan Glover
425d2be64f
measureme: 11.0.1 -> 12.0.0 (#338746) 2024-09-03 15:34:25 +00:00
sternenseemann
1f060355f9
haskellPackages: update stackage and hackage (#335932) 2024-09-03 16:37:49 +02:00
Félix
8dc7602989
power-profiles-daemon: format, move to by-name, add updateScript (#339242) 2024-09-03 16:34:12 +02:00
sternenseemann
3b49463ace Merge branch master into haskell-updates 2024-09-03 16:28:39 +02:00
Alyssa Ross
387fbb7a4b libunwind: use default LLVM on riscv32-linux
This was set because the default LLVM was too old.  Now it's ahead,
and llvmPackages_14.libunwind no longer builds for riscv32-linux.
2024-09-03 16:20:12 +02:00
Robert Rose
864f4c2276 k3s_1_29: 1.29.7+k3s2 -> 1.29.8+k3s1
https://github.com/k3s-io/k3s/releases/tag/v1.29.8%2Bk3s1
2024-09-03 15:31:25 +02:00
Robert Rose
941e3ccbc4 k3s_1_28: 1.28.12+k3s1 -> 1.28.13+k3s1
https://github.com/k3s-io/k3s/releases/tag/v1.28.13%2Bk3s1
2024-09-03 15:14:35 +02:00
Matthieu Coudron
23f4d2edd4
playwright: package with buildNpmPackage (#302759) 2024-09-03 15:08:41 +02:00
Pol Dellaiera
f059f56556
php82Extensions.soap: fix tests (#339227) 2024-09-03 15:03:26 +02:00
r-vdp
916f08fab3
power-profiles-daemon: move to pkgs/by-name 2024-09-03 15:03:00 +02:00
aleksana
f2e14433d7 mdt: remove (duplicate of md-tui) 2024-09-03 20:22:24 +08:00
github-actions[bot]
9b619f2f77
Merge master into staging-next 2024-09-03 12:05:18 +00:00
Aleksana
f7442ae9d1
filebot: 5.1.4 -> 5.1.5 (#336870) 2024-09-03 19:53:54 +08:00
Aaron Jheng
d8abd48bcb
atlas: 0.26.0 -> 0.27.0 2024-09-03 10:53:10 +00:00
Maximilian Bosch
bc9dacde24
php82Extensions.soap: fix tests
Closes #339074
2024-09-03 12:45:22 +02:00
t4ccer
e416cfd21c
measureme: move to by-name, format 2024-09-02 22:20:22 -06:00
github-actions[bot]
1b5ba42224
Merge master into haskell-updates 2024-09-03 00:14:50 +00:00
github-actions[bot]
a07f612219
Merge master into staging-next 2024-09-03 00:13:11 +00:00
Nikolay Korotkiy
99d58d3d2b
pyradio: 0.9.3.9 -> 0.9.3.11 (#338991) 2024-09-02 23:44:43 +04:00
Nikolay Korotkiy
a8fd5e2601
pyradio: migrate to by-name 2024-09-02 23:31:22 +04:00
Alyssa Ross
0383215a85 relibc: add throw alias
Fixes: e6f33f4a94 ("relibc: remove")
2024-09-02 14:41:31 -04:00
Emily
2349afa474
buck: pin python3 to python311 (#338856) 2024-09-02 19:07:53 +01:00
github-actions[bot]
ce19166255
Merge master into staging-next 2024-09-02 18:04:19 +00:00
Jörg Thalheim
b1e24e94a8
relibc: remove (#339043) 2024-09-02 19:10:21 +02:00
Morgan Helton
c7188fe301
kubectl-gadget: move to by-name 2024-09-02 12:05:20 -05:00
Nikolay Korotkiy
e05baacd43
mapproxy: 2.2.0 -> 3.0.1 (#338741) 2024-09-02 20:36:34 +04:00