summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/django-configurations (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-23/+16
* python3Packages.django-configurations: 2.5 -> 2.5.1Martin Weinelt2024-04-221-2/+2
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* python310Packages.django-configurations: 2.4.1 -> 2.5R. Ryantm2023-11-051-2/+2
* treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel2023-07-181-1/+1
* python310Packages.django-configurations: 2.4 -> 2.4.1R. Ryantm2023-04-111-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python310Packages.django-discover-runner: removeTheodore Ni2022-11-211-2/+0
* python310Packages.django-configurations: 2.3.2 -> 2.4R. Ryantm2022-09-021-2/+2
* python310Packages.django-configurations: 2.3.1 -> 2.3.2R. Ryantm2022-01-261-2/+2
* python3Packages.django-configurations: fix buildFabian Affolter2021-12-021-11/+34
* python3Packages.django-configurations: 2.2 -> 2.3.1Jonathan Ringer2021-11-301-2/+2
* treewide: setuptools_scm -> setuptools-scmSandro Jäckel2021-06-031-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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* pythonPackages.django-configurations: fix buildLancelot SIX2020-02-091-1/+4
* python: django-configurations: 2.1 -> 2.2Frederik Rietdijk2019-12-301-2/+2
* pythonPackages.django-configurations: init at 2.1Chris Ostrouchov2018-10-261-0/+41