[From nobody Sun May 24 13:51:04 2026
Received: (at maintonly) by bugs.debian.org; 4 Oct 2024 09:47:06 +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=-117.3 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,
 RCVD_IN_DNSWL_MED,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, 12; hammy, 150; neutral, 47; 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 mitropoulos.debian.org
 ([2001:648:2ffc:deb:216:61ff:fe9d:958d]:58554)
 from C=NA, ST=NA, L=Ankh Morpork, O=Debian SMTP, OU=Debian SMTP CA,
 CN=mitropoulos.debian.org, EMAIL=hostmaster@mitropoulos.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 1swetu-0072iM-PD
 for maintonly@bugs.debian.org; Fri, 04 Oct 2024 09:47:06 +0000
Received: from paradis.debian.org ([2607:f8f0:614:1::1274:67]:37086)
 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 mitropoulos.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 1swets-00EGpM-V6
 for maintonly@bugs.debian.org; Fri, 04 Oct 2024 09:47:04 +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=h7zwa6JpMzTYkX1LqLpLEnxn3OSpfOA0AFaDeODclFw=; b=Qn
 5iOjDa1tnm9TV9ipFofuWpG+IGGAWex+8hMkrVuOrRASxaayu1L/oTTeoH+A+vn1zu1O1weJdMeoS
 o75bIoaVSgHlSbvfYoL71MUrD8gOAWa2Qlnn54r71fy6oM5FOozJ6DUYPM8gZALgVv0yOh1sKzk87
 o/a4hoczMPZQRctPWDWKTgLRjhExONq4jDcHdydAJGfMVpXQEsppSvsupPD6wMpb2ggGvbDieX82V
 xX5XMvKEOu1Pz3qxOoT85PiG9un0uRODflWxGLj33WWItpdPv0Z92azqKa1vYBvFYz30ebi7vx7SQ
 v7Hpj7uJgQUOiM58Nktbm5fSPUWKH6bQ==;
Received: from doko by paradis.debian.org with local (Exim 4.94.2)
 (envelope-from &lt;doko@paradis.debian.org&gt;) id 1swetq-00DhAP-Ty
 for maintonly@bugs.debian.org; Fri, 04 Oct 2024 09:47:02 +0000
To: maintonly@bugs.debian.org
Subject: python-opcodes: (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;E1swetq-00DhAP-Ty@paradis.debian.org&gt;
Date: Fri, 04 Oct 2024 09:47:02 +0000
Delivered-To: maintonly@bugs.debian.org

Package: src:python-opcodes
Version: 0.0~git20180424.6e2b0cd-3
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.
]