Merge pull request #229558 from mweinelt/django-prometheus-2.3.0

python310Packages.django-prometheus: 2.2.0 -> 2.3.1
This commit is contained in:
Martin Weinelt 2023-05-10 20:58:48 +02:00 committed by GitHub
commit 2f421b35f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "django-prometheus";
version = "2.2.0";
version = "2.3.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "korfuri";
repo = pname;
rev = "v${version}";
hash = "sha256-NE0zHnGGSrtkBLrSyBcQuyGrSfSQbdpevokg3YZhwDw=";
hash = "sha256-JiLH+4mmNdb9BN81J5YFiMPna/3gaKUK6ARjmCa3fE8=";
};
patches = [
@ -43,6 +43,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/korfuri/django-prometheus/releases/tag/v${version}";
description = "Django middlewares to monitor your application with Prometheus.io";
homepage = "https://github.com/korfuri/django-prometheus";
license = licenses.asl20;