summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/desktop-notifier (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* 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" ``` Artturin2024-09-251-1/+1
* python3Packages.desktop-notifier: 5.0.1 -> 6.0.0Stefan Frijters2024-09-121-6/+10
* python3Packages.desktop-notifier: 5.0.0 -> 5.0.1Stefan Frijters2024-07-101-2/+2
* python311Packages.desktop-notifier: 4.0.0 -> 5.0.0R. Ryantm2024-06-241-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-22/+16
* python3Packages.desktop-notifier: refactorStefan Frijters2024-05-081-3/+3
* python3Packages.desktop-notifier: 3.5.6 -> 4.0.0Stefan Frijters2024-05-081-2/+2
* python310Packages.desktop-notifier: enable darwin supportnatsukium2024-04-281-1/+3
* python3Packages.desktop-notifier: 3.5.4 -> 3.5.6Stefan Frijters2023-07-111-4/+2
* python3Packages.desktop-notifier: 3.5.3 -> 3.5.4Stefan Frijters2023-07-061-3/+2
* python3Packages.desktop-notifier: 3.5.2 -> 3.5.3Stefan Frijters2023-05-221-2/+2
* python3Packages.desktop-notifier: 3.5.1 -> 3.5.2Stefan Frijters2023-05-041-2/+2
* python3Packages.desktop-notifier: 3.4.3 -> 3.5.1Stefan Frijters2023-05-011-2/+2
* python310Packages.desktop-notifier: 3.4.2 -> 3.4.3R. Ryantm2023-02-071-2/+2
* python310Packages.desktop-notifier: add changelog to meta•••- update disabledFabian Affolter2022-11-221-4/+9
* python310Packages.desktop-notifier: 3.4.1 -> 3.4.2R. Ryantm2022-11-221-2/+2
* python310Packages.desktop-notifier: 3.4.0 -> 3.4.1R. Ryantm2022-10-131-3/+3
* python3Packages.desktop-notifier: add setuptools to nativeBuildInputsMartin Weinelt2022-09-161-0/+5
* python310Packages.desktop-notifier: 3.3.5 -> 3.4.0R. Ryantm2022-03-301-2/+2
* python3Packages.desktop-notifier: 3.3.2 -> 3.3.5 (#162762)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>Stefan Frijters2022-03-271-2/+3
* python3Packages.desktop-notifier: 3.3.1 -> 3.3.2Stefan Frijters2021-08-221-2/+2
* python3Packages.desktop-notifier: 3.3.0 -> 3.3.1•••Switched to GitHub fetcher because Pypi doesn't supply required resources in their tarball. Stefan Frijters2021-08-151-5/+7
* python3Packages.desktop-notifier: 3.2.3 -> 3.3.0Stefan Frijters2021-06-261-2/+4
* python37Packages.desktop-notifier: 3.2.2 -> 3.2.3R. RyanTM2021-03-021-2/+2
* python37Packages.desktop-notifier: 3.2.0 -> 3.2.2R. RyanTM2021-02-221-2/+2
* pythonPackages.desktop-notifier: init at 3.2.0Stefan Frijters2021-02-171-0/+38