Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7926
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Dmitry Shachnev <mitya57@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Packaging Python that requires 3.5 |
| Date | Sat, 28 Nov 2015 19:10:01 +0100 |
| Message-ID | <qzS6B-3Sw-5@gated-at.bofh.it> (permalink) |
| References | <qzGRQ-58S-3@gated-at.bofh.it> |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Sat Nov 28 18:09:54 2015 |
| Old-Return-Path | <mitya57@gmail.com> |
| X-Amavis-Spam-Status | No, score=-12.467 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-lf0-f45.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7 |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=0zMSNiUkrpYalXlFah2u88vn0gAhddtbmB9kR3gq07M=; b=hrLcj2zi0ScFRAOY8xZ0D/UvUeIwGvyauN7r3zIyVg0KasL+HYXQ6DATTqNnPi7V71 nUo8n0B9gjh8Q/E2r0GgQ2rP7VMLrUamjlR76bQjVHMD1nGdWWIXfgHhBMgQB7+CQ/3f ncDLcBJMYU01pVnvGb9dY9FY/3Au+y352h4YMfi5N9rGc5s276Ig5rnsF1c+I5CK+5if 4YTw2TrR461oQoH8QWfppe0VxOeRjLYe67TFkhKCZN4xgagtKy/N68Y4Uz90n1r8v3no FTVf8gLF0/k3HMj/6vghyCy1M0jb+u1gI9slFxLIIyWLoQO7JU3gPO9OTVWNjVD1TdMk ScRA== |
| X-Received | by 10.112.157.133 with SMTP id wm5mr362522lbb.65.1448734178867; Sat, 28 Nov 2015 10:09:38 -0800 (PST) |
| MIME-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13242 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20151128180936.GA3495@mitya57.me |
| Approved | robomod@news.nic.it |
| Lines | 51 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Sat, 28 Nov 2015 21:09:36 +0300 |
| X-Original-Message-ID | <20151128180936.GA3495@mitya57.me> |
| X-Original-References | <87two6k65n.fsf@prune.linuxpenguins.xyz> |
| Xref | csiph.com linux.debian.maint.python:7926 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi Brian, On Sat, Nov 28, 2015 at 05:08:20PM +1100, Brian May wrote: > Apparently this doesn't work just yet. > > In debian/control I have X-Python3-Version: >= 3.5 > > This gives in the Depends: > python3.5:any, python3:any (>= 3.5~) > > This cannot be statisfied because python3 the version in unstable is > 3.4.3-7 I recommend simply waiting until 3.5 is the default (do we have any ETA for that?). If you really want this now, you need to make sure that your scripts have explicit python3.5 shebangs and not generic python3 ones (and you will need to revert to python3 ones as soon as we get 3.5 as default, else it will break with next default version change). -- Dmitry Shachnev
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Packaging Python that requires 3.5 Brian May <brian@linuxpenguins.xyz> - 2015-11-28 07:10 +0100
Re: Packaging Python that requires 3.5 Dmitry Shachnev <mitya57@debian.org> - 2015-11-28 19:10 +0100
Re: Packaging Python that requires 3.5 Brian May <bam@debian.org> - 2015-11-29 00:10 +0100
Which bug report is tracking the “python3 is Python 3.5” transition? (was: Packaging Python that requires 3.5) Ben Finney <ben+debian@benfinney.id.au> - 2015-11-29 00:40 +0100
Re: Which bug report is tracking the “python3 is Python 3.5” transition? (was: Packaging Python that requires 3.5) Brian May <bam@debian.org> - 2015-11-29 01:30 +0100
Re: Which bug report is tracking the “python3 is Python 3.5” transition? (was: Packaging Python that requires 3.5) Scott Kitterman <debian@kitterman.com> - 2015-11-29 01:50 +0100
Re: Which bug report is tracking the “python3 is Python 3.5” transition? (was: Packaging Python that requires 3.5) Brian May <bam@debian.org> - 2015-11-29 02:50 +0100
csiph-web