Thiago Kenji Okada
832b9385c6
Merge pull request #283078 from r-ryantm/auto-update/graalvm-ce
...
graalvm-ce: 21.0.1 -> 21.0.2
2024-01-23 10:17:55 +00:00
Weijia Wang
628bbaf6c5
Merge pull request #272621 from r-ryantm/auto-update/python310Packages.yappi
...
python310Packages.yappi: 1.4.0 -> 1.6.0
2024-01-23 11:17:29 +01:00
Sandro
04c4acda5c
Merge pull request #282845 from r-ryantm/auto-update/python311Packages.python-openstackclient
2024-01-23 11:07:45 +01:00
Jean-François Roche
4844b997d4
nix: fix installCheckPhase crashes on Darwin
...
While building nix on Darwin, I encountered an error in the `installCheckPhase`:
```
nix> building '/private/tmp/nix-build-nix-2.17.1.drv-1/nix-test/tests/fetchurl/store/mkc9z3arar02wi5jii655cjhdinx4npy-fetchurl.sh.drv'...
nix> waiting for children
nix> building of '/private/tmp/nix-build-nix-2.17.1.drv-1/nix-test/tests/fetchurl/store/mkc9z3arar02wi5jii655cjhdinx4npy-fetchurl.sh.drv^out' from .drv file: read 377 bytes
nix> objc[70707]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
nix> objc[70707]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
nix> waiting for children
```
I noticed that #278802 should have addressed this problem, but it didn't.
The solution for me was to replace `yes` with `YES`.
As it turns out, most of the references to `OBJC_DISABLE_INITIALIZE_FORK_SAFETY` use `YES` instead of `yes`.
https://airflow.apache.org/blog/airflow-1.10.10/#running-airflow-on-macos
http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html
The objective C code that parses the environment variable is defined in
the function `environ_init` in [here](cd5e62a559/runtime/objc-runtime.mm (L265)
) and it does
`*opt->var = (0 == strcmp(value, "YES"));`.
```
% nix-info -m
- system: `"aarch64-darwin"`
- host os: `Darwin 21.3.0, macOS 12.2.1`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.19.2`
- channels(hetzner): `"darwin, nixpkgs-22.05-darwin"`
- channels(root): `"darwin, nixpkgs-23.05-darwin"`
- nixpkgs: `/Users/hetzner/git/nixpkgs`
```
2024-01-23 11:05:12 +01:00
Sergei Trofimovich
ec0143a458
btrfs-progs: 6.6.3 -> 6.7
...
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.7
2024-01-23 10:02:03 +00:00
R. Ryantm
0dce022fbf
cargo-license: 0.5.1 -> 0.6.0
2024-01-23 10:50:22 +01:00
R. Ryantm
8aa8e1766e
cargo-deb: 2.0.0 -> 2.0.4
2024-01-23 10:49:58 +01:00
Weijia Wang
53c4c09430
Merge pull request #281089 from r-ryantm/auto-update/python311Packages.pyqtwebengine
...
python311Packages.pyqtwebengine: 5.15.4 -> 5.15.6
2024-01-23 10:49:20 +01:00
Sandro
c682b1c7f3
Merge pull request #278355 from elesiuta/picosnitch-update
2024-01-23 10:48:12 +01:00
Heinz Deinhart
eb4d2a35c2
ddnet: 17.4.2 -> 18.0.1
...
https://github.com/ddnet/ddnet/compare/17.4.2...18.0.1
https://ddnet.org/downloads/#18.0
2024-01-23 10:43:38 +01:00
Weijia Wang
8075b4a175
Merge pull request #275510 from r-ryantm/auto-update/python310Packages.google-cloud-secret-manager
...
python310Packages.google-cloud-secret-manager: 2.16.4 -> 2.17.0
2024-01-23 10:41:24 +01:00
Sandro
7854cca1a1
Merge pull request #274378 from rhendric/rhendric/maptool
...
maptool: 1.13.2 -> 1.14.3
2024-01-23 10:31:01 +01:00
Weijia Wang
eda5bfce35
Merge pull request #275501 from r-ryantm/auto-update/python310Packages.google-cloud-resource-manager
...
python310Packages.google-cloud-resource-manager: 1.10.4 -> 1.11.0
2024-01-23 10:30:45 +01:00
Sandro
a9767322d0
Merge pull request #274739 from 3JlOy-PYCCKUi/anilibria-winmaclinux
...
anilibria-winmaclinux: 1.2.12 -> 1.2.14
2024-01-23 10:28:00 +01:00
Fabian Affolter
b0de35af03
python311Packages.logmatic-python: init at 0.1.7
...
Python helpers to send logs to Logmatic.io
https://github.com/logmatic/logmatic-python
2024-01-23 10:19:23 +01:00
Robin Gloster
1f04b1ac8d
Merge pull request #282867 from r-ryantm/auto-update/starlark-rust
...
starlark-rust: 0.10.0 -> 0.11.0
2024-01-23 10:09:05 +01:00
Robin Gloster
87572b3c5e
Merge pull request #282885 from alyssais/maintainership
...
Remove myself as maintainer of a couple of packages
2024-01-23 10:08:11 +01:00
R. Ryantm
755738087d
spicedb: 1.28.0 -> 1.29.0
2024-01-23 09:02:48 +00:00
Florian Klink
439eb59727
Merge pull request #282908 from RaitoBezarius/unmaintain-dolibarr
...
dolibarr: remove myself from maintainers
2024-01-23 11:01:31 +02:00
R. Ryantm
def128e672
refinery-cli: 0.8.11 -> 0.8.12
2024-01-23 08:59:22 +00:00
Fabian Affolter
b1770afd23
python311Packages.typeshed-client: init at 2.4.0
...
Retrieve information from typeshed and other typing stubs
https://github.com/JelleZijlstra/typeshed_client
2024-01-23 09:58:23 +01:00
OTABI Tomoya
b292726fa3
Merge pull request #282948 from r-ryantm/auto-update/python311Packages.clarifai-grpc
...
python311Packages.clarifai-grpc: 10.0.3 -> 10.0.4
2024-01-23 17:57:27 +09:00
R. Ryantm
9bd349225c
pgmoneta: 0.7.3 -> 0.8.0
2024-01-23 08:57:12 +00:00
OTABI Tomoya
fc1b3f6a60
Merge pull request #282349 from Ma27/otel-python
...
python3.pkgs: opentelemetry-api: 1.21.0 -> 1.22.0, opentelemetry-instrumentation: 1.16.0 -> 0.43b0 (sic), opentelemetry-instrumentation-flask: init at 0.43b0
2024-01-23 17:55:26 +09:00
OTABI Tomoya
72f6116731
Merge pull request #281620 from malob/update-openai
...
python311Packages.openai: 1.7.1 -> 1.9.0
2024-01-23 17:49:00 +09:00
R. Ryantm
007c39b532
op-geth: 1.101305.0 -> 1.101305.1
2024-01-23 08:48:10 +00:00
OTABI Tomoya
a039570c7e
Merge pull request #282946 from r-ryantm/auto-update/python311Packages.langchain
...
python311Packages.langchain: 0.1.0 -> 0.1.1
2024-01-23 17:46:34 +09:00
Doron Behar
bdcb8904ae
Merge pull request #283129 from r-ryantm/auto-update/sccache
...
sccache: 0.7.5 -> 0.7.6
2024-01-23 10:39:00 +02:00
Weijia Wang
9339584936
python311Packages.heudiconv: drop support for python 3.7
2024-01-23 09:34:57 +01:00
Weijia Wang
e5ef1ab7de
Merge pull request #283076 from r-ryantm/auto-update/php81Extensions.blackfire
...
php81Extensions.blackfire: 1.92.6 -> 1.92.8
2024-01-23 09:34:08 +01:00
Weijia Wang
521e625bc1
Merge pull request #283116 from r-ryantm/auto-update/qpwgraph
...
qpwgraph: 0.6.1 -> 0.6.2
2024-01-23 09:33:33 +01:00
R. Ryantm
dcbc2a303c
hcl2json: 0.6.0 -> 0.6.1
2024-01-23 08:26:40 +00:00
Weijia Wang
7ea90f84d4
python311Packages.labgrid: 23.0.4 -> 23.0.5, fix build
2024-01-23 09:20:18 +01:00
h7x4
f1e0a0a3c5
Merge pull request #281985 from bryango/inetutils-low-priority
...
inetutils: set priority lower than util-linux
2024-01-23 09:18:31 +01:00
7c6f434c
6bbcb63401
Merge pull request #283091 from amjoseph-nixpkgs/pr/codeowners/drop
...
.github/CODEOWNERS
2024-01-23 08:16:09 +00:00
Fabian Affolter
249c4bf19e
python311Packages.dvc-render: 1.0.0 -> 1.0.1
...
Diff: https://github.com/iterative/dvc-render/compare/refs/tags/1.0.0...1.0.1
Changelog: https://github.com/iterative/dvc-render/releases/tag/1.0.1
2024-01-23 09:14:59 +01:00
Fabian Affolter
819a5315ce
python311Packages.dvc-render: refactor
2024-01-23 09:14:22 +01:00
Fabian Affolter
6ecc325b43
python311Packages.botocore-stubs: 1.34.23 -> 1.34.25
2024-01-23 09:12:39 +01:00
Fabian Affolter
a69448796d
python311Packages.boto3-stubs: 1.34.23 -> 1.34.25
2024-01-23 09:12:17 +01:00
Fabian Affolter
320fb73403
python311Packages.aesedb: 0.1.4 -> 0.1.6
...
Diff: https://github.com/skelsec/aesedb/compare/refs/tags/0.1.4...0.1.6
Changelog: https://github.com/skelsec/aesedb/releases/tag/0.1.6
2024-01-23 09:10:53 +01:00
Fabian Affolter
d206112191
python311Packages.aesedb: refactor
2024-01-23 09:10:04 +01:00
Fabian Affolter
712132db1f
python311Packages.adafruit-platformdetect: 3.58.0 -> 3.59.0
...
Changelog: https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/3.59.0
2024-01-23 09:07:59 +01:00
R. Ryantm
0d73a93c93
boogie: 3.0.9 -> 3.0.10
2024-01-23 08:02:39 +00:00
R. Ryantm
a0b6f17c09
rabbitmq-server: 3.12.11 -> 3.12.12
2024-01-23 09:00:47 +01:00
R. Ryantm
43782ff926
api-linter: 1.63.1 -> 1.63.2
2024-01-23 07:50:24 +00:00
R. Ryantm
62200e61dd
gomplate: 3.11.6 -> 3.11.7
2024-01-23 07:39:39 +00:00
Franz Pletz
e7c61397a6
Merge pull request #283118 from panchoh/iotop_meta.mainProgram
...
iotop: add meta.mainProgram
2024-01-23 08:31:03 +01:00
R. Ryantm
5505ef401d
kubedog: 0.12.0 -> 0.12.2
2024-01-23 07:20:52 +00:00
Thomas BESSOU
b557c429ca
streamlink-twitch-gui-bin: add meta.mainProgram
...
So that `nix run` works
2024-01-23 08:18:53 +01:00
R. Ryantm
01d79facea
sccache: 0.7.5 -> 0.7.6
2024-01-23 07:15:41 +00:00