Masum Reza
f0b257363c
roddhjav-apparmor-rules: 0-unstable-2024-08-30 -> 0-unstable-2024-09-08 ( #340561 )
2024-09-11 15:34:52 +05:30
Fabian Affolter
fb6b0fc2a7
route-detect: init at 0.8.0
...
Find authentication (authn) and authorization (authz) security bugs in
web application routes
https://github.com/mschwager/route-detect
2024-09-10 19:58:51 +02:00
R. Ryantm
edafdd7316
roddhjav-apparmor-rules: 0-unstable-2024-08-30 -> 0-unstable-2024-09-08
2024-09-08 17:25:49 +00:00
R. Ryantm
b43242337a
roave-backward-compatibility-check: 8.8.0 -> 8.9.0
2024-09-08 13:12:06 +00:00
Peder Bergebakken Sundt
7d86294055
roslyn-ls: 4.12.0-1.24359.11 -> 4.12.0-2.24422.6 ( #338396 )
2024-09-07 19:56:37 +02:00
David McFarland
2d43ecc400
buildDotnetModule: clean-up stdenv attributes
...
- stop binding attributes we don't care about (e.g. name, doCheck)
- remove attributes we handle in nix (e.g. useAppHost)
- inherit attributes with default values (e.g. packNupkg)
2024-09-05 23:46:23 -03:00
David McFarland
e530139caa
buildDotnetModule: fix tool manifest detection
2024-09-05 22:47:38 -03:00
Sandro
bff70a9a0a
rospo: init at 0.12.1 ( #332753 )
2024-09-01 18:23:53 +02:00
R. Ryantm
e00303b3bf
roddhjav-apparmor-rules: 0-unstable-2024-08-26 -> 0-unstable-2024-08-30
2024-09-01 07:09:11 +00:00
Nick Cao
4b1f78918e
rofimoji: 6.3.2 -> 6.4.0 ( #338501 )
2024-08-31 09:47:49 -04:00
Michael Dormann
ee7e849d1d
roon-tui: 0.3.0 -> 0.3.2
2024-08-31 11:42:07 +02:00
R. Ryantm
6355a6cd3f
rofimoji: 6.3.2 -> 6.4.0
2024-08-30 23:47:12 +00:00
Konrad Malik
d7c97a26b2
roslyn-ls: 4.12.0-1.24359.11 -> 4.12.0-2.24422.6
2024-08-30 14:44:25 +02:00
R. Ryantm
24b3b37507
roddhjav-apparmor-rules: 0-unstable-2024-08-06 -> 0-unstable-2024-08-26
2024-08-26 20:23:57 +00:00
R. Ryantm
03dcf724e3
robotframework-tidy: 4.13.0 -> 4.14.0
2024-08-24 09:09:54 +00:00
David McFarland
f098bd1f4c
roslyn-ls: update dependencies for dotnet 9.0-preview.7
2024-08-21 11:37:45 -03:00
Masum Reza
696a4e3758
Merge pull request #334211 from r-ryantm/auto-update/roddhjav-apparmor-rules
...
roddhjav-apparmor-rules: 0-unstable-2024-08-02 -> 0-unstable-2024-08-06
2024-08-13 08:11:50 +05:30
R. Ryantm
dcfec37444
roddhjav-apparmor-rules: 0-unstable-2024-08-02 -> 0-unstable-2024-08-06
2024-08-12 19:28:50 +00:00
Jean-Francois Chevrette
96f040ea07
rosa: 1.2.39 -> 1.2.43
2024-08-12 14:32:22 -04:00
Nikolay Korotkiy
f143061b21
rospo: init at 0.12.1
2024-08-07 02:16:30 +04:00
R. Ryantm
7933e48213
roddhjav-apparmor-rules: 0-unstable-2024-07-20 -> 0-unstable-2024-08-02
2024-08-05 05:04:03 +00:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
zimbatm
3a7201a0f6
ronn: move to by-name
2024-07-31 09:10:34 +02:00
Konrad Malik
e597d01d8d
roslyn-ls: 4.10.0-2.24124.2 -> 4.12.0-1.24359.11
2024-07-29 18:17:45 +02:00
github-actions[bot]
7208220b63
Merge master into staging-next
2024-07-24 18:01:18 +00:00
Robert Schütz
06169afb32
rockcraft: pin pydantic-yaml
2024-07-24 09:34:06 -07:00
Robert Schütz
b2701cdfbd
rockcraft: use packageOverrides
2024-07-24 09:34:05 -07:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
R. Ryantm
5aaf334b76
roddhjav-apparmor-rules: 0-unstable-2024-07-12 -> 0-unstable-2024-07-20
2024-07-23 11:49:11 +00:00
Martin Weinelt
b907d82797
Merge pull request #325223 from mweinelt/typer-deps
...
python312Packages.typer: include optional dependencies
2024-07-18 18:54:53 +02:00
Martin Weinelt
3d12611232
python312Packages.typer: include standard optional
...
Typer specifies the standard optional-dependencies package list, but then
due to internal tooling includes it by default in Require-Dist.
https://github.com/tiangolo/typer/blob/0.12.3/pyproject.toml#L71-L72
This is in line with changes that happened in typer 0.12.1
https://github.com/tiangolo/typer/releases/tag/0.12.1
2024-07-18 18:54:10 +02:00
Masum Reza
b576dab393
Merge pull request #327000 from r-ryantm/auto-update/roddhjav-apparmor-rules
...
roddhjav-apparmor-rules: 0-unstable-2024-07-02 -> 0-unstable-2024-07-12
2024-07-14 19:54:04 +05:30
R. Ryantm
aacbbe9116
roddhjav-apparmor-rules: 0-unstable-2024-07-02 -> 0-unstable-2024-07-12
2024-07-14 03:30:18 +00:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
Jon Seager
880e9225b6
rockcraft: use setuptools.dist
rather than distutils.util
2024-07-10 16:43:50 +02:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
...
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Masum Reza
b657891042
Merge pull request #283308 from 0x4A6F/master-rotonda
...
rotonda: init at 0.1.0
2024-07-04 00:38:33 +05:30
github-actions[bot]
0983fe3e50
Merge master into staging-next
2024-07-03 12:01:17 +00:00
R. Ryantm
c3a56c4dad
roddhjav-apparmor-rules: 0-unstable-2024-06-27 -> 0-unstable-2024-07-02
2024-07-03 08:42:25 +00:00
K900
bde999c03e
Merge branch 'master' into staging-next
2024-06-29 10:13:13 +03:00
Artturin
5672edb873
Merge pull request #321325 from 0x4A6F/master-routinator
...
routinator: 0.13.2 -> 0.14.0
2024-06-28 16:29:12 +03:00
github-actions[bot]
d3f2171a63
Merge master into staging-next
2024-06-28 06:01:08 +00:00
R. Ryantm
c39bb76400
roddhjav-apparmor-rules: 0-unstable-2024-06-16 -> 0-unstable-2024-06-27
2024-06-27 10:54:50 +00:00
github-actions[bot]
c6707a9686
Merge staging-next into staging
2024-06-21 12:01:53 +00:00
R. Ryantm
bf166001a3
roddhjav-apparmor-rules: 0-unstable-2024-06-12 -> 0-unstable-2024-06-16
2024-06-21 02:26:47 +00:00
0x4A6F
7850fd2a0c
routinator: convert to by-name
2024-06-20 20:15:47 +02:00
github-actions[bot]
446fc5bdf3
Merge staging-next into staging
2024-06-19 00:03:05 +00:00
R. Ryantm
3dd8a6d9d5
rofimoji: 6.3.1 -> 6.3.2
2024-06-18 16:51:27 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
7edb5e0041
roddhjav-apparmor-rules: 0-unstable-2024-06-11 -> 0-unstable-2024-06-12
2024-06-13 00:23:28 +00:00