Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5969
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Hartmut Goebel <h.goebel@goebel-consult.de> |
| Newsgroups | de.comp.lang.python |
| Subject | [Python-de] pip: Nur höchste Version einer „Serie“ beachten |
| Date | Fri, 3 Feb 2023 17:59:10 +0100 |
| Organization | Goebel Consult |
| Lines | 20 |
| Message-ID | <8af69c83-d430-36df-59d5-6aed445e5c4d@goebel-consult.de> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | base64 |
| X-Trace | news.uni-berlin.de eIE2W/7rwyY5F95cgDpKNQFNAk/dv6JgFyeZDno7k3Pg== |
| Authentication-Results | mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 |
| Content-Language | de-DE, en-US |
| X-Provags-ID | V03:K1:FdHDAYPAiVxqUSxExvY40tm86ot37h2tte8QUaC2CphkFpRG/GD Co65dQ11q6IEqKDSY1DjxCPBi5i5+3laE8VxuYhTGfxkCKP8/ANGNy5ZBNr+CLCMiTaR0Wy hJU1c2oOPTJrh52hskENYpzLWJwzm46aHUR4O/f6aHH2dE8+jDNv6FUoVUCD9Sn7WSPMaWw 3ab1FpU4+0JJ9ZUUCx+Qg== |
| X-Spam-Flag | NO |
| UI-OutboundReport | notjunk:1;M01:P0:Oo/r0fcZEnI=;CH193uK9ONtLd8b3L9jwK+0gO7Y YL+t/GusjnOKPIWSV4wdvfkCQi12HvvzsGqHwjp7hL4ZCtD3FyXVyXxXgM2r5ngn7tCVG9/F1 ZMdXc0lKlHccj3puh+VyrHQLQ6RUM72WkATpO+8QejBi86VOgxCfhsoX3k8kI/w0ClovyHX2B cZhqGUQHXbdHuEZwG+yGXx1zLGG/xQeq02PbvzNA0V/zpcJdD8zyZc3Dd3M/JPyfke691/KDZ H/r+2pU9zjbKD8/pwNxp00bYVRrbVpUDD664FkSmYYTsqCOGd62DPrYPWEvh6DcO+5os241DW 6BKkmPlnr41Au0liMbYTTxIzHUjVH9NQzAnG47PNUf7XNYP7xHJ5XshmVk/wVFiyfqk1fjK9N fynkN8mTeXg60WdzRNa9ZQeIkbLsAfj1pyMOWVP+dRRb+qc85QgnHlx3M7U2jnZ8t5p7Mt+Wr qSqxzvd+BSJSXn8w6q52CfAGqzfUsEWnCrGZHK52vrRp53X6C4/QSVznxR7hmsJVETB2dgS2C /bJTfqmKLT+0EL8nkoiSa6/vfjw99Fb3ibMvCynCUVxG8N8cmCYKYoZs5WnBOaaV1nr/LMzF4 OvFQqWSqavfrq4n9844/ZcZOofOY5F5S+721IvF8dA8r3nSylYyli7dPSqnUh7jENrILG/UcN s0DRajYCuSzsU07kh0yyNqxM/OUl16xt4tFCTUrjRg== |
| Message-ID-Hash | QPGT7UYDIN2F2ZSKMUQI4YVK6NM6WYKR |
| X-Message-ID-Hash | QPGT7UYDIN2F2ZSKMUQI4YVK6NM6WYKR |
| X-MailFrom | h.goebel@goebel-consult.de |
| X-Mailman-Rule-Misses | dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-python-de.python.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header |
| X-Content-Filtered-By | Mailman/MimeDel 3.3.9b1 |
| X-Mailman-Version | 3.3.9b1 |
| Precedence | list |
| List-Id | Die Deutsche Python Mailingliste <python-de.python.org> |
| Archived-At | <https://mail.python.org/archives/list/python-de@python.org/message/QPGT7UYDIN2F2ZSKMUQI4YVK6NM6WYKR/> |
| List-Archive | <https://mail.python.org/archives/list/python-de@python.org/> |
| List-Help | <mailto:python-de-request@python.org?subject=help> |
| List-Owner | <mailto:python-de-owner@python.org> |
| List-Post | <mailto:python-de@python.org> |
| List-Subscribe | <mailto:python-de-join@python.org> |
| List-Unsubscribe | <mailto:python-de-leave@python.org> |
| Xref | csiph.com de.comp.lang.python:5969 |
Show key headers only | View raw
Hallo, ich habe eine Reihe Abhängigkeiten, deren Auflösen in pip lange dauert (30 Minuten?). Die Pakete gehören alle zu einem Projekt (tryton) und sind innerhalb einer „Serie“ kompatibel. Die Versionen in requirements.txt sind alle mit "==6.0.*" angegeben. Eigentlich würde es genügen, wenn pip jeweils die höchste Version hiervon betrachtet. Tatsächlich scheint es aber alle verfügbaren Versionen zu berücksichtigen und braucht viele Minuten. Kennt Ihr einen Trick? Nein, ich möchte nicht mit einem Lock-File arbeiten, denn wie gesagt: Die Versionen passen zusammen. (Außerdem müsste für ein Lock-File pip auch erstmal fertig werden.) -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog: https://test.goe-con.de/blog/2020/alternative-android-betriebssysteme/ Kolumne: https://test.goe-con.de/blog/cissp-gefluester/2012-04-compliance-bringt-keine-sicherheit/
Back to de.comp.lang.python | Previous | Next | Find similar
[Python-de] pip: Nur höchste Version einer „Serie“ beachten Hartmut Goebel <h.goebel@goebel-consult.de> - 2023-02-03 17:59 +0100
csiph-web