summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/django-widget-tweaks (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-13/+10
* treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. Martin Weinelt2023-12-201-2/+0
* python310Packages.django-widget-tweaks: add format•••- disable on unsupported Python releasesFabian Affolter2023-08-261-7/+5
* python310Packages.django-widget-tweaks: add changelog to metaFabian Affolter2023-08-261-5/+4
* python310Packages.django-widget-tweaks: 1.4.12 -> 1.5.0R. Ryantm2023-08-261-3/+3
* python3Packages.django-widget-tweaks: fix build and update testsMartin Weinelt2022-03-021-9/+32
* python3Packages.django-widget-tweaks: 1.4.8 -> 1.4.12Jonathan Ringer2022-01-231-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* pythonPackages.django-widget-tweaks: init at 1.4.8Maxim Krivchikov2020-08-211-0/+25