Skip to content

Releases: sarnold/pystache

Release v0.6.0

04 Mar 21:14
0.6.0
Compare
Choose a tag to compare

0.6.0 (2021-03-04)

Changes

  • Update tox default env to run all (non-spec) tests. [Stephen L Arnold]
  • Bump spec versions to latest => v1.1.3. [Stephen L Arnold]
  • Just one more thin little (minty) doc update... [Stephen L Arnold]
  • Update setup_description.rst for release. [Stephen L Arnold]
  • Update readme for python/tox changes. [Stephen L Arnold]
  • Run doc builds on linux only. [Stephen L Arnold]

Fixes

  • Use correct pandoc command for clean rst, update docs. [Stephen L Arnold]
  • Update readme/doctests and nose cfg, then run them. [Stephen L Arnold]
  • Remove useless import, add bench to tox env, correct typo. [Stephen L Arnold]
  • Remove a bit of superfluous python 2 support. [Stephen L Arnold]
  • Make sure tests work on windows, bump dev version. [Stephen L Arnold]
  • Remove superfluous setup test. [Stephen L Arnold]
  • Add pep8speaks cfg, cleanup warnings, use correct env. [Stephen L Arnold]
  • Update unicode conversion test for py3-only. [Stephen L Arnold]

Other

  • Disable docs in ci until github finds its pants. [Stephen L Arnold]
  • Set hard ubuntu version (workaround for weird github error) [Stephen L Arnold]
  • Needs newer pandoc (only available on focal) [Stephen L Arnold]
  • Set version for release => 0.6.0. [Stephen L Arnold]

Release v0.5.6

28 Feb 18:31
0.5.6
Compare
Choose a tag to compare

0.5.6 (2021-02-28)

New

  • Extend ci, add release workflow (#2) [Steve Arnold]

    • update/add ci workflows and tox cfg, bump to next dev0 version
    • add install check/test of downloaded wheel
    • cleanup some old py2 cruft !minor

Other

  • Bump version for release and update history file. [Stephen L Arnold]

Release v0.5.5

16 Dec 21:50
0.5.5
Compare
Choose a tag to compare

0.5.5 (2020-12-16)

Other

  • Fix document processing, update pandoc args and history.
  • Add release.yml to CI, test env settings.
  • Add post-test steps for building pkgs with/without doc updates.
  • Add CI build check and fix MANIFEST.in pruning.
  • Basic PEP-compliant package conversion (keep setup.py mainly as-is)

Patch release for modern Pythons with test/windows fixes

16 Dec 17:17
0.5.4-2
Compare
Choose a tag to compare
  • test_specloader.py: fix test_find__with_directory on other OSs
  • pystache/loader.py: remove stray windows line-endings
  • modernize python versions (keep py27) and fix spec_test load cmd
  • fix crufty (and insecure) http urls
  • migrate CI to github actions