2020-02-11 18:26:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bottle: updated to 0.12.18
0.12.18:
Unknown changes
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-07-03 21:52:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bottle: updated to 0.12.17
0.12.17:
Bug fixes.
|
2018-12-22 23:48:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bottle: updated to 0.12.16
0.12.16:
Bug fixes.
|
2018-12-13 12:03:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-bottle: updated to 0.12.15
0.12.15:
Bug fixes
|
2018-11-30 13:23:34 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-bottle: updated to 0.12.14
0.12.14:
Bug fixes
|
2017-09-27 22:29:51 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-bottle: update to 0.12.13
0.12.13:
Bug fixes.
|
2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-04 03:47:43 by Alistair G. Crooks | Files touched by this commit (758) |
Log message:
Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-09-06 16:47:27 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.12.7
Upstream changes:
RELEASE 0.12
New SimpleTemplate parser implementation * Support for multi-line code blocks \
(<% ... %>). * The keywords include and rebase are functions now and can \
accept variable template names.
The new BaseRequest.route() property returns the Route that originally matched \
the request.
Removed the BaseRequest.MAX_PARAMS limit. The hash collision bug in CPythons \
dict() implementation was fixed over a year ago. If you are still using Python \
2.5 in production, consider upgrading or at least make sure that you get \
security fixed from your distributor.
New ConfigDict API (see Configuration (DRAFT))
|