python312Packages.django-simple-captcha: 0.6.1 -> 0.6.2
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
# dependencies
|
||||
django,
|
||||
django-ranged-response,
|
||||
djangorestframework,
|
||||
pillow,
|
||||
|
||||
# tests
|
||||
@@ -21,14 +20,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-simple-captcha";
|
||||
version = "0.6.1";
|
||||
version = "0.6.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mbi";
|
||||
repo = "django-simple-captcha";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-2/DDiGvQmNoC8SJabngt8RaHHo48ZDD+62Gb39aeCsg=";
|
||||
hash = "sha256-hOvZQCAAlMYaNpAN+junhfgWej92shto7ejhKUPqbX0=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -37,7 +36,6 @@ buildPythonPackage rec {
|
||||
django
|
||||
pillow
|
||||
django-ranged-response
|
||||
djangorestframework
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
@@ -58,7 +56,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Customizable Django application to add captcha images to any Django form";
|
||||
homepage = "https://github.com/mbi/django-simple-captcha";
|
||||
changelog = "https://github.com/mbi/django-simple-captcha/blob/v${version}/CHANGES";
|
||||
changelog = "https://github.com/mbi/django-simple-captcha/blob/${src.tag}/CHANGES";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
mrmebelman
|
||||
|
||||
Reference in New Issue
Block a user