about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* qucs-s: 2.1.0 -> 24.1.0R. Ryantm2024-02-16
|
* Merge pull request #289167 from ↵OTABI Tomoya2024-02-16
|\ | | | | | | | | r-ryantm/auto-update/python311Packages.pyformlang python311Packages.pyformlang: 1.0.6 -> 1.0.7
| * python311Packages.pyformlang: 1.0.6 -> 1.0.7R. Ryantm2024-02-16
| |
* | Merge pull request #289252 from r-ryantm/auto-update/python311Packages.optimumOTABI Tomoya2024-02-16
|\ \ | | | | | | python311Packages.optimum: 1.16.2 -> 1.17.0
| * | python311Packages.optimum: 1.16.2 -> 1.17.0R. Ryantm2024-02-16
| | |
* | | Merge pull request #288547 from fabaff/fakeredis-bumpFabian Affolter2024-02-16
|\ \ \ | | | | | | | | python311Packages.fakeredis: 2.20.1 -> 2.21.0
| * | | python311Packages.fakeredis: refactorFabian Affolter2024-02-16
| | | | | | | | | | | | | | | | | | | | - fix license (is BSD 3-Clause not MIT) - add more extra
| * | | python311Packages.pyprobables: init at 0.6.0Fabian Affolter2024-02-16
| | | | | | | | | | | | | | | | | | | | | | | | Probabilistic data structures https://github.com/barrust/pyprobables
| * | | python311Packages.fakeredis: 2.20.1 -> 2.21.0Fabian Affolter2024-02-13
| | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/dsoftwareinc/fakeredis-py/compare/refs/tags/v2.20.1...v2.21.0 Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.21.0
* | | | Merge pull request #288884 from fabaff/py-serializable-bumpFabian Affolter2024-02-16
|\ \ \ \ | | | | | | | | | | python311Packages.py-serializable: 1.0.0 -> 1.0.1
| * | | | python311Packages.py-serializable: 1.0.0 -> 1.0.1Fabian Affolter2024-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/madpah/serializable/compare/refs/tags/v1.0.0...v1.0.1 Changelog: https://github.com/madpah/serializable/blob/v1.0.1/CHANGELOG.md
* | | | | Merge pull request #288885 from fabaff/plugwise-bumpFabian Affolter2024-02-16
|\ \ \ \ \ | | | | | | | | | | | | python311Packages.plugwise: 0.37.0 -> 0.37.1
| * | | | | python311Packages.plugwise: 0.37.0 -> 0.37.1Fabian Affolter2024-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/plugwise/python-plugwise/compare/refs/tags/v0.37.0...v0.37.1 Changelog: https://github.com/plugwise/python-plugwise/releases/tag/v0.37.1
* | | | | | koka: 3.0.4 -> 3.1.0R. Ryantm2024-02-16
| | | | | |
* | | | | | Merge pull request #285103 from emilylange/bandwhichVlad M2024-02-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | bandwhich: add shell completions and man page, add `meta.changelog`
| * | | | | | bandwhich: add `meta.changelog`emilylange2024-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bandwhich has two different changelogs: 1. the in-tree CHANGELOG.md 2. git tags/GitHub Releases Unfortunately, the CHANGELOG.md contains fewer information from time to time. One example would be https://github.com/imsnif/bandwhich/blob/v0.22.0/CHANGELOG.md vs https://github.com/imsnif/bandwhich/releases/tag/v0.22.0 In this case, the GitHub Release contains a lot more noise due to various chore(deps) entries. This is due to https://github.com/imsnif/bandwhich/blob/b5e48ba9bb466c5e1192755b0235b6b43d1d4966/.github/workflows/require-changelog-for-PRs.yml#L10-L11 I'd argue, the CHANGELOG.md should be preferred here, but in the end this isn't my package and not my call.
| * | | | | | bandwhich: add shell completions and man pageemilylange2024-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pre v0.22.0, shell completions and the man page were static and heavily outdated. v0.22.0 then removed those entirely. v0.22.2 then re-added shell completions and the man page, but this time natively generated on build time (assuming $BANDWHICH_GEN_DIR is set). Technically, shell completions for PowerShell and Elvish are generated as well, but we don't install those, since our installShellCompletions does not support those shells.
* | | | | | | Merge pull request #287812 from thiagokokada/improve-update-core-scriptThiago Kenji Okada2024-02-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libretro: improve update_cores.py script
| * | | | | | | libretro: update coresThiago Kenji Okada2024-02-15
| | | | | | | |
| * | | | | | | libretro: improve update_cores.py scriptThiago Kenji Okada2024-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for multiple fetchers (for now `fetchFromGitHub` is still the only supported one) - Use `--meta` from `nix-prefetch-github` to extract the date - Show errors in `nix-prefetch-github` if they occur
* | | | | | | | eris-go: 20231219 -> 20240128Emery Hemingway2024-02-16
| | | | | | | |
* | | | | | | | Merge pull request #289031 from r-ryantm/auto-update/cxxoptsMaximilian Bosch2024-02-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cxxopts: 3.1.1 -> 3.2.0
| * | | | | | | | cxxopts: 3.1.1 -> 3.2.0R. Ryantm2024-02-15
| | | | | | | | |
* | | | | | | | | Merge pull request #289094 from r-ryantm/auto-update/qovery-cliFabian Affolter2024-02-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | qovery-cli: 0.84.0 -> 0.84.1
| * | | | | | | | | qovery-cli: 0.84.0 -> 0.84.1R. Ryantm2024-02-15
| | | | | | | | | |
* | | | | | | | | | Merge pull request #288849 from r-ryantm/auto-update/cfripperFabian Affolter2024-02-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cfripper: 1.15.3 -> 1.15.4
| * | | | | | | | | | cfripper: 1.15.3 -> 1.15.4R. Ryantm2024-02-14
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #288399 from r-ryantm/auto-update/qcadPol Dellaiera2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | qcad: 3.29.3.1 -> 3.29.4.1
| * | | | | | | | | | | qcad: fix builds on DarwinPol Dellaiera2024-02-16
| | | | | | | | | | | |
| * | | | | | | | | | | qcad: minor syntax refactoringPol Dellaiera2024-02-16
| | | | | | | | | | | |
| * | | | | | | | | | | qcad: 3.29.3.1 -> 3.29.4.1R. Ryantm2024-02-12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #287135 from r-ryantm/auto-update/homebankMaximilian Bosch2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | homebank: 5.7.3 -> 5.7.4
| * | | | | | | | | | | | homebank: 5.7.3 -> 5.7.4R. Ryantm2024-02-08
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #289107 from lf-/jade/mkdefault-oomdMaximilian Bosch2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nixos/systemd.oomd: set the memory pressure thresholds as mkDefault
| * | | | | | | | | | | | | nixos/systemd.oomd: set the memory pressure thresholds as mkDefaultJade Lovelace2024-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These should be defaults as they're pretty reasonable to want to override as a user. Unsure how to change the slice defaults to be overridable, that should probably be a later conversation.
* | | | | | | | | | | | | | Merge pull request #288993 from expenses/opensubdiv-staticPol Dellaiera2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opensubdiv: Add a static output
| * | | | | | | | | | | | | | opensubdiv: Add a static outputAshley Ruglys2024-02-15
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #289208 from r-ryantm/auto-update/haproxyMaximilian Bosch2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | haproxy: 2.9.4 -> 2.9.5
| * | | | | | | | | | | | | | | haproxy: 2.9.4 -> 2.9.5R. Ryantm2024-02-16
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #288067 from r-ryantm/auto-update/minioPascal Bach2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minio: 2024-02-04T22-36-13Z -> 2024-02-14T21-36-02Z
| * | | | | | | | | | | | | | | minio: 2024-02-04T22-36-13Z -> 2024-02-14T21-36-02ZR. Ryantm2024-02-15
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #289123 from r-ryantm/auto-update/sudo-rsMaximilian Bosch2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sudo-rs: 0.2.1 -> 0.2.2
| * | | | | | | | | | | | | | | | sudo-rs: 0.2.1 -> 0.2.2R. Ryantm2024-02-15
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge #289161: nss_latest: 3.97 -> 3.98Vladimír Čunát2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | nss_latest: 3.97 -> 3.98ajs1242024-02-16
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/Tsq5_Ot9Ay4 Fixes CVE-2023-5388
* | | | | | | | | | | | | | | | Merge pull request #289145 from risicle/ris-graylog-5.0-removeMaximilian Bosch2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | graylog-5_0: remove
| * | | | | | | | | | | | | | | | graylog-5_0: removeRobert Scott2024-02-15
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #285561 from zimbatm/mkdocs-pluginsJonas Chevalier2024-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pythonPackages.neoteroi-mkdocs: init at 1.0.4
| * | | | | | | | | | | | | | | | | python311Packages.neoteroi-mkdocs: init at 1.0.4zimbatm2024-02-12
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | python311Packages.essentials-openapi: init at 1.0.9zimbatm2024-02-12
| | | | | | | | | | | | | | | | | |