python3Packages.asn1: 2.8.0 -> 3.1.0

https://github.com/andrivet/python-asn1/blob/v3.1.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:15 +01:00
parent d7aaf8edb6
commit 08651de860
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "asn1";
version = "2.8.0";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "andrivet";
repo = "python-asn1";
tag = "v${version}";
hash = "sha256-DLKfdQzYLhfaIEPPymTzRqj3+L/fsm5Jh8kqud/ezfw=";
hash = "sha256-yDX2TydMtqIE4A4QUmKPJKLM1UdXxp0qFBJx08Ri2YQ=";
};
build-system = [ setuptools ];
@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "Python ASN.1 encoder and decoder";
homepage = "https://github.com/andrivet/python-asn1";
changelog = "https://github.com/andrivet/python-asn1/blob/v${version}/CHANGELOG.rst";
changelog = "https://github.com/andrivet/python-asn1/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};