Commit Graph
337095 Commits
Author SHA1 Message Date
zowoq 5dd8c34e3b terraform-providers.github: 4.18.0 -> 4.18.2 2021-12-02 21:17:46 +10:00
misuzuandehmry 38f9e483a5 zerotierone: 1.8.3 -> 1.8.4 2021-12-02 11:06:12 +00:00
talyz 4fb343c87e discourse: update.py: Improve version handling, use pinned plugins
Add a DiscourseVersion class which handles Discourse's version
numbering properly when sorting - beta versions are sorted lower than
their respective release versions. It can also return both its version
number and equivalent git tag, removing the need for `rev2version` and
manually adding `v` to the front.

Using DiscourseVersion instead of LooseVersion, we can list all
current version number tags from the `discourse` repo and sort them
correctly, giving us the latest one, regardless of type; i.e. we don't
have to filter for only release versions or beta versions anymore.

This also implements the plugin pinning algorithm laid out here:
https://meta.discourse.org/t/pinning-plugin-and-theme-versions-for-older-discourse-installs/156971
to make sure we don't upgrade plugins further than what's compatible
with our currently packaged Discourse version. While it likely won't
matter much most of the time if we continue packaging the beta
versions, it could be helpful if we decide to go back to packaging
release versions or if we run into issues with future upgrades. In
that case, the plugins could still be updated safely even though we're
not on the latest version of Discourse.
2021-12-02 11:55:07 +01:00
sterniandGitHub fdef8095fd Merge pull request #148209 from sternenseemann/doDistribute-all-platforms
haskell.lib{,.compose}.doDistribute: default to lib.platforms.all
2021-12-02 11:54:12 +01:00
Shamrock Lee 60950f739e lib/meta: add getLicenseFromSpdxId function
Move function spdxLicense, internally used in yarn2nix
to lib/meta.nix, and
rename to getLicenseFromSpdxId

A similar function is implemented in poetry2nix,
but the one originally in yarn2nix seems beter.
since it falls back to an license-like attrset
for mismatched case
instead of a plain string
2021-12-02 18:33:48 +08:00
Dmitry Kalinkin e5690827b5 python3Packages.pyarrow: fix darwin build for when a build flag is false
nix-repl> with import <nixpkgs> {}; stdenv.mkDerivation { name="test"; true = true; false = false; }
«derivation /nix/store/2xk4hhfnaqymwq0iw9hxi5a34a8dbywz-test.drv»

nix show-derivation /nix/store/2xk4hhfnaqymwq0iw9hxi5a34a8dbywz-test.drv | grep -E '(true|false)'
      "false": "",
      "true": "1"

  File "setup.py", line 77, in strtobool
    raise ValueError("invalid truth value %r" % (val,))
ValueError: invalid truth value ''
2021-12-02 05:32:11 -05:00
Maximilian Bosch 2d02482582 clipman: 1.6.0 -> 1.6.1
ChangeLog: https://github.com/yory8/clipman/releases/tag/v1.6.1
2021-12-02 11:28:15 +01:00
sternenseemann 6496069dda haskell.lib{,.compose}.doDistribute: default to lib.platforms.all
This reflects the default value set in generic-builder.nix, following
the reasoning that GHC can cross-compile and we assume that packages are
generally portable.
2021-12-02 11:27:12 +01:00
Maciej KrügerandGitHub e9e53499b2 Merge pull request #148237 from AdsonCicilioti/flat-remix-gtk-v20211130 2021-12-02 11:21:55 +01:00
Jörg ThalheimandGitHub c8fa6a43f4 Merge pull request #148251 from Mic92/qemu
qemu: fix darwin build
2021-12-02 10:21:00 +00:00
Manuel BärenzandGitHub b0dd0c134f Merge pull request #147001 from turion/dev_add_csvdiff
csvdiff: Init at 1.4.0
2021-12-02 11:03:49 +01:00
Anund f524d70519 mcomix: fix invalid .desktop icon name
The postInstall step for this package copies an icon to the hicolor icon
theme under the name mcomix3.png (${pname}). The applications
mcomix.desktop references the icon by Icon=mcomix. The means the copied
icon ends up with the "wrong" filename making lookup following the xdg
standard break. This change updates the icon reference in the .desktop
file to match what is currently being installed.
2021-12-02 20:50:49 +11:00
adisbladisandGitHub fafe9a8d04 Merge pull request #148236 from Vonfry/emacs/remove-org-elpa
emacsPackages.orgPackages: deprecated
2021-12-02 01:43:22 -08:00
talyz ab042d6452 discourse.plugins: Update all plugins to their latest versions
Also, add support for updating plugins which keep gem versions in
files at the root of the repo (discourse-prometheus) and replace the
`up-plugin.sh` script with a README file pointing to the plugin
packaging documentation.
2021-12-02 10:43:14 +01:00
Arthur GautierandGitHub ba798538d0 terraform-providers.dhall: init at 0.0.1 2021-12-02 19:36:16 +10:00
talyz e2415dbb8f discourse: 2.7.9 -> 2.8.0.beta9
Update to the latest beta, since upstream advocates for it. See
https://github.com/NixOS/nixpkgs/issues/146308 for more info.
2021-12-02 10:31:00 +01:00
Manuel Bärenz 28731a2d43 csvdiff: Init at 1.4.0 2021-12-02 10:29:09 +01:00
Jacek GalowiczandGitHub 58371472fe Merge pull request #146512 from DeterminateSystems/better-visibility
nixos/test-driver: more context when step finishes, give more functions nested labels
2021-12-02 09:26:21 +00:00
Mario RodasandGitHub 6cdb3ec438 Merge pull request #147343 from chvp/bump-ruby
ruby: 2.7.4 -> 2.7.5, 3.0.2 -> 3.0.3
2021-12-02 04:24:33 -05:00
Jörg Thalheim 56ea0c9308 qemu: fix darwin build 2021-12-02 09:55:00 +01:00
Jörg Thalheim 82470faf7d nixpkgs-review: 2.6.3 -> 2.6.4 2021-12-02 09:45:44 +01:00
Jörg ThalheimandGitHub 8ad2c0423e Merge pull request #148244 from devins2518/bunnyfetch-update
bunnyfetch: unstable-2021-06-19 -> 0.2.0
2021-12-02 08:44:51 +00:00
Sascha Grunert 089fdb8dfa libbpf: 0.5.0 -> 0.6.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-02 09:28:23 +01:00
Vonfry 932ab304f0 emacsPackages.orgPackages: deprecated
org elpa is deprecated and moved into gnu elpa and nongnu elpa.

link: nix-community/emacs-overlay#191
2021-12-02 16:16:59 +08:00
Jörg ThalheimandGitHub 56cbe42f16 Merge pull request #148238 from rmcgibbo/rdkit
python3Packages.rdkit: fix on aarch64-darwin
2021-12-02 08:14:59 +00:00
Nikolay Korotkiyandzowoq cf6fc1fd17 podman-compose: 2021-05-18 → 0.1.8 2021-12-02 18:11:09 +10:00
Fabian AffolterandGitHub 352a3d7538 Merge pull request #148115 from fabaff/bump-twitterapi
python3Packages.twitterapi: 2.7.7 -> 2.7.9.1
2021-12-02 09:00:27 +01:00
Fabian AffolterandGitHub 2cf0ce4a9b Merge pull request #148123 from fabaff/bump-pre-commit
python3Packages.pre-commit: 2.15.0 -> 2.16.0
2021-12-02 09:00:15 +01:00
Fabian AffolterandGitHub 0aa7ce468c Merge pull request #148128 from fabaff/bump-md-toc
python3Packages.md-toc: 8.0.1 -> 8.1.0
2021-12-02 09:00:03 +01:00
Fabian AffolterandGitHub 63d559d005 Merge pull request #148129 from fabaff/bump-mypy-boto3-s3
python3Packages.mypy-boto3-s3: 1.20.12 -> 1.20.17
2021-12-02 08:59:50 +01:00
Fabian AffolterandGitHub 4b8cc9e9b8 Merge pull request #148134 from fabaff/bump-kubeval
kubeval: 0.16.0 -> 0.16.1
2021-12-02 08:59:39 +01:00
Fabian AffolterandGitHub d560858a03 Merge pull request #148198 from fabaff/bump-tailscale
python3Packages.tailscale: 0.1.2 -> 0.1.3
2021-12-02 08:59:27 +01:00
Fabian AffolterandGitHub 42d5c58081 Merge pull request #148199 from fabaff/bump-cloudsplaining
python3Packages.cloudsplaining: 0.4.6 -> 0.4.8
2021-12-02 08:59:15 +01:00
Fabian AffolterandGitHub 7c30df936e Merge pull request #148204 from fabaff/bump-vehicle
python3Packages.vehicle: 0.2.0 -> 0.2.2
2021-12-02 08:59:02 +01:00
Fabian AffolterandGitHub 932c97df12 Merge pull request #148206 from fabaff/open-meteo
python39Packages.open-meteo: init at 0.2.0
2021-12-02 08:58:50 +01:00
Ryan BurnsandGitHub ac9ad0a998 Merge pull request #148240 from hjones2199/adopt-multi
adopt multiple packages
2021-12-01 23:34:28 -08:00
github-actions[bot]andGitHub 9c2a129ba1 Merge master into staging-next 2021-12-02 06:01:11 +00:00
Vincent Bernat 41304a957c lldpd: 1.0.11 -> 1.0.13
Also update the homepage.
2021-12-02 06:47:04 +01:00
Adson Cicilioti 9487f3aeba pop-icon-theme: 2020-03-04 -> 2021-11-17 2021-12-02 02:40:11 -03:00
Devin Singh 559edc0359 bunnyfetch: unstable-2021-06-19 -> 0.2.0 2021-12-01 23:08:43 -06:00
Bobby RongandGitHub 70b7a52406 Merge pull request #148212 from dali99/update_hydrus2
hydrus: 463 -> 464
2021-12-02 12:43:48 +08:00
7c6f434candGitHub 7448627de9 Merge pull request #148170 from ninjin/julia-bin_17
Julia changes related to the release of 1.7.0
2021-12-02 04:24:17 +00:00
Adson Cicilioti 552f9ca765 flat-remix-icon-theme: 20200710 -> 20211106 2021-12-02 01:24:12 -03:00
Bobby RongandGitHub 883aea3fae Merge pull request #148196 from jbedo/fastp
fastp: 0.23.1 -> 0.23.2
2021-12-02 12:19:05 +08:00
Hunter Jones b952a9b16e adopt multiple packages 2021-12-01 22:04:14 -06:00
Adson Cicilioti bf8af0b8d4 pop-gtk-theme: 2020-06-30 -> 2021-08-19 2021-12-02 00:56:08 -03:00
Robert T. McGibbon 8db9c46d69 python3Packages.rdkit: fix on aarch64-darwin 2021-12-01 22:25:09 -05:00
Adson Cicilioti d86329b7cd flat-remix-gtk: 20201129 -> 20211130 2021-12-01 23:43:22 -03:00
Martin Weinelt aca96fc3dd python3Packages.django-redis: 5.0.0 -> 5.1.0 2021-12-02 03:23:09 +01:00
arcnmx e57ef4569e starship: build with notification support 2021-12-01 18:17:24 -08:00