[From nobody Sat Apr 25 20:09:06 2026
Received: (at maintonly) by bugs.debian.org; 4 Oct 2024 09:41:01 +0000
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,
 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, 9; hammy, 150; neutral, 31; spammy, 0.
 spammytokens: hammytokens:0.000-+--trixie, 0.000-+--H*F:U*doko, 
 0.000-+--U*debian-python, 0.000-+--debian-python@lists.debian.org,
 0.000-+--debianpythonlistsdebianorg
Return-path: &lt;doko@paradis.debian.org&gt;
Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:60022)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=muffat.debian.org, EMAIL=hostmaster@muffat.debian.org (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 &lt;doko@paradis.debian.org&gt;)
 id 1sweo1-006zcr-8R
 for maintonly@bugs.debian.org; Fri, 04 Oct 2024 09:41:01 +0000
Received: from paradis.debian.org ([2607:f8f0:614:1::1274:67]:46598)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=paradis.debian.org, EMAIL=hostmaster@paradis.debian.org (verified)
 by muffat.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;doko@paradis.debian.org&gt;)
 id 1sweo0-00EZJx-PL
 for maintonly@bugs.debian.org; Fri, 04 Oct 2024 09:41:00 +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=rxhhRyFO0W6TgCFLzfoEXJ0lnm/2ZStUqY2tTtcwC64=; b=ew
 qQ3cLi+YlcQAtM/fhH8Jye5e2eyFcH0qw37pQxa0hx+yXXfkunrPuHMgSkty66vFgWxkZKpzLWqLa
 qY7DugU0b5QjVkb4eIX5P6hEn+zH7A5UIlTTcvPN+w96KWRV/l2LY5FvziLeQJveF9P5rPYpGyb1r
 OJEJ0l3RHYP7N8X8SxjcCIpZzh4Dv/7+Wtijis5a26QrAFuChGXTFAKBeWMJHJ1jtniSjVyy8EM/0
 2rzWi1J6J3hYJtYMi8ecvsH4UfC79QrEiiG3NT2iQ3mSikGBqqGFP/9wVOhRsLgmk7vzonfmY+ou4
 pH9KI1MQkm5gDRPW/ioJ9l7r2ZY9CI/w==;
Received: from doko by paradis.debian.org with local (Exim 4.94.2)
 (envelope-from &lt;doko@paradis.debian.org&gt;) id 1sweo0-00Dg29-2N
 for maintonly@bugs.debian.org; Fri, 04 Oct 2024 09:41:00 +0000
To: maintonly@bugs.debian.org
Subject: buildstream: (build-)depends on deprecated module
 python3-pkg-resources
From: Matthias Klose &lt;doko@debian.org&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=&quot;UTF-8&quot;
Content-Transfer-Encoding: 8bit
Message-Id: &lt;E1sweo0-00Dg29-2N@paradis.debian.org&gt;
Date: Fri, 04 Oct 2024 09:41:00 +0000
Delivered-To: maintonly@bugs.debian.org

Package: src:buildstream
Version: 1.6.9-1
Severity: normal
Tags: sid trixie
User: debian-python@lists.debian.org
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.
]