Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Update package_urls to release_urls as specified in http://wi…
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jun 25, 2010
1 parent f6e97d1 commit 9593e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
0.4 - unreleased
----------------

- Update ``package_urls`` to ``release_urls`` as specified in
http://wiki.python.org/moin/PyPiXmlRpc.

0.3 - 2010-06-13
----------------
Expand Down
2 changes: 1 addition & 1 deletion zope/z2release/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def write_index(package, version, dirname):

fp = file(index_html, 'w')
print >>fp, '<html><body>'
lst = server.package_urls(package, version)
lst = server.release_urls(package, version)
if lst:
# package hosted on PyPI
for d in lst:
Expand Down

0 comments on commit 9593e83

Please sign in to comment.