Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95170
| Return-Path | <toddrjen@gmail.com> |
|---|---|
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.077 |
| X-Spam-Evidence | '*H*': 0.85; '*S*': 0.00; 'dependency': 0.07; 'assume': 0.11; 'subject:python': 0.14; 'wrote:': 0.16; '>': 0.18; '2015': 0.20; 'aug': 0.20; 'own.': 0.22; '(or': 0.23; 'header:In-Reply-To:1': 0.24; 'packaging': 0.27; 'message- id:@mail.gmail.com': 0.27; 'matplotlib': 0.29; 'getting': 0.33; 'problem': 0.33; 'open': 0.33; 'skip:d 20': 0.34; 'received:google.com': 0.35; 'on,': 0.35; 'quite': 0.35; "isn't": 0.35; 'sometimes': 0.35; 'but': 0.36; 'there': 0.36; 'week.': 0.36; 'depends': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'subject:-': 0.39; 'rather': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'more': 0.63; 'updates,': 0.84; 'received:mail-wi0-x229.google.com': 0.91; 'subject:very': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=tNMc3wkRRiOA6YhZqCSZSMsftPRAb5mUJeTNfm3IOnA=; b=Yz2/qAuOh8csryiq8ALNw32KRNqplXEY38kbfYEEQS9wKj8zW7ubPKkYo4/AGkBs2J kkCSis0lITd/KjADvjt8YqrCQw418w0oYIerosESf/NnZohQ2nlpEs3gv/bz7Vs0qEb3 WwOQnTS9MTq+7q1oq5ny5h2axCuK2Xkc+3dM0cpcLzabo4RJC6dOM8KETCSFWd7xWYL0 yLIAS/Ov/dKYEwUxkkvF7iwe2+6tw9LmjQhogzA9N3IqKAbK05+aiU4DXBIs3GHJOslk crVQJKubqqV20TT69OpBxgOUDFtWONvyFD0poj9brGuvo3fDlLkpf1p9ixqbIC4ihwZX 8A5A== |
| MIME-Version | 1.0 |
| X-Received | by 10.180.97.227 with SMTP id ed3mr7072720wib.88.1439037594653; Sat, 08 Aug 2015 05:39:54 -0700 (PDT) |
| In-Reply-To | <87wpx6dvek.fsf@Equus.decebal.nl> |
| References | <87wpx6dvek.fsf@Equus.decebal.nl> |
| Date | Sat, 8 Aug 2015 14:39:53 +0200 |
| Subject | Re: python-matplotlib changes very often? |
| From | Todd <toddrjen@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=f46d0443065ca5d69d051ccc0cb2 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1337.1439037601.3674.python-list@python.org> (permalink) |
| Lines | 45 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1439037601 news.xs4all.nl 2937 [2001:888:2000:d::a6]:57540 |
| X-Complaints-To | abuse@xs4all.nl |
| Path | csiph.com!goblin3!goblin1!goblin.stu.neva.ru!news.stben.net!border1.nntp.ams1.giganews.com!border2.nntp.ams1.giganews.com!nntp.giganews.com!usenetcore.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
| Xref | csiph.com comp.lang.python:95170 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Aug 8, 2015 10:46, "Cecil Westerhof" <Cecil@decebal.nl> wrote: > > On openSUSE I see python-matplotlib updated very often. Sometimes more > as once a week. It is also not very small (almost 40 MB). Is there a > reason for this, or is there a problem at SUSE? I assume you are using tumbleweed and/or devel:languages:python? matplotlib has quite a few dependencies, and many of those have dependencies of their own. Whenever a dependency of a package is updated the open build service openSUSE uses for packaging the package is also updated. So it isn't really matplotlib getting updates, but rather the packages it depends on (or packages they depend on, and so on). And none of those are updated very often, there are just a lot if them.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
python-matplotlib changes very often? Cecil Westerhof <Cecil@decebal.nl> - 2015-08-08 10:41 +0200
Re: python-matplotlib changes very often? Laura Creighton <lac@openend.se> - 2015-08-08 11:17 +0200
Re: python-matplotlib changes very often? Cecil Westerhof <Cecil@decebal.nl> - 2015-08-08 14:51 +0200
Re: python-matplotlib changes very often? Todd <toddrjen@gmail.com> - 2015-08-08 14:39 +0200
csiph-web