Debian Bug report logs - #1083513
nvchecker: (build-)depends on deprecated module python3-pkg-resources

version graph

Package: src:nvchecker; Maintainer for src:nvchecker is Afif Elghraoui <[email protected]>;

Reported by: Matthias Klose <[email protected]>

Date: Fri, 4 Oct 2024 09:47:41 UTC

Severity: normal

Tags: sid, trixie

Found in version nvchecker/2.15.1-0.1

Full log


Message #5 received at [email protected] (full text, mbox, reply):

Received: (at maintonly) by bugs.debian.org; 4 Oct 2024 09:44:18 +0000
From [email protected] Fri Oct 04 09:44:18 2024
X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
	(2021-04-09) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-118.4 required=4.0 tests=ALL_TRUSTED,BAYES_00,
	BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_PASS,
	SPF_NONE,USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham
	autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 7; hammy, 150; neutral, 50; spammy, 0.
	spammytokens: hammytokens:0.000-+--trixie, 0.000-+--H*F:U*doko,
	0.000-+--U*debian-python, [email protected],
	0.000-+--debianpythonlistsdebianorg
Return-path: <[email protected]>
Received: from mailly.debian.org ([2001:41b8:202:deb:6564:a62:52c3:4b72]:59978)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=mailly.debian.org,[email protected] (verified)
	by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1swerC-00718Y-7b
	for [email protected]; Fri, 04 Oct 2024 09:44:18 +0000
Received: from paradis.debian.org ([2607:f8f0:614:1::1274:67]:37146)
	from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=paradis.debian.org,[email protected] (verified)
	by mailly.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
	(Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1swerA-00EN0m-OD
	for [email protected]; Fri, 04 Oct 2024 09:44:16 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org;
	s=smtpauto.paradis; h=Date:Message-Id:Content-Transfer-Encoding:Content-Type:
	MIME-Version:From:Subject:To:Reply-To:Cc:Content-ID:Content-Description:
	In-Reply-To:References; bh=QRif4U6iHhs7aCf0kurT/0CjZYxDlZyVXMmsCbUZR5o=; b=BY
	tS6NaMNGvZuN7L1BQ1zld1hTeNUj3M3ZZ3MW0EDAXo0ptKoYx9zjboTMNWh7ZM+tq447XIol34Mis
	w8qwUoSR9+lFry7JPBX5maO6NCbsFfZ45EHaAkkgWeN+Qafed08ykasorT9Z9zMbqH35kCyNUEgIz
	7ErnRYmDNKwaSBnztfy9CWV2WveoDcZC0ju/L3yIuiawTLuNaUbMEmRlFCPogsn5WnBPSifM2fWIG
	xlpgeAWlAsjqPynRblbzbdcgi1wG1MOzM+/mBcMxYoDRlouLtE/+jyIwWH39xghi1iaK6m70eU+cv
	3FI86aha4FLnXHmGC2X1g7IcdwMM0fmA==;
Received: from doko by paradis.debian.org with local (Exim 4.94.2)
	(envelope-from <[email protected]>)
	id 1swer9-00Dghg-3g
	for [email protected]; Fri, 04 Oct 2024 09:44:15 +0000
To: [email protected]
Subject: nvchecker: (build-)depends on deprecated module python3-pkg-resources
From: Matthias Klose <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Message-Id: <[email protected]>
Date: Fri, 04 Oct 2024 09:44:15 +0000
Delivered-To: [email protected]
Package: src:nvchecker
Version: 2.15.1-0.1
Severity: normal
Tags: sid trixie
User: [email protected]
Usertags: pkg-resources-deprecation

[This bug is targeted to the upcoming trixie release]

The package build-depends or depends on python3-pkg-resources, which is
deprecated upstream. Details can be found at

    https://setuptools.pypa.io/en/latest/pkg_resources.html

Use of pkg_resources is deprecated in favor of importlib.resources,
importlib.metadata and their backports (importlib_resources, importlib_metadata).
Some useful APIs are also provided by packaging (e.g. requirements and version
parsing). Users should refrain from new usage of pkg_resources and should work
to port to importlib-based solutions.

Python 3.12 in unstable provides both importlib_resources and
importlib_metadata, so no additional dependencies on those packages are needed.



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 14:23:27 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.