Commit Graph

172 Commits

Author SHA1 Message Date
Gaetan Lepage
82af28732e pylyzer: 0.0.67 -> 0.0.68
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.67...v0.0.68

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.68
2024-10-20 10:10:37 +02:00
Gaetan Lepage
eaa5db175d pylyzer: 0.0.66 -> 0.0.67
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.66...v0.0.67

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.67
2024-10-19 11:11:55 +02:00
Sandro
30cae82b98
pyfa: init at 2.60.1 (#314934) 2024-10-19 03:09:17 +02:00
Aleksana
e5a426af68
pyflyby: init at 1.9.6 (#284453) 2024-10-18 15:57:29 +08:00
jfvillablanca
1b212b8a10 pyflyby: init at 1.9.6 2024-10-17 22:21:38 +08:00
Christoph Hollizeck
65c965f047
pyfa: init at 2.60.1 2024-10-17 14:59:14 +02:00
Gaetan Lepage
1cce98b1f0 pylyzer: 0.0.65 -> 0.0.66
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.65...v0.0.66

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.66
2024-10-15 19:09:57 +02:00
Gaétan Lepage
2093089531
pylyzer: 0.0.64 -> 0.0.65 (#346842)
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.64...v0.0.65

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.65
2024-10-06 12:33:05 +02:00
Gaetan Lepage
30816e67d1 pylyzer: 0.0.63 -> 0.0.64
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.63...v0.0.64

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.64
2024-10-04 11:01:45 +02:00
R. Ryantm
e4b5baef7b pyright: 1.1.381 -> 1.1.382 2024-10-01 20:55:21 +00:00
Gaetan Lepage
f4ef425868 pylyzer: 0.0.62 -> 0.0.63
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.62...v0.0.63

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.63
2024-09-26 13:05:03 +02:00
Nick Cao
29007f9cf7
pytr: 0.2.4 -> 0.2.5 (#344313) 2024-09-25 08:26:55 -04:00
Robert Schütz
ef58175fbe pytr: 0.2.4 -> 0.2.5
Diff: https://github.com/pytr-org/pytr/compare/refs/tags/v0.2.4...v0.2.5

Changelog: https://github.com/pytr-org/pytr/releases/tag/0.2.5
2024-09-24 14:46:35 -07:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
fa4850bc95 pyright: 1.1.380 -> 1.1.381 2024-09-24 00:13:08 +00:00
Gaetan Lepage
2cca527d4f pylyzer: 0.0.61 -> 0.0.62
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.61...v0.0.62

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.62
2024-09-19 13:11:56 +02:00
Fabian Affolter
3022d8e8fc pysqlrecon: 0.2.0 -> 0.3.0
Diff: https://github.com/Tw1sm/PySQLRecon/compare/refs/tags/v0.2.0...v0.3.0

Changelog: https://github.com/Tw1sm/PySQLRecon/blob/0.3.0/CHANGELOG.md
2024-09-17 16:37:31 +02:00
Robert Schütz
d33b553400
pytr: 0.2.2 -> 0.2.4 (#340371) 2024-09-15 11:20:06 -07:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
51b23f4d1f pyright: 1.1.378 -> 1.1.380 2024-09-14 03:37:17 +00:00
Shawn8901
1ebdef25c2 pytr: 0.2.2 -> 0.2.4 2024-09-09 19:40:56 +02:00
R. Ryantm
52f210ec74 pyspread: 2.2.3 -> 2.3 2024-09-03 09:26:19 +00:00
Nikolay Korotkiy
a8fd5e2601
pyradio: migrate to by-name 2024-09-02 23:31:22 +04:00
R. Ryantm
0e050307f9 pyright: 1.1.377 -> 1.1.378 2024-08-28 08:03:38 +00:00
Robert Schütz
23e610bddc pytr: init at 0.2.2 2024-08-25 12:40:26 -07:00
nixpkgs-merge-bot[bot]
920c63c163
Merge pull request #336508 from r-ryantm/auto-update/pyright
pyright: 1.1.376 -> 1.1.377
2024-08-22 11:41:09 +00:00
R. Ryantm
dc868e06af pyright: 1.1.376 -> 1.1.377 2024-08-22 09:13:01 +00:00
Gaetan Lepage
f39985a8bd pylyzer: 0.0.59 -> 0.0.61
Diff: https://github.com/mtshiba/pylyzer/compare/refs/tags/v0.0.59...v0.0.61

Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.61
2024-08-20 16:52:24 +02:00
Gaetan Lepage
4d300bcf04 pylyzer: format 2024-08-16 10:17:01 +02:00
Gaetan Lepage
f287b2281a pylyzer: move to pkgs/by-name 2024-08-16 10:06:33 +02:00
R. Ryantm
ba4823b644 pyright: 1.1.375 -> 1.1.376 2024-08-14 19:59:49 +00:00
R. Ryantm
ad04b40c86 pyright: 1.1.373 -> 1.1.375 2024-08-07 17:29:22 +00:00
TomaSajt
d8745ada2f
pyxel: 2.0.13 -> 2.1.6 2024-08-03 10:04:30 +02:00
R. Ryantm
f695337c7b pyright: 1.1.370 -> 1.1.373 2024-07-26 21:37:24 +00:00
R. Ryantm
1825030216 pysqlrecon: 0.1.4 -> 0.2.0 2024-07-15 11:23:02 +00:00
Moraxyc
79227fe2bc
pywal16: 3.5.4 -> 3.6.0 2024-07-06 17:06:50 +08:00
nixpkgs-merge-bot[bot]
c9d9fd0c61
Merge pull request #324920 from r-ryantm/auto-update/pyright
pyright: 1.1.369 -> 1.1.370
2024-07-06 08:12:30 +00:00
R. Ryantm
a96a6ef5be pyright: 1.1.369 -> 1.1.370 2024-07-05 23:04:01 +00:00
github-actions[bot]
6c668cb3e5
Merge master into staging-next 2024-07-03 09:24:52 +00:00
Weijia Wang
4c2e57d036
Merge pull request #319049 from azuwis/ibus-pinyin
ibus-engines.pinyin: init at 1.5.1
2024-07-03 11:03:35 +02:00
github-actions[bot]
f018e44bd1
Merge master into staging-next 2024-06-29 12:01:32 +00:00
Masum Reza
7de69e22ab
Merge pull request #323336 from r-ryantm/auto-update/pyprland
pyprland: 2.3.8 -> 2.4.0
2024-06-29 17:21:04 +05:30
R. Ryantm
184882c8ba pyprland: 2.3.8 -> 2.4.0 2024-06-29 09:54:33 +00:00
R. Ryantm
02274889c4 pyright: 1.1.368 -> 1.1.369 2024-06-28 19:23:46 +00:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
Sandro
d807ef24d7
Merge pull request #316805 from Moraxyc/add-pywal16 2024-06-27 13:52:23 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
nixpkgs-merge-bot[bot]
550b91a6d4
Merge pull request #321884 from r-ryantm/auto-update/pyright
pyright: 1.1.367 -> 1.1.368
2024-06-23 04:58:46 +00:00
R. Ryantm
f6365a5768 pyright: 1.1.367 -> 1.1.368 2024-06-23 02:31:02 +00:00
Aleksana
a9bde5cbbb
Merge pull request #282408 from tsandrini/pywalfox-native-add-manifest-install
pywalfox-native: fixup manifest installation
2024-06-22 03:09:35 +08:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
R. Ryantm
0c8e888c9f pyprland: 2.3.7 -> 2.3.8 2024-06-17 00:23:27 +00:00
github-actions[bot]
d9f598edbe
Merge staging-next into staging 2024-06-16 06:01:20 +00:00
R. Ryantm
c31b747c32 pyright: 1.1.366 -> 1.1.367 2024-06-15 18:24:52 +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
éclairevoyant
1729f1a7a9
Merge pull request #300039 from Vasissualiyp/add-pybibget
pybibget: init at 0.1.0
2024-06-12 16:12:00 +00:00
Zhong Jianxin
5f6511b439 pyzy: init at 1.1-unstable-2023-02-28 2024-06-12 18:11:05 +08:00
Weijia Wang
c0f89baf2d
Merge pull request #318273 from TomaSajt/pyxel
pyxel: 2.0.7 -> 2.0.13
2024-06-10 17:16:18 +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
Moraxyc
67271b7480
pywal16: init at 3.5.4
Closes #316746
2024-06-09 08:02:45 +08:00
R. Ryantm
754ae608c5 pyprland: 2.3.5 -> 2.3.7 2024-06-08 18:41:33 +00:00
TomaSajt
4cc778c5b5
pyxel: 2.0.7 -> 2.0.13 2024-06-08 15:07:17 +02:00
R. Ryantm
2641f2df1c pyright: 1.1.365 -> 1.1.366 2024-06-08 03:40:51 +00:00
tsandrini
f4724cf6d5
pywalfox-native: fix install
pywalfox-native: fix install
2024-06-04 10:23:09 +02:00
Sandro
b2a822590a
Merge pull request #307838 from afh/remove-dontCheck 2024-06-02 17:10:56 +02:00
R. Ryantm
14cf5cfcaa pyprland: 2.3.4 -> 2.3.5 2024-06-01 11:16:53 +00:00
R. Ryantm
bcc65e5693 pyright: 1.1.364 -> 1.1.365 2024-05-31 20:19:20 +00:00
Alexis Hildebrandt
76a4e74b2d pyxel: Replace unsupported dontCheck with doCheck attribute 2024-05-29 08:23:14 +02:00
R. Ryantm
27f9914e58 pyprland: 2.3.2 -> 2.3.4 2024-05-27 06:29:49 +00:00
R. Ryantm
eebd3f374b pyright: 1.1.362 -> 1.1.364 2024-05-26 08:27:52 +00:00
R. Ryantm
15aa7652eb pyprland: 2.2.20 -> 2.3.2 2024-05-20 21:23:07 +00:00
Aleksana
ac1861c879
Merge pull request #304110 from 999eagle/update/nitrokey-app2
pynitrokey: unpin cryptography, nitrokey-app2: 2.1.5 -> 2.2.2, fix qt somewhat
2024-05-18 13:28:00 +08:00
R. Ryantm
67d63b0646 pyprland: 2.2.17 -> 2.2.20 2024-05-15 20:21:33 +00:00
R. Ryantm
32d27b3cca pyright: 1.1.361 -> 1.1.362 2024-05-14 21:50:42 +00:00
John Titor
0d2a613af7
pyprland: add update script 2024-05-13 22:42:43 +05:30
R. Ryantm
e6905b108a pyprland: 2.2.16 -> 2.2.17 2024-05-08 23:44:15 +00:00
R. Ryantm
9752fa0276 pyright: 1.1.360 -> 1.1.361 2024-05-07 09:24:45 +00:00
John Titor
13c8d78d7e
pyprland: 2.2.15 -> 2.2.16
format with nixfmt-rfc-style
2024-05-04 23:04:38 +05:30
John Titor
5d91718a90
pyprland: add johnrtitor as maintainer 2024-05-02 00:28:42 +05:30
John Titor
bb6c58aca8
pyprland: 2.2.12 -> 2.2.15 2024-05-02 00:27:03 +05:30
R. Ryantm
3a51881a77 pyprland: 2.2.10 -> 2.2.12 2024-04-25 21:02:58 +00:00
R. Ryantm
5d84dc8be7 pyright: 1.1.359 -> 1.1.360 2024-04-24 19:06:12 +00:00
R. Ryantm
f284c34780 pyprland: 2.2.5 -> 2.2.10 2024-04-20 10:05:55 +00:00
Konstantin Alekseev
3d95a24d44 pyright: repackage using buildNpmPackage 2024-04-18 23:11:39 +03:00
Sophie Tauchert
1a00458a66
python3Packages.spsdk: remove meta.broken as spsdk 2.1.1 uses cryptography 42, pynitrokey, nitrokey-app2: unpin cryptgraphy
currently, using pynitrokey 0.4.46 leads to import errors in nitrokey-app2
2024-04-14 22:43:24 +02:00
R. Ryantm
96614a06f4 pyprland: 2.2.3 -> 2.2.5 2024-04-13 21:32:15 +00:00
R. Ryantm
013748c4b8 pyprland: 2.1.4 -> 2.2.3 2024-04-08 17:23:31 +00:00
Vasissualiyp
0f285b4002 pybibget: init at 0.1.0 2024-04-08 12:24:31 -04:00
André Silva
1c0fc95fec
pyprland: 2.1.1 -> 2.1.4 2024-04-04 11:35:38 +01:00
André Silva
5fa0d872d0
pyprland: 2.0.9 -> 2.1.1 2024-04-02 11:34:30 +01:00
R. Ryantm
bf7972d431 pyprland: 2.0.8 -> 2.0.9 2024-03-17 19:26:59 +00:00
Fabián Heredia Montiel
ea2e6ebab0
Merge pull request #292693 from atorres1985-contrib/pyp
pyp: 1.1.0 -> 1.2.0
2024-03-12 15:02:24 -06:00
R. Ryantm
cc902a8cfb pyprland: 2.0.5 -> 2.0.8 2024-03-09 17:56:42 +00:00
Anderson Torres
cd975261c7 pyp: migrate it to by-name hierarchy
Since it is not used as library, it makes no sense to deploy it as a library.
2024-03-08 15:59:12 -03:00
Anderson Torres
9f3840785b pyp: refactor
- Merge and refactor the two packages
  - pyp and python3Packages.pyp should be the same file!
- set bc and jq appropriately
- get rid of rec
- get rid of nested with
- set pyproject
- set meta.mainProgram
2024-03-08 15:59:12 -03:00
Robert Schütz
dacfe7065a
Merge pull request #289865 from dotlambda/spsdk-cryptography
python311Packages.spsdk: 2.0.1 -> 2.1.0
2024-03-05 03:44:00 +00:00
R. Ryantm
6b5a3ef411 pyprland: 2.0.4 -> 2.0.5 2024-03-04 21:10:53 +00:00
R. Ryantm
43847d7e8d pyprland: 2.0.3 -> 2.0.4 2024-02-26 17:16:13 +00:00
iliayar
9f04c8a658
pyprland: 1.10.2 -> 2.0.3 2024-02-21 02:53:11 +03:00