Commit graph

18 commits

Author SHA1 Message Date
adam
37dae0898d Changes 8.1.0:
* 1473: ``HTTPError`` now also works as a context manager.

* 1487: The sessions tool now accepts a ``storage_class``
  parameter, which supersedes the new deprecated
  ``storage_type`` parameter. The ``storage_class`` should
  be the actual Session subclass to be used.

* Releases now use ``setuptools_scm`` to track the release
  versions. Therefore, releases can be cut by simply tagging
  a commit in the repo. Versions numbers are now stored in
  exactly one place.
2016-09-12 17:44:14 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
agc
b9b754e081 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.
2015-11-04 02:46:46 +00:00
adam
564e5ae822 Changes 3.8.0:
Unknown
2015-08-01 08:17:43 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
wiz
39f02e42dc Update to 3.6.0, changes not found. 2014-09-14 16:58:49 +00:00
wiz
d239ce82de Update to 3.5.0: changes not found. 2014-07-22 09:52:54 +00:00
wiz
9fb134fdd9 Update to 3.3.0:
The CherryPy team is proud to announce the release of CherryPy
3.3.0!

After a long stable life, CherryPy 3.2 is now superseded by CherryPy
3.3. In addition to several bugs fixed, the latest release also
includes a few improvements, detailed in the Release Notes.

Beginning with this release, the CherryPy maintainers will seek to
make more frequent updates and follow semver versioning. The more
frequent releases will allow improvements and bug fixes to quickly
percolate and get frequent feedback. The semver scheme will allow
package maintainers to manage their expectations when upgrading.
We hope these changes to the release cycle will spur innovation
and reinvigorate the project.

Given that changes in this 3.3.0 release include changes going back
several years, please do upgrade with caution. If you encounter
any issues, please report those to the issue tracker.

Wishing you Voodoo-free HTTP, The CherryPy team
2014-05-04 17:12:34 +00:00
adam
77ad6de99e Changes 3.2.5:
Bug fixes.
2014-04-07 19:29:21 +00:00
wiz
9bbf7a3a32 Fix PLIST for python-3.x. 2014-01-20 11:19:09 +00:00
adam
c26fc72ee2 Changes 3.2.4:
Bug-fix release.
2013-11-12 19:24:16 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
gls
93edd3d665 Update www/py-cherrypy to 3.2.2
This version fixes a type bug in WSGI response headers, among several
others. Upgrade to be PEP-3333 compliant.
2011-10-24 21:06:38 +00:00
dholland
06bb485383 Uses perl-style if syntax and therefore doesn't work with python24. 2011-10-13 13:06:20 +00:00
adam
7dbff146b4 Changes 3.2.1:
* Bug fixes.
2011-10-03 10:14:19 +00:00
adam
3ca365354f Avoid 'not allowed interpreter' error 2011-04-28 09:57:05 +00:00
adam
6067e1e80d CherryPy allows developers to build web applications in much the same way they
would build any other object-oriented Python program. This results in smaller
source code developed in less time.

CherryPy is now more than six years old and it is has proven very fast and
stable. It is being used in production by many sites, from the simplest ones to
the most demanding ones.
2011-04-05 11:56:08 +00:00