Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'package,': 0.03; 'sufficient': 0.05; 'pypi': 0.07; 'subject:question': 0.08; 'api': 0.09; 'missed': 0.09; 'here?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:PyPI': 0.09; 'bug': 0.10; '"long': 0.16; 'personally,': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'module': 0.19; 'changes': 0.20; 'minor': 0.22; "i've": 0.23; 'seems': 0.23; 'header:User- Agent:1': 0.26; 'appear': 0.26; 'first.': 0.27; 'integrate': 0.27; "doesn't": 0.28; 'header:X-Complaints-To:1': 0.28; 'all.': 0.28; 'chris': 0.28; 'noticed': 0.28; 'announced': 0.29; 'necessary,': 0.29; 'thus,': 0.29; 'writes:': 0.29; 'install': 0.29; 'window': 0.30; 'could': 0.32; 'page.': 0.33; 'to:addr:python-list': 0.33; 'changed': 0.34; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'method': 0.36; 'should': 0.36; 'charset:us- ascii': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'easily': 0.39; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'think': 0.40; 'subject:, ': 0.61; 'details': 0.63; 'information': 0.63; 'making': 0.64; 'integrated': 0.66; 'received:217': 0.68; 'carefully': 0.71; 'whereby': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dieter Maurer Subject: Re: PyPI question, or, maybe I'm just stupid Date: Mon, 30 Jul 2012 11:20:58 +0200 References: <5015d8d4$0$11120$c3e8da3@news.astraweb.com> <5015E2DD.2050209@gonnerman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gmane-NNTP-Posting-Host: pd9e08fb7.dip0.t-ipconnect.de User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) Cancel-Lock: sha1:wEshPqa8v8HlyFuBcET40GCncT8= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343640070 news.xs4all.nl 6963 [2001:888:2000:d::a6]:53812 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26237 Chris Gonnerman writes: > I've been making some minor updates to the PollyReports module I > announced a while back, and I've noticed that when I upload it to > PyPI, my changelog (CHANGES.txt) doesn't appear to be integrated into > the site at all. Do I have to put the changes into the README, or > have I missed something here? It seems that there should be some > automatic method whereby PyPI users could easily see what I've changed > without downloading it first. "CHANGES.txt" is not automatically presented. If necessary, you must integrate it into the "long description". However, personally, I am not interested in all the details (typically found in "CHANGES.txt") but some (often implicit) information is sufficient for me: something like "major API change", "minor bug fixes". Thus, think carefully what you put on the overview page. I find it very stupid to see several window scrolls of changes for a package but to learn how to install the package, I have to download its source...