Next | Query returned 36 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2019-06-14 06:54:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mako: updated to 1.0.12

1.0.12
[bug] [py3k]
Fixed regression where import refactors in Mako 1.0.11 caused broken imports on \ 
Python 3.8.

1.0.11
[change]
Updated for additional project metadata in setup.py. Additionally, the code has \ 
been reformatted using Black and zimports.

1.0.10
[bug] [py3k]
Added a default encoding of “utf-8” when the RichTraceback object retrieves \ 
Python source lines from a Python traceback; as these are bytes in Python 3 they \ 
need to be decoded so that they can be formatted in the template.
   2019-04-16 09:18:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-mako: updated to 1.0.9

1.0.9:
Further corrected the previous fix for 287 as it relied upon an attribute that \ 
is monkeypatched by Python’s ast module for some reason, which fails if ast \ 
hasn’t been imported; the correct attribute Constant.value is now used. Also \ 
note the issue was mis-numbered in the previous changelog note.
   2019-03-21 15:18:07 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-mako: updated to 1.0.8

1.0.8
[bug] Fixed an element in the AST Python generator which changed for Python 3.8, \ 
causing expression generation to fail.
[feature] Added --output-encoding flag to the mako-render script. Pull request \ 
courtesy lacsaP.
[bug] Removed unnecessary “usage” prefix from mako-render script. Pull \ 
request courtesy Hugo.
   2017-07-26 19:10:15 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
1.0.7
[bug] Changed the “print” in the mako-render command to \ 
sys.stdout.write(), avoiding the extra newline at the end of the template \ 
output.
   2016-08-21 12:53:17 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove incorrect mastersite.
   2016-08-18 16:53:24 by Richard PALO | Files touched by this commit (3) | Package updated
Log message:
update to Mako-1.0.4

.. changelog::
    :version: 1.0.4
    :released: Thu Mar 10 2016

    .. change::
        :tags: feature, test

      The default test runner is now py.test.  Running "python setup.py \ 
test"
      will make use of py.test instead of nose.  nose still works as a test
      runner as well, however.

    .. change::
        :tags: bug, lexer
        :pullreq: github:19

      Major improvements to lexing of intricate Python sections which may
      contain complex backslash sequences, as well as support for the bitwise
      operator (e.g. pipe symbol) inside of expression sections distinct
      from the Mako "filter" operator, provided the operator is enclosed
      within parentheses or brackets.  Pull request courtesy Daniel Martin.

    .. change::
        :tags: feature
        :pullreq: bitbucket:16

      Added new method :meth:`.Template.list_defs`.   Pull request courtesy
      Jonathan Vanasco.

.. changelog::
    :version: 1.0.3
    :released: Tue Oct 27 2015

    .. change::
        :tags: bug, babel
        :pullreq: bitbucket:21

      Fixed an issue where the Babel plugin would not handle a translation
      symbol that contained non-ascii characters.  Pull request courtesy
      Roman Imankulov.

.. changelog::
    :version: 1.0.2
    :released: Wed Aug 26 2015

    .. change::
        :tags: bug, installation
        :tickets: 249

      The "universal wheel" marker is removed from setup.cfg, because
      our setup.py currently makes use of conditional dependencies.
      In :ticket:`249`, the discussion is ongoing on how to correct our
      setup.cfg / setup.py fully so that we can handle the per-version
      dependency changes while still maintaining optimal wheel settings,
      so this issue is not yet fully resolved.

    .. change::
        :tags: bug, py3k
        :tickets: 250

      Repair some calls within the ast module that no longer work on Python3.5;
      additionally replace the use of ``inspect.getargspec()`` under
      Python 3 (seems to be called from the TG plugin) to avoid deprecation
      warnings.

    .. change::
        :tags: bug
        :pullreq: bitbucket:18

      Update the Lingua translation extraction plugin to correctly
      handle templates mixing Python control statements (such as if,
      for and while) with template fragments. Pull request courtesy
      Laurent Daverio.

    .. change::
        :tags: feature
        :tickets: 236

      Added ``STOP_RENDERING`` keyword for returning/exiting from a
      template early, which is a synonym for an empty string ``""``.
      Previously, the docs suggested a bare
      ``return``, but this could cause ``None`` to appear in the
      rendered template result.

      .. seealso::

        :ref:`syntax_exiting_early`
   2016-06-08 23:33:18 by Mark Davies | Files touched by this commit (1)
Log message:
Fix MASTER_SITES
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

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-07-15 20:04:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
Update PLIST for Mako-1.0.1.

Next | Query returned 36 messages, browsing 21 to 30 | Previous