The NetBSD Project

CVS log for pkgsrc/www/py-cherrypy/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / py-cherrypy

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46 / (download) - annotate - [select for diffs], Tue Nov 7 22:38:08 2023 UTC (3 weeks, 6 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

*: latest py-sphinx only support Python 3.9+

Revision 1.45 / (download) - annotate - [select for diffs], Tue Jun 6 12:42:49 2023 UTC (5 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.44 / (download) - annotate - [select for diffs], Thu Nov 17 10:13:03 2022 UTC (12 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

py-cherrypy: update HOMEPAGE

Revision 1.43 / (download) - annotate - [select for diffs], Sun Nov 6 18:29:10 2022 UTC (12 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.42: +11 -11 lines
Diff to previous 1.42 (colored)

py-cherrypy: updated to 18.8.0

v18.8.0
-------

* :issue:`1974`: Dangerous characters received in a host header
  encoded using RFC 2047 are now elided by default. Currently,
  dangerous characters are defined as CR and LF. The original
  value is still available as ``cherrypy.request.headers['Host'].raw``
  if needed.

v18.7.0
-------

* :pr:`1923`: Drop support for Python 3.5.
* :pr:`1945`: Fixed compatibility on Python 3.11.

v18.6.1
-------

* :issue:`1849` via :pr:`1879`: Fixed XLF flag in gzip header
  emitted by gzip compression tool per
  :rfc:`1952#section-2.3.1` -- by :user:`webknjaz`.

* :issue:`1874`: Restricted depending on pywin32 only under
  CPython so that it won't get pulled-in under PyPy
  -- by :user:`webknjaz`.

* :issue:`1920`: Bumped minimum version of PyWin32 to 227.
  Block pywin32 install on Python 3.10 and later.

v18.6.0
-------

* :issue:`1776` via :pr:`1851`: Add support for UTF-8 encoded attachment
  file names in ``Content-Disposition`` header via :rfc:`6266#appendix-D`.

v18.5.0
-------

* :issue:`1827`: Fixed issue where bytes values in a ``HeaderMap``
  would be converted to strings.

* :pr:`1826`: Rely on
  `jaraco.collections <https://pypi.org/project/jaraco.collections>`_
  for its case-insensitive dictionary support.

v18.4.0
-------

* :pr:`1715`: Fixed issue in cpstats where the ``data/`` endpoint
  would fail with encoding errors on Python 3.

* :pr:`1821`: Simplify the passthrough of parameters to
  ``CPWebCase.getPage`` to cheroot. CherryPy now requires
  cheroot 8.2.1 or later.

Revision 1.42 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:29 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.41: +4 -2 lines
Diff to previous 1.41 (colored)

python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.

Revision 1.41 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:17 2022 UTC (22 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.40 / (download) - annotate - [select for diffs], Wed Sep 18 20:24:13 2019 UTC (4 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

py-cherrypy: updated to 18.2.0

v18.2.0
* File-based sessions no longer attempt to remove the lock files
  when releasing locks, instead deferring to the default behavior
  of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`.
* :pr:`1794`: Add native support for ``308 Permanent Redirect``
  usable via ``raise cherrypy.HTTPRedirect('/new_uri', 308)``.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Jul 3 19:59:47 2019 UTC (4 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.38: +5 -4 lines
Diff to previous 1.38 (colored)

py-cherrypy: updated to 18.1.2

v18.1.2
Restore a native WSGI-less HTTP server support.
Reduce log level for non-error events in win32.py

Revision 1.38 / (download) - annotate - [select for diffs], Fri Apr 26 13:14:20 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Apr 2 08:29:59 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

py-cherrypy: updated to 18.1.1

v18.1.1
* :pr:1774 reverts :pr:1759 as new evidence emerged that
  the original behavior was intentional. Re-opens :issue:1758.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Dec 10 08:59:59 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

py-cherrypy: updated to 18.1.0

v18.1.0
* In the bus, when awaiting a state change, only publish after the state has changed.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Sep 13 10:57:47 2018 UTC (5 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

py-cherrypy: updated to 18.0.1

v18.0.1
Restore support for ãàÏÃytesãàin response headers.
Substantial removal of Python 2 compatibility code.

Revision 1.34 / (download) - annotate - [select for diffs], Mon Sep 3 12:22:30 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.33: +6 -2 lines
Diff to previous 1.33 (colored)

py-cherrypy: updated to 18.0.0

v18.0.0
* Drop support for Python 2.7. CherryPy 17 will
  remain an LTS release for bug and security fixes.
* Drop support for Python 3.4.

v17.4.0
* When setting Response Body, reject Unicode
  values, making behavior on Python 2 same as on Python 3.
* Other inconsequential refactorings.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Aug 20 12:59:07 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

py-cherrypy: fix DEPENDS

Revision 1.32 / (download) - annotate - [select for diffs], Sun Aug 19 08:51:45 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

py-cherrypy: updated to 17.3.0

v17.3.0
* Rely on zc.lockfile for session concurrency support.

v17.2.0
* Prevent orphaned Event object in cached 304 response.

v17.1.0
* Add support for accepting uploaded files with non-ascii filenames per RFC 5987.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Aug 7 10:14:45 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

py-cherrypy: updated to 17.0.0

v17.0.0
CherryPy now allows namespace packages for its dependencies. Environments that cannot handle namespace packgaes like py2exe will need to add such support or pin to older CherryPy versions.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Jul 13 07:08:48 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.29: +4 -3 lines
Diff to previous 1.29 (colored)

py-cherrypy: updated to 16.0.3:

v16.0.3
* Pinned the tempora dependency against
  version 1.13 to avoid pulling in namespace packages.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jun 19 11:39:03 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

py-cherrypy: updated to 16.0.2

v16.0.2:
* :issue:1716: Fixed handling of url-encoded parameters in
  digest authentication handling, correcting regression in v14.2.0.

v16.0.1
* :issue:1719: Digest-auth tool will now return a status
  code of 401 for when a scheme other than 'digest' is
  indicated.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Jun 18 10:54:17 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

py-cherrypy: updated to 16.0.0

v16.0.0:
* :issue:1688: Removed  basic_auth and digest_auth tools and
  the httpauth module, which have been officially deprecated earlier
  in v14.0.0.
* Removed deprecated properties::
  - cherrypy._cpreqbody.Entity.type deprecated in favor of
    :py:attr:cherrypy._cpreqbody.Entity.content_type
  - cherrypy._cprequest.Request.body_params deprecated in favor of
    py:attr:cherrypy._cprequest.RequestBody.params
* :issue:1377: In _cp_native server, set req.status using bytes.
* :issue:1697: Fixed error on Python 3.7 with AutoReloader when
  __file__ is None.
* :issue:1713: Fix warning emitted during test run.
* :issue:1370: Fail with HTTP 400 for invalid headers.

Revision 1.27 / (download) - annotate - [select for diffs], Wed May 23 09:33:16 2018 UTC (5 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

py-cherrypy: updated to 15.0.0

v15.0.0
* :issue:1708: Removed components from webtest that were
  removed in the refactoring of cheroot.test.webtest for
  cheroot 6.1.0.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Apr 25 12:24:39 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

py-cherrypy: updatede to 14.2.0

v14.2.0
* :issue:1680 via :pr:1683: HTTP Basic Auth supports :rfc:7617 UTF-8
  charset decoding where possible. Uses latin1 as a fallback.

v14.1.0
* :cr-pr:37: Add support for peercreds lookup over UNIX domain socket.
  This enables app to automatically identify "who's on the other
  end of the wire".

  This is how you enable it::

    server.peercreds: True
    server.peercreds_resolve: True

  The first option will put remote numeric data to WSGI env vars:
  app's PID, user's id and group.

  Second option will resolve that into user and group names.

  To prevent expensive syscalls, data is cached on per connection
  basis.

Revision 1.25 / (download) - annotate - [select for diffs], Fri Mar 23 10:22:28 2018 UTC (5 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.24: +12 -9 lines
Diff to previous 1.24 (colored)

py-cherrypy: updated to 14.0.1

v14.0.1:
Improve windows pywin32 dependency declaration via conditional extras.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Feb 14 12:59:32 2018 UTC (5 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

py-cherrypy: updated to 14.0.0

v14.0.0

* Officially deprecated basic_auth and digest_auth
  tools and the httpauth module, triggering DeprecationWarnings
  if they're used. Applications should instead adapt to use the
  more recent auth_basic and auth_digest tools.
  This deprecated functionality will be removed in a subsequent
  release soon.
* Removed DeprecatedTool and the long-deprecated and disabled
  tidy and nsgmls tools.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 19 09:56:27 2018 UTC (5 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.22: +2 -3 lines
Diff to previous 1.22 (colored)

py-cherrypy: updated to 13.1.0

v13.1.0
CaseInsensitiveDict now re-uses the generalized functionality from jaraco.collections to provide a more complete interface for a CaseInsensitiveDict and HeaderMap.
Users are encouraged to use the implementation from jaraco.collections except when dealing with headers in CherryPy.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Nov 29 14:09:55 2017 UTC (6 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.21: +15 -9 lines
Diff to previous 1.21 (colored)

py-cherrypy: updated to 12.0.1

v12.0.1
* Fixed issues importing cherrypy.test.webtest (by creating
  a module and importing classes from cheroot) and added a
  corresponding DeprecationWarning.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 19 17:32:38 2017 UTC (6 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.20: +7 -4 lines
Diff to previous 1.20 (colored)

11.0.0:
* Dropped support for Python 2.6.

10.2.2:
* Fixed over-eager normalization of paths in cherrypy.url.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Apr 1 06:31:29 2017 UTC (6 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Changes 10.2.1:
* Remove unintended dependency on ``graphviz`` in Python 2.6.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Mar 12 18:51:01 2017 UTC (6 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

v10.2.0
-------
* CPWSGIServer.version now reported as
  ``CherryPy/x.y.z Cheroot/x.y.z``.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Feb 15 23:21:07 2017 UTC (6 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Needs py-setuptools_scm.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Feb 13 17:24:30 2017 UTC (6 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.16: +4 -5 lines
Diff to previous 1.16 (colored)

Changes 10.1.0:
* Bump to cheroot 5.1.0.
* 794: Prefer setting max-age for session cookie
  expiration, moving MSIE hack into a function
  documenting its purpose.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Sep 12 17:44:14 2016 UTC (7 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

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.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:44 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Aug 1 08:17:43 2015 UTC (8 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Changes 3.8.0:
Unknown

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 31 13:57:30 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.12: +1 -2 lines
Diff to previous 1.12 (colored)

Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 14 16:58:49 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update to 3.6.0, changes not found.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 22 09:52:54 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Update to 3.5.0: changes not found.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 4 17:12:34 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 7 19:29:21 2014 UTC (9 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Changes 3.2.5:
Bug fixes.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 12 19:24:16 2013 UTC (10 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Changes 3.2.4:
Bug-fix release.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 28 06:30:59 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 8 19:09:15 2012 UTC (11 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.5: +1 -3 lines
Diff to previous 1.5 (colored)

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.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 24 21:06:38 2011 UTC (12 years, 1 month ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 13 13:06:20 2011 UTC (12 years, 1 month ago) by dholland
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Uses perl-style if syntax and therefore doesn't work with python24.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 3 10:14:19 2011 UTC (12 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.2: +3 -4 lines
Diff to previous 1.2 (colored)

Changes 3.2.1:
* Bug fixes.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 28 09:57:05 2011 UTC (12 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

Avoid 'not allowed interpreter' error

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Apr 5 11:56:08 2011 UTC (12 years, 8 months ago) by adam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 5 11:56:08 2011 UTC (12 years, 8 months ago) by adam
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>