Commit Graph

87 Commits

Author SHA1 Message Date
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
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
John Titor
23fc77f9f6
roddhjav-apparmor-rules: init at 0-unstable-2024-06-11 2024-06-12 14:49:16 +05:30
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Nydragon
96be89a314
rofi-obsidian: 0.1.0 -> 0.1.5
Update rofi-obsidian to the latest version
2024-06-02 01:08:15 +09:00
Pol Dellaiera
f70ed7a5cb
roave-backward-compatibility-check: init at 8.8.0 2024-05-23 10:51:53 +02:00
Aleksana
9217de2956
Merge pull request #221729 from JohnJohnstone/master
rofi-blezz: init at unstable-2022-09-07
2024-05-22 22:30:09 +08:00
Fabian Affolter
e55d010a5e
Merge pull request #307946 from fabaff/rich-click-bump
python312Packages.rich-click: 1.7.4 -> 1.8.0,  robotframework-tidy: 4.11.0 -> 4.13.0
2024-05-22 15:19:15 +02:00
Fabian Affolter
7317c5779e robotframework-tidy: 4.11.0 -> 4.13.0
Diff: https://github.com/MarketSquare/robotframework-tidy/compare/4.11.0...4.13.0

Changelog: https://github.com/MarketSquare/robotframework-tidy/blob/main/docs/releasenotes/4.13.0.rst
2024-05-20 17:11:34 +02:00
Pol Dellaiera
4dcdfe98f6
robo: 4.0.7 -> 5.0.0 2024-05-19 13:44:46 +02:00
john johnstone
b2b37b543e rofi-blezz: init at unstable-2022-09-07 2024-05-18 19:59:21 +01:00
R. Ryantm
864056a155 rosa: 1.2.38 -> 1.2.39 2024-05-18 18:01:41 +00:00
Nydragon
b8586717f5
rofi-obsidian: init at 0.1.0
rofi-obsidian is a rofi plugin that allows opening vaults from rofi
2024-05-17 01:39:51 +09:00
R. Ryantm
df19818797 rofimoji: 6.2.0 -> 6.3.1 2024-05-11 21:56:25 +00:00
Jean-Francois Chevrette
5f3e8db691
rosa: 1.2.36 -> 1.2.38 (#308534)
* rosa: 1.2.36 -> 1.2.38

* disable tests requiring network access

- e2e tests require network access
- TestRhRegionCommand require network access
2024-05-04 05:49:56 +03:00
Weijia Wang
23cbc3c2b3 Merge branch 'master' into staging-next 2024-04-30 13:24:52 +02:00
Fabian Affolter
2a5dfa8c7f route-graph: 0.2.1 -> 0.2.2
Diff: https://github.com/audiusGmbH/route-graph/compare/refs/tags/0.2.1...0.2.2

Changelog: https://github.com/audiusGmbH/route-graph/releases/tag/0.2.2
2024-04-29 08:57:08 +02:00