Commit Graph
661476 Commits
Author SHA1 Message Date
Lan Tian 4a26db3885 flexget: add missing dependency 2024-07-29 00:15:18 -07:00
R. Ryantm df469220b4 goa: 3.17.2 -> 3.18.0 2024-07-29 07:12:01 +00:00
luftmensch-luftmensch 9d38caf2ad mpvScripts.modernx-zydezu: 0.3.5.5 -> 0.3.6 2024-07-29 09:10:09 +02:00
R. Ryantm 63a6c2d95b plasmusic-toolbar: 1.3.0 -> 1.4.0 2024-07-29 07:09:36 +00:00
K900andGitHub fd0507486e Merge pull request #330800 from K900/revert-bazarr-libarchive
Revert "bazarr: use libarchive instead of unar"
2024-07-29 10:08:57 +03:00
K900 8109e721b7 Revert "bazarr: use libarchive instead of unar"
This reverts commit 0481587e35.

There's a bunch more places that just hardcode unar anyway,
and unar builds now...
2024-07-29 10:07:23 +03:00
AleksanaandGitHub a07da9722d Merge pull request #330664 from Mic92/empty-with
treewide: remove unused `with` statements from maintainer lists
2024-07-29 15:01:57 +08:00
Franz PletzandGitHub f7677c6743 Merge pull request #330431 from felixalbrigtsen/init-ext4fuse 2024-07-29 08:56:05 +02:00
R. Ryantm 15b92d6654 kodiPackages.pvr-hts: 21.2.4 -> 21.2.5 2024-07-29 06:54:31 +00:00
R. Ryantm d31361e61a supersonic-wayland: 0.12.0 -> 0.13.0 2024-07-29 06:53:08 +00:00
Matthias BeyerandGitHub fcd223e815 Merge pull request #329532 from r-ryantm/auto-update/syslogng
syslogng: 4.7.1 -> 4.8.0
2024-07-29 08:42:00 +02:00
Matthias BeyerandGitHub 9636cd405a Merge pull request #329241 from r-ryantm/auto-update/stu
stu: 0.5.0 -> 0.5.1
2024-07-29 08:41:45 +02:00
Matthias BeyerandGitHub f7fa2daf89 Merge pull request #330043 from Sigmanificient/fava
fava: 1.27.3 -> 1.28
2024-07-29 08:41:33 +02:00
Gaétan LepageandGitHub 335a118f40 Merge pull request #330777 from pyrox0/denose/jsonable
python312Packages.jsonable: drop nose dependency; modernize
2024-07-29 08:17:56 +02:00
Matthias BeyerandGitHub e813c06692 Merge pull request #330098 from r-ryantm/auto-update/blueman
blueman: 2.4.2 -> 2.4.3
2024-07-29 08:17:40 +02:00
Kilian MioandMikilio 0b62c871ca floorp: fix substitution of executable
Fixing a regression introduced in commit e12df25
2024-07-29 08:16:09 +02:00
Gaétan LepageandGitHub 7fee7ae70f Merge pull request #330730 from GaetanLepage/lexical
lexical: 0.6.1 -> 0.7.0
2024-07-29 07:59:46 +02:00
R. Ryantm 5852d9f458 satty: 0.13.0 -> 0.14.0 2024-07-29 05:52:30 +00:00
Gaetan Lepage c34bd548e9 python312Packages.timm: 1.0.7 -> 1.0.8
Diff: https://github.com/huggingface/pytorch-image-models/compare/refs/tags/v1.0.7...v1.0.8

Changelog: https://github.com/huggingface/pytorch-image-models/blob/v1.0.8/README.md#whats-new
2024-07-29 07:50:45 +02:00
gador c40ce90d28 python312Packages.pyside6: add pythonImportsCheck
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 07:44:31 +02:00
Christina SæøåræånsænandGitHub 2b5b346090 Merge pull request #323501 from eclairevoyant/imhex-fix
imhex: 1.33.2 -> 1.35.3; fix RUNPATH and formatting
2024-07-29 07:40:53 +02:00
R. Ryantm 6ac8f5c13c kodiPackages.pvr-iptvsimple: 21.8.4 -> 21.8.5 2024-07-29 05:36:43 +00:00
R. Ryantm 7e45f8f9c4 kodiPackages.pvr-vdr-vnsi: 21.1.1 -> 21.1.2 2024-07-29 05:35:32 +00:00
shivaraj-bhandAnthony Roussel 0d80854712 python312Packages.commitizen: Add library along with binary
custom commit rules require the library, see:
https://commitizen-tools.github.io/commitizen/customization/#2-customize-through-customizing-a-class

---

Co-authored-by: Anthony Roussel <anthony@roussel.dev>
2024-07-29 11:00:18 +05:30
rewineandGitHub 8b41a1a2e4 Merge pull request #275785 from wineee/deepin-screen-recorder
deepin.deepin-screen-recorder:  unstable-2023-07-10 -> 6.0.6
2024-07-29 13:29:22 +08:00
gador 20418bec25 python312Packages.pyside6: format
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 07:23:20 +02:00
gador f74f40b536 python312Packages.pyside6: allow optional dependencies for darwin
This commit refactors `pyside6` by:

- adding LLVM_INSTALL_DIR environment variable to let
  `pyside6` find the libclang library
- add required darwin frameworks
- use a `symlinkJoin` construct of all qt6 dependencies
  so `pyside6` finds the dependencies on darwin. This is
  necessary, because `pyside6` on macos expects all
  dependencies to be under the same directory
- remove the optional module `Designer` from the darwin python
  bindings, since it causes linker failures.

The benefit of this change is that `pyside6` now includes almost
all the python bindings for Qt (except Designer and qtwebengine)
on darwin.

This also adds the following modules to the `x86_64-linux` binding:

- qtpositioning
- qtlocation
- qtshadertools
- qtserialport
- qtserialbus
- qtgraphs

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-29 07:22:42 +02:00
Pyrox 65c30b34ca coc-diagnostic: migrate from nodePackages 2024-07-29 01:17:33 -04:00
Pyrox f68963c364 mackup: drop nose and six dependencies; modernize 2024-07-29 01:13:59 -04:00
Pyrox 8989a7038e python312Packages.jsonable: modernize 2024-07-29 00:54:34 -04:00
Pyrox 919a5242af python312Packages.jsonable: drop nose dependency 2024-07-29 00:53:52 -04:00
Pyrox d554eb0442 python312Packages.isbnlib: modernize 2024-07-29 00:43:10 -04:00
Pyrox 0860e7ef3b python312Packages.isbnlib: drop nose dependency 2024-07-29 00:42:30 -04:00
R. Ryantm c895be9c58 parallel-disk-usage: 0.9.2 -> 0.9.3 2024-07-29 04:25:35 +00:00
John EricsonandGitHub 18cb69fb9b Merge pull request #330069 from rhelmot/freebsd-14.1
freebsd: 14.0 -> 14.1
2024-07-28 23:24:38 -05:00
Tobias Mayer 17bedbfc7c rapidjson: remove questionable options 2024-07-29 06:23:49 +02:00
R. Ryantm 22ac317eb3 kotlin-language-server: 1.3.9 -> 1.3.12 2024-07-29 04:20:05 +00:00
Lin Jian dfac396c77 emacs: move elpaBuild together with other builders 2024-07-29 11:59:19 +08:00
Pyrox c1e2064f49 python312Packages.habanero: Drop nose dependency 2024-07-28 23:38:20 -04:00
Pyrox d6b601b914 python312Packages.dodgy: Drop nose dependency 2024-07-28 23:20:06 -04:00
Pyrox e742f4648a python312Packages.pyutilib: drop
Per https://github.com/PyUtilib/pyutilib/pull/117, it is unmaintained
and the last commit being 4 years ago(as per writing this commit
message) agrees with that.
2024-07-28 23:15:36 -04:00
OTABI TomoyaandGitHub cc6bdf03ef Merge pull request #330740 from pyrox0/denose/biopandas
python312Packages.biopandas: Remove nose dependency
2024-07-29 12:14:00 +09:00
nixpkgs-merge-bot[bot]andGitHub 9f10e6770d Merge pull request #330592 from r-ryantm/auto-update/sketchybar-app-font
sketchybar-app-font: 2.0.19 -> 2.0.20
2024-07-29 03:00:16 +00:00
edefandzowoq b0c051842f terraform-providers.bitwarden: init at 0.8.0 2024-07-29 12:54:46 +10:00
Franz PletzandGitHub 4b3549529e Merge pull request #330748 from oddlama/fix-nvidia-modesetting-default 2024-07-29 04:54:36 +02:00
Jörg Thalheimandaleksana 5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Pyrox 32d6a3c359 python312Packages.pyexcel-xls: modernize 2024-07-28 22:02:53 -04:00
Pyrox 3d205a7ce9 python312Packages.pyexcel-ods: modernize 2024-07-28 22:02:41 -04:00
Pyrox 792b0849b7 python312Packages.pyexcel-xls: remove nose dependency 2024-07-28 22:01:09 -04:00
Pyrox 9b36743f00 python312Packages.pyexcel-ods: remove nose dependency 2024-07-28 22:00:57 -04:00