Path: csiph.com!weretis.net!feeder9.news.weretis.net!feeder8.news.weretis.net!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Julian Gilbey Newsgroups: linux.debian.maint.python Subject: Re: pybuild and setuptools_scm Date: Fri, 19 Jul 2024 15:20:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-python-request@lists.debian.org Fri Jul 19 13:16:22 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-8.2 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, MD5_SHA1_SUM=-1] autolearn=ham autolearn_force=no X-Policyd-Weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_FROM_MX=-3.1; rate: -4.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailing-List: archive/latest/22086 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/ZppnEvh2pe2PVU-4@d-and-j.net Approved: robomod@news.nic.it Lines: 17 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Fri, 19 Jul 2024 14:16:02 +0100 X-Original-Message-ID: X-Original-References: <6620201.UvQSDFcxLp@jason> <20240711230114.atwpjuxzz5hwd27z@satie.tumbleweed.org.za> <20240712084739.4169002b@monsterix.mbehrle.de> <20240716030653.nwrmapgf3fas7bq2@satie.tumbleweed.org.za> <20240718111001.6ec54436@monsterix.mbehrle.de> <20240719110646.j73rjoj2wnd6ta5d@satie.tumbleweed.org.za> Xref: csiph.com linux.debian.maint.python:16049 On Fri, Jul 19, 2024 at 11:06:46AM +0000, Stefano Rivera wrote: > [...] > > May be pybuild doesn't handle correctly a version string like 0.10.0+dfsg-1? > > Yeah, you shouldn't have to export that because pybuild does. But, > right, it's not removing +dfsg. Now that PEP-440 versions are strongly > enforced, that's no good. > > Committed: > https://salsa.debian.org/python-team/tools/dh-python/-/commit/ae0facfd1216fd25185aa5f1db9f12b26e3dbcf1 But PEP-440 allows "+dfsg" as the "Local version identifier", so I don't understand why this must be removed. Best wishes, Julian