pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-falcon



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 22 05:53:05 UTC 2017

Modified Files:
        pkgsrc/devel/py-falcon: Makefile PLIST distinfo

Log Message:
py-falcon: updated to 1.3.0

Changelog for Falcon 1.3.0

Changes to Supported Platforms
- CPython 3.6 is now fully supported.
- Falcon appears to work well on PyPy3.5, but we are waiting until
  that platform is out of beta before officially supporting it.
- Support for both CPython 2.6 and Jython 2.7 is now deprecated and
  will be discontinued in Falcon 2.0.

New & Improved
- We added built-in resource representation serialization and
  deserialization, including input validation based on JSON Schema.
  (See also: :ref:`Media <media>`)
- URI template field converters are now supported. We expect to expand
  this feature over time. (See also:
  :ref:`Field Converters <routing_field_converters>`)
- A new method, :meth:`~.Request.get_param_as_datetime`, was added to
  :class:`~.Request`.
- A number of attributes were added to :class:`~.Request` to
  make proxy information easier to consume. These include the
  :attr:`~.Request.forwarded`, :attr:`~.Request.forwarded_uri`,
  :attr:`~.Request.forwarded_scheme`, :attr:`~.Request.forwarded_host`,
  and :attr:`~.Request.forwarded_prefix` attributes. The
  :attr:`~.Request.prefix` attribute was also added as part of this
  work.
- A :attr:`~.Request.referer` attribute was added to
  :class:`~.Request`.
- We implemented ``__repr__()`` for :class:`~.Request`,
  :class:`~.Response`, and :class:`~.HTTPError` to aid in
  debugging.
- A number of Internet media type constants were defined to make it
  easier to check and set content type headers. (See also:
  :ref:`Media Type Constants <media_type_constants>`)
- Several new 5xx error classes were implemented. (See also:
  :ref:`Error Handling <errors>`)

Fixed
- If even a single cookie in the request to the server is malformed,
  none of the cookies will be parsed (all-or-nothing). Change the
  parser to simply skip bad cookies (best-effort).
- :class:`~.API` instances are not pickleable. Modify the default router
  to fix this.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-falcon/Makefile \
    pkgsrc/devel/py-falcon/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-falcon/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-falcon/Makefile
diff -u pkgsrc/devel/py-falcon/Makefile:1.2 pkgsrc/devel/py-falcon/Makefile:1.3
--- pkgsrc/devel/py-falcon/Makefile:1.2 Sun May 21 06:54:13 2017
+++ pkgsrc/devel/py-falcon/Makefile     Fri Dec 22 05:53:05 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/05/21 06:54:13 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/22 05:53:05 adam Exp $
 
-DISTNAME=      falcon-1.2.0
+DISTNAME=      falcon-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/falcon/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,9 +13,7 @@ LICENSE=      apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
 DEPENDS+=      ${PYPKGPREFIX}-python-mimeparse>=1.5.2:../../www/py-python-mimeparse
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
-
 # TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-ddt-[0-9]*:../../devel/py-ddt
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
@@ -23,10 +21,9 @@ BUILD_DEPENDS+=      ${PYPKGPREFIX}-testtools
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 post-install:
-       ${MV} ${DESTDIR}${PREFIX}/bin/falcon-bench \
-               ${DESTDIR}${PREFIX}/bin/falcon-bench-${PYVERSSUFFIX} || ${TRUE}
-       ${MV} ${DESTDIR}${PREFIX}/bin/falcon-print-routes \
-               ${DESTDIR}${PREFIX}/bin/falcon-print-routes-${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} falcon-bench falcon-bench-${PYVERSSUFFIX} && \
+       ${MV} falcon-print-routes falcon-print-routes-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-falcon/distinfo
diff -u pkgsrc/devel/py-falcon/distinfo:1.2 pkgsrc/devel/py-falcon/distinfo:1.3
--- pkgsrc/devel/py-falcon/distinfo:1.2 Sun May 21 06:54:13 2017
+++ pkgsrc/devel/py-falcon/distinfo     Fri Dec 22 05:53:05 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/05/21 06:54:13 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/12/22 05:53:05 adam Exp $
 
-SHA1 (falcon-1.2.0.tar.gz) = 153afb5c9d0291899dca8a84dec15fd799bb8b0c
-RMD160 (falcon-1.2.0.tar.gz) = 932e5597f39d9022e390dcd59c55ab1a1fbac2ce
-SHA512 (falcon-1.2.0.tar.gz) = 7a73bc01e4babddce67d4eb076dd9cc79a9a900b7c2a15655389eebe269fcbf19502ac6be528c1046d2f0ed793ee593508d61132b3c40106075e0aa1839a347e
-Size (falcon-1.2.0.tar.gz) = 316490 bytes
+SHA1 (falcon-1.3.0.tar.gz) = d3c2b2ac1c535d77e00a5a3c95088c3897f7970c
+RMD160 (falcon-1.3.0.tar.gz) = e7f177be5026cb59e5cf43446735a9780abd9cda
+SHA512 (falcon-1.3.0.tar.gz) = a47abcb3c30690e1db4a282658b0a66d3cc188caefd2acac0ead55b5822c99c4b56643ba5fc18e2d89a12973e695e4c6bd1f1ee56ddc62c1f4c169198cc45387
+Size (falcon-1.3.0.tar.gz) = 349059 bytes

Index: pkgsrc/devel/py-falcon/PLIST
diff -u pkgsrc/devel/py-falcon/PLIST:1.1 pkgsrc/devel/py-falcon/PLIST:1.2
--- pkgsrc/devel/py-falcon/PLIST:1.1    Tue Apr 25 20:55:35 2017
+++ pkgsrc/devel/py-falcon/PLIST        Fri Dec 22 05:53:05 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/25 20:55:35 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/12/22 05:53:05 adam Exp $
 bin/falcon-bench-${PYVERSSUFFIX}
 bin/falcon-print-routes-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -9,188 +9,256 @@ ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/falcon/__init__.py
-${PYSITELIB}/falcon/__init__.pyo
 ${PYSITELIB}/falcon/__init__.pyc
-${PYSITELIB}/falcon/api.pyo
-${PYSITELIB}/falcon/api.pyc
-${PYSITELIB}/falcon/api_helpers.pyo
-${PYSITELIB}/falcon/api_helpers.pyc
-${PYSITELIB}/falcon/errors.pyo
-${PYSITELIB}/falcon/errors.pyc
-${PYSITELIB}/falcon/hooks.pyo
-${PYSITELIB}/falcon/hooks.pyc
-${PYSITELIB}/falcon/http_error.pyo
-${PYSITELIB}/falcon/http_error.pyc
-${PYSITELIB}/falcon/http_status.pyo
-${PYSITELIB}/falcon/http_status.pyc
-${PYSITELIB}/falcon/redirects.pyo
-${PYSITELIB}/falcon/redirects.pyc
-${PYSITELIB}/falcon/request.pyo
-${PYSITELIB}/falcon/request.pyc
-${PYSITELIB}/falcon/request_helpers.pyo
-${PYSITELIB}/falcon/request_helpers.pyc
-${PYSITELIB}/falcon/responders.pyo
-${PYSITELIB}/falcon/responders.pyc
-${PYSITELIB}/falcon/response.pyo
-${PYSITELIB}/falcon/response.pyc
-${PYSITELIB}/falcon/response_helpers.pyo
-${PYSITELIB}/falcon/response_helpers.pyc
-${PYSITELIB}/falcon/status_codes.pyo
-${PYSITELIB}/falcon/status_codes.pyc
-${PYSITELIB}/falcon/uri.pyo
-${PYSITELIB}/falcon/uri.pyc
-${PYSITELIB}/falcon/version.pyo
-${PYSITELIB}/falcon/version.pyc
+${PYSITELIB}/falcon/__init__.pyo
 ${PYSITELIB}/falcon/api.py
+${PYSITELIB}/falcon/api.pyc
+${PYSITELIB}/falcon/api.pyo
 ${PYSITELIB}/falcon/api.so
 ${PYSITELIB}/falcon/api_helpers.py
+${PYSITELIB}/falcon/api_helpers.pyc
+${PYSITELIB}/falcon/api_helpers.pyo
 ${PYSITELIB}/falcon/api_helpers.so
 ${PYSITELIB}/falcon/bench/__init__.py
-${PYSITELIB}/falcon/bench/__init__.pyo
 ${PYSITELIB}/falcon/bench/__init__.pyc
-${PYSITELIB}/falcon/bench/bench.pyo
-${PYSITELIB}/falcon/bench/bench.pyc
-${PYSITELIB}/falcon/bench/create.pyo
-${PYSITELIB}/falcon/bench/create.pyc
+${PYSITELIB}/falcon/bench/__init__.pyo
 ${PYSITELIB}/falcon/bench/bench.py
+${PYSITELIB}/falcon/bench/bench.pyc
+${PYSITELIB}/falcon/bench/bench.pyo
 ${PYSITELIB}/falcon/bench/create.py
+${PYSITELIB}/falcon/bench/create.pyc
+${PYSITELIB}/falcon/bench/create.pyo
+${PYSITELIB}/falcon/bench/dj/__init__.py
+${PYSITELIB}/falcon/bench/dj/__init__.pyc
+${PYSITELIB}/falcon/bench/dj/__init__.pyo
+${PYSITELIB}/falcon/bench/dj/dj/__init__.py
+${PYSITELIB}/falcon/bench/dj/dj/__init__.pyc
+${PYSITELIB}/falcon/bench/dj/dj/__init__.pyo
+${PYSITELIB}/falcon/bench/dj/dj/settings.py
+${PYSITELIB}/falcon/bench/dj/dj/settings.pyc
+${PYSITELIB}/falcon/bench/dj/dj/settings.pyo
+${PYSITELIB}/falcon/bench/dj/dj/urls.py
+${PYSITELIB}/falcon/bench/dj/dj/urls.pyc
+${PYSITELIB}/falcon/bench/dj/dj/urls.pyo
+${PYSITELIB}/falcon/bench/dj/dj/wsgi.py
+${PYSITELIB}/falcon/bench/dj/dj/wsgi.pyc
+${PYSITELIB}/falcon/bench/dj/dj/wsgi.pyo
+${PYSITELIB}/falcon/bench/dj/hello/__init__.py
+${PYSITELIB}/falcon/bench/dj/hello/__init__.pyc
+${PYSITELIB}/falcon/bench/dj/hello/__init__.pyo
+${PYSITELIB}/falcon/bench/dj/hello/admin.py
+${PYSITELIB}/falcon/bench/dj/hello/admin.pyc
+${PYSITELIB}/falcon/bench/dj/hello/admin.pyo
+${PYSITELIB}/falcon/bench/dj/hello/apps.py
+${PYSITELIB}/falcon/bench/dj/hello/apps.pyc
+${PYSITELIB}/falcon/bench/dj/hello/apps.pyo
+${PYSITELIB}/falcon/bench/dj/hello/migrations/__init__.py
+${PYSITELIB}/falcon/bench/dj/hello/migrations/__init__.pyc
+${PYSITELIB}/falcon/bench/dj/hello/migrations/__init__.pyo
+${PYSITELIB}/falcon/bench/dj/hello/models.py
+${PYSITELIB}/falcon/bench/dj/hello/models.pyc
+${PYSITELIB}/falcon/bench/dj/hello/models.pyo
+${PYSITELIB}/falcon/bench/dj/hello/tests.py
+${PYSITELIB}/falcon/bench/dj/hello/tests.pyc
+${PYSITELIB}/falcon/bench/dj/hello/tests.pyo
+${PYSITELIB}/falcon/bench/dj/hello/views.py
+${PYSITELIB}/falcon/bench/dj/hello/views.pyc
+${PYSITELIB}/falcon/bench/dj/hello/views.pyo
+${PYSITELIB}/falcon/bench/dj/manage.py
+${PYSITELIB}/falcon/bench/dj/manage.pyc
+${PYSITELIB}/falcon/bench/dj/manage.pyo
 ${PYSITELIB}/falcon/bench/nuts/__init__.py
-${PYSITELIB}/falcon/bench/nuts/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/__init__.pyc
-${PYSITELIB}/falcon/bench/nuts/config.pyo
-${PYSITELIB}/falcon/bench/nuts/config.pyc
-${PYSITELIB}/falcon/bench/nuts/setup.pyo
-${PYSITELIB}/falcon/bench/nuts/setup.pyc
+${PYSITELIB}/falcon/bench/nuts/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/config.py
+${PYSITELIB}/falcon/bench/nuts/config.pyc
+${PYSITELIB}/falcon/bench/nuts/config.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/__init__.py
-${PYSITELIB}/falcon/bench/nuts/nuts/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/__init__.pyc
-${PYSITELIB}/falcon/bench/nuts/nuts/app.pyo
-${PYSITELIB}/falcon/bench/nuts/nuts/app.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/app.py
+${PYSITELIB}/falcon/bench/nuts/nuts/app.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/app.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/controllers/__init__.py
-${PYSITELIB}/falcon/bench/nuts/nuts/controllers/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/controllers/__init__.pyc
-${PYSITELIB}/falcon/bench/nuts/nuts/controllers/root.pyo
-${PYSITELIB}/falcon/bench/nuts/nuts/controllers/root.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/controllers/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/controllers/root.py
+${PYSITELIB}/falcon/bench/nuts/nuts/controllers/root.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/controllers/root.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/model/__init__.py
-${PYSITELIB}/falcon/bench/nuts/nuts/model/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/model/__init__.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/model/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/tests/__init__.py
-${PYSITELIB}/falcon/bench/nuts/nuts/tests/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/tests/__init__.pyc
-${PYSITELIB}/falcon/bench/nuts/nuts/tests/config.pyo
-${PYSITELIB}/falcon/bench/nuts/nuts/tests/config.pyc
-${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_functional.pyo
-${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_functional.pyc
-${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_units.pyo
-${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_units.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/tests/__init__.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/tests/config.py
+${PYSITELIB}/falcon/bench/nuts/nuts/tests/config.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/tests/config.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_functional.py
+${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_functional.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_functional.pyo
 ${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_units.py
+${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_units.pyc
+${PYSITELIB}/falcon/bench/nuts/nuts/tests/test_units.pyo
 ${PYSITELIB}/falcon/bench/nuts/setup.py
+${PYSITELIB}/falcon/bench/nuts/setup.pyc
+${PYSITELIB}/falcon/bench/nuts/setup.pyo
 ${PYSITELIB}/falcon/bench/queues/__init__.py
-${PYSITELIB}/falcon/bench/queues/__init__.pyo
 ${PYSITELIB}/falcon/bench/queues/__init__.pyc
-${PYSITELIB}/falcon/bench/queues/api.pyo
-${PYSITELIB}/falcon/bench/queues/api.pyc
-${PYSITELIB}/falcon/bench/queues/claims.pyo
-${PYSITELIB}/falcon/bench/queues/claims.pyc
-${PYSITELIB}/falcon/bench/queues/messages.pyo
-${PYSITELIB}/falcon/bench/queues/messages.pyc
-${PYSITELIB}/falcon/bench/queues/queues.pyo
-${PYSITELIB}/falcon/bench/queues/queues.pyc
-${PYSITELIB}/falcon/bench/queues/stats.pyo
-${PYSITELIB}/falcon/bench/queues/stats.pyc
+${PYSITELIB}/falcon/bench/queues/__init__.pyo
 ${PYSITELIB}/falcon/bench/queues/api.py
+${PYSITELIB}/falcon/bench/queues/api.pyc
+${PYSITELIB}/falcon/bench/queues/api.pyo
 ${PYSITELIB}/falcon/bench/queues/claims.py
+${PYSITELIB}/falcon/bench/queues/claims.pyc
+${PYSITELIB}/falcon/bench/queues/claims.pyo
 ${PYSITELIB}/falcon/bench/queues/messages.py
+${PYSITELIB}/falcon/bench/queues/messages.pyc
+${PYSITELIB}/falcon/bench/queues/messages.pyo
 ${PYSITELIB}/falcon/bench/queues/queues.py
+${PYSITELIB}/falcon/bench/queues/queues.pyc
+${PYSITELIB}/falcon/bench/queues/queues.pyo
 ${PYSITELIB}/falcon/bench/queues/stats.py
+${PYSITELIB}/falcon/bench/queues/stats.pyc
+${PYSITELIB}/falcon/bench/queues/stats.pyo
 ${PYSITELIB}/falcon/cmd/__init__.py
-${PYSITELIB}/falcon/cmd/__init__.pyo
 ${PYSITELIB}/falcon/cmd/__init__.pyc
-${PYSITELIB}/falcon/cmd/bench.pyo
-${PYSITELIB}/falcon/cmd/bench.pyc
-${PYSITELIB}/falcon/cmd/print_routes.pyo
-${PYSITELIB}/falcon/cmd/print_routes.pyc
+${PYSITELIB}/falcon/cmd/__init__.pyo
 ${PYSITELIB}/falcon/cmd/bench.py
+${PYSITELIB}/falcon/cmd/bench.pyc
+${PYSITELIB}/falcon/cmd/bench.pyo
 ${PYSITELIB}/falcon/cmd/print_routes.py
+${PYSITELIB}/falcon/cmd/print_routes.pyc
+${PYSITELIB}/falcon/cmd/print_routes.pyo
+${PYSITELIB}/falcon/constants.py
+${PYSITELIB}/falcon/constants.pyc
+${PYSITELIB}/falcon/constants.pyo
+${PYSITELIB}/falcon/constants.so
 ${PYSITELIB}/falcon/errors.py
+${PYSITELIB}/falcon/errors.pyc
+${PYSITELIB}/falcon/errors.pyo
 ${PYSITELIB}/falcon/errors.so
 ${PYSITELIB}/falcon/hooks.py
+${PYSITELIB}/falcon/hooks.pyc
+${PYSITELIB}/falcon/hooks.pyo
 ${PYSITELIB}/falcon/hooks.so
 ${PYSITELIB}/falcon/http_error.py
+${PYSITELIB}/falcon/http_error.pyc
+${PYSITELIB}/falcon/http_error.pyo
 ${PYSITELIB}/falcon/http_error.so
 ${PYSITELIB}/falcon/http_status.py
+${PYSITELIB}/falcon/http_status.pyc
+${PYSITELIB}/falcon/http_status.pyo
 ${PYSITELIB}/falcon/http_status.so
+${PYSITELIB}/falcon/media/__init__.py
+${PYSITELIB}/falcon/media/__init__.pyc
+${PYSITELIB}/falcon/media/__init__.pyo
+${PYSITELIB}/falcon/media/base.py
+${PYSITELIB}/falcon/media/base.pyc
+${PYSITELIB}/falcon/media/base.pyo
+${PYSITELIB}/falcon/media/handlers.py
+${PYSITELIB}/falcon/media/handlers.pyc
+${PYSITELIB}/falcon/media/handlers.pyo
+${PYSITELIB}/falcon/media/json.py
+${PYSITELIB}/falcon/media/json.pyc
+${PYSITELIB}/falcon/media/json.pyo
+${PYSITELIB}/falcon/media/msgpack.py
+${PYSITELIB}/falcon/media/msgpack.pyc
+${PYSITELIB}/falcon/media/msgpack.pyo
+${PYSITELIB}/falcon/media/validators/__init__.py
+${PYSITELIB}/falcon/media/validators/__init__.pyc
+${PYSITELIB}/falcon/media/validators/__init__.pyo
+${PYSITELIB}/falcon/media/validators/jsonschema.py
+${PYSITELIB}/falcon/media/validators/jsonschema.pyc
+${PYSITELIB}/falcon/media/validators/jsonschema.pyo
 ${PYSITELIB}/falcon/redirects.py
+${PYSITELIB}/falcon/redirects.pyc
+${PYSITELIB}/falcon/redirects.pyo
 ${PYSITELIB}/falcon/redirects.so
 ${PYSITELIB}/falcon/request.py
+${PYSITELIB}/falcon/request.pyc
+${PYSITELIB}/falcon/request.pyo
 ${PYSITELIB}/falcon/request.so
 ${PYSITELIB}/falcon/request_helpers.py
+${PYSITELIB}/falcon/request_helpers.pyc
+${PYSITELIB}/falcon/request_helpers.pyo
 ${PYSITELIB}/falcon/request_helpers.so
 ${PYSITELIB}/falcon/responders.py
+${PYSITELIB}/falcon/responders.pyc
+${PYSITELIB}/falcon/responders.pyo
 ${PYSITELIB}/falcon/responders.so
 ${PYSITELIB}/falcon/response.py
+${PYSITELIB}/falcon/response.pyc
+${PYSITELIB}/falcon/response.pyo
 ${PYSITELIB}/falcon/response.so
 ${PYSITELIB}/falcon/response_helpers.py
+${PYSITELIB}/falcon/response_helpers.pyc
+${PYSITELIB}/falcon/response_helpers.pyo
 ${PYSITELIB}/falcon/response_helpers.so
 ${PYSITELIB}/falcon/routing/__init__.py
-${PYSITELIB}/falcon/routing/__init__.pyo
 ${PYSITELIB}/falcon/routing/__init__.pyc
-${PYSITELIB}/falcon/routing/compiled.pyo
-${PYSITELIB}/falcon/routing/compiled.pyc
-${PYSITELIB}/falcon/routing/util.pyo
-${PYSITELIB}/falcon/routing/util.pyc
+${PYSITELIB}/falcon/routing/__init__.pyo
 ${PYSITELIB}/falcon/routing/compiled.py
+${PYSITELIB}/falcon/routing/compiled.pyc
+${PYSITELIB}/falcon/routing/compiled.pyo
 ${PYSITELIB}/falcon/routing/compiled.so
+${PYSITELIB}/falcon/routing/converters.py
+${PYSITELIB}/falcon/routing/converters.pyc
+${PYSITELIB}/falcon/routing/converters.pyo
+${PYSITELIB}/falcon/routing/converters.so
 ${PYSITELIB}/falcon/routing/util.py
+${PYSITELIB}/falcon/routing/util.pyc
+${PYSITELIB}/falcon/routing/util.pyo
 ${PYSITELIB}/falcon/routing/util.so
 ${PYSITELIB}/falcon/status_codes.py
+${PYSITELIB}/falcon/status_codes.pyc
+${PYSITELIB}/falcon/status_codes.pyo
 ${PYSITELIB}/falcon/status_codes.so
 ${PYSITELIB}/falcon/testing/__init__.py
-${PYSITELIB}/falcon/testing/__init__.pyo
 ${PYSITELIB}/falcon/testing/__init__.pyc
-${PYSITELIB}/falcon/testing/base.pyo
-${PYSITELIB}/falcon/testing/base.pyc
-${PYSITELIB}/falcon/testing/client.pyo
-${PYSITELIB}/falcon/testing/client.pyc
-${PYSITELIB}/falcon/testing/helpers.pyo
-${PYSITELIB}/falcon/testing/helpers.pyc
-${PYSITELIB}/falcon/testing/resource.pyo
-${PYSITELIB}/falcon/testing/resource.pyc
-${PYSITELIB}/falcon/testing/srmock.pyo
-${PYSITELIB}/falcon/testing/srmock.pyc
-${PYSITELIB}/falcon/testing/test_case.pyo
-${PYSITELIB}/falcon/testing/test_case.pyc
+${PYSITELIB}/falcon/testing/__init__.pyo
 ${PYSITELIB}/falcon/testing/base.py
+${PYSITELIB}/falcon/testing/base.pyc
+${PYSITELIB}/falcon/testing/base.pyo
 ${PYSITELIB}/falcon/testing/client.py
+${PYSITELIB}/falcon/testing/client.pyc
+${PYSITELIB}/falcon/testing/client.pyo
 ${PYSITELIB}/falcon/testing/helpers.py
+${PYSITELIB}/falcon/testing/helpers.pyc
+${PYSITELIB}/falcon/testing/helpers.pyo
 ${PYSITELIB}/falcon/testing/resource.py
+${PYSITELIB}/falcon/testing/resource.pyc
+${PYSITELIB}/falcon/testing/resource.pyo
 ${PYSITELIB}/falcon/testing/srmock.py
+${PYSITELIB}/falcon/testing/srmock.pyc
+${PYSITELIB}/falcon/testing/srmock.pyo
 ${PYSITELIB}/falcon/testing/test_case.py
+${PYSITELIB}/falcon/testing/test_case.pyc
+${PYSITELIB}/falcon/testing/test_case.pyo
 ${PYSITELIB}/falcon/uri.py
+${PYSITELIB}/falcon/uri.pyc
+${PYSITELIB}/falcon/uri.pyo
 ${PYSITELIB}/falcon/uri.so
 ${PYSITELIB}/falcon/util/__init__.py
-${PYSITELIB}/falcon/util/__init__.pyo
 ${PYSITELIB}/falcon/util/__init__.pyc
-${PYSITELIB}/falcon/util/misc.pyo
-${PYSITELIB}/falcon/util/misc.pyc
-${PYSITELIB}/falcon/util/structures.pyo
-${PYSITELIB}/falcon/util/structures.pyc
-${PYSITELIB}/falcon/util/time.pyo
-${PYSITELIB}/falcon/util/time.pyc
-${PYSITELIB}/falcon/util/uri.pyo
-${PYSITELIB}/falcon/util/uri.pyc
+${PYSITELIB}/falcon/util/__init__.pyo
 ${PYSITELIB}/falcon/util/misc.py
+${PYSITELIB}/falcon/util/misc.pyc
+${PYSITELIB}/falcon/util/misc.pyo
 ${PYSITELIB}/falcon/util/misc.so
 ${PYSITELIB}/falcon/util/structures.py
+${PYSITELIB}/falcon/util/structures.pyc
+${PYSITELIB}/falcon/util/structures.pyo
 ${PYSITELIB}/falcon/util/structures.so
 ${PYSITELIB}/falcon/util/time.py
+${PYSITELIB}/falcon/util/time.pyc
+${PYSITELIB}/falcon/util/time.pyo
 ${PYSITELIB}/falcon/util/time.so
 ${PYSITELIB}/falcon/util/uri.py
+${PYSITELIB}/falcon/util/uri.pyc
+${PYSITELIB}/falcon/util/uri.pyo
 ${PYSITELIB}/falcon/util/uri.so
 ${PYSITELIB}/falcon/version.py
+${PYSITELIB}/falcon/version.pyc
+${PYSITELIB}/falcon/version.pyo
 ${PYSITELIB}/falcon/version.so



Home | Main Index | Thread Index | Old Index