Pyramid

Latest version: v2.0.2

Safety actively analyzes 638646 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 28 of 30

0.3.3

==================

- Fix generated test.py module to use project name rather than package
name.

0.3.2

==================

- Remove ``sampleapp`` sample application from bfg package itself.

- Remove dependency on FormEncode (only needed by sampleapp).

- Fix paster template generation so that case-sensitivity is preserved for
project vs. package name.

- Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]`` extra
currently).

- Read and write a pickled ZCML actions list, stored as
``configure.zcml.cache`` next to the applications's "normal"
configuration file. A given bfg app will usually start faster if it's
able to read the pickle data. It fails gracefully to reading the real
ZCML file if it cannot read the pickle.

0.3.1

==================

- Generated application differences: ``make_app`` entry point renamed to
``app`` in order to have a different name than the bfg function of the
same name, to prevent confusion.

- Add "options" processing to bfg's ``make_app`` to support runtime
options. A new API function named ``get_options`` was added to the
registry module. This function is typically used in an application's
``app`` entry point. The Paste config file section for the app can now
supply the ``reload_templates`` option, which, if true, will prevent the
need to restart the appserver in order for ``z3c.pt`` or XSLT template
changes to be detected.

- Use only the module name in generated project's "test_suite" (run all
tests found in the package).

- Default port for generated apps changed from 5432 to 6543 (Postgres
default port is 6543).

0.3.0

==================

- Add ``get_template`` API to template module.

0.2.9

==================

0.2.8

==================

- Add ``find_model`` and ``find_root`` traversal APIs. In the process,
make ITraverser a uni-adapter (on context) rather than a multiadapter (on
context and request).

Page 28 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.