Releases: PennyDreadfulMTG/pystache
Release v0.6.5
Release v0.6.4
v0.6.4 (2023-08-13)
Other
-
Merge pull request #23 from PennyDreadfulMTG/more-fixes. [Thomas David Baker]
Use the content-type for RST that pypi now wants
-
Use the content-type for RST that pypi now wants. [Thomas David Baker]
Release v0.6.3
v0.6.3 (2023-08-13)
New
-
Add full sphinx apidoc build, include readme/extras. [Stephen L Arnold]
- add new tox commands for 'docs' and 'docs-lint'
- cleanup link errors found by docs-lint
- add sphinx doc build workflow, update ci workflow
- remove new version var from init.py globals
Changes
-
Display repo state in docs build, include CHANGELOG. [Stephen L Arnold]
- add sphinx_git extension to docs conf and setup deps
- display branch/commit/state docs were built from
- include CHANGELOG (but not HISTORY) in docs build/toc
-
Convert readme.md to readme.rst, move extra docs. [Stephen L Arnold]
Fixes
-
Fix included filename and link cleanup. [Stephen L Arnold]
-
Remove more py2 cruft from doctesting (py3.10 warnings) [Stephen L Arnold]
-
Update maintainer info and spec test cmd. [Stephen L Arnold]
- update coverage value for delta/base, allow digits only
-
Use updated bandit action and workflow excludes (exclude test) [Stephen L Arnold]
- also fix missing PR event check in coverage workflow
-
Use current org-level coverage workflow. [Stephen L Arnold]
- increase fetch depth and update regex
- updated action deps, relaxed run criteria
- go back to "normal" tokens, remove permission hacks
- still needs more job isolation => refactor for another day
Other
-
Merge pull request #21 from PennyDreadfulMTG/update-pypi. [Thomas David Baker]
Update a few small things before making a release for pypi
-
Update location of flake8 for pre-commit, official location has moved. [Thomas David Baker]
-
Correct small issue in README. [Thomas David Baker]
-
Specify passenv in a way that tox is happy with. [Thomas David Baker]
-
Ignore PyCharm dir. [Thomas David Baker]
-
Update TODO to remove some things that have been TODOne. [Thomas David Baker]
-
Merge pull request #20 from VCTLabs/new-docs-cleanup. [Katelyn Gigante]
New docs cleanup
-
Merge pull request #19 from VCTLabs/auto-docs. [Thomas David Baker]
New docs and automation, more modernization
-
Do pre-release (manual) updates for changes and conda recipe. [Stephen L Arnold]
- create changes file: gitchangelog v0.6.0.. > CHANGELOG.rst
- edit top line in CHANGELOG.rst using current date/new tag
- edit conda/meta.yaml using new tag, then tag this commit
-
Merge pull request #18 from VCTLabs/mst-upstream. [Thomas David Baker]
Workflow and test driver fixes
-
Use buildbot account. [Katelyn Gigante]
-
Merge pull request #16 from PennyDreadfulMTG/fix-coverage. [Katelyn Gigante]
Use ACCESS_TOKEN secret rather than provided GITHUB_TOKEN
-
Use ACCESS_TOKEN secret rather than provided GITHUB_TOKEN. [Katelyn Gigante]
Should fix the coverage badge
Release v0.6.1
Changes
-
Add shallow checkout for testing. [Stephen L Arnold]
-
Bump comment action to latest release, verify checkout depth. [Stephen L Arnold]
- see: marocchino/sticky-pull-request-comment#298
in upstream action repo
- see: marocchino/sticky-pull-request-comment#298
Fixes
-
Use workflow PR target and checkout params. [Stephen L Arnold]
-
Split coverage (checkout) job from PR comment job. [Stephen L Arnold]
-
Use correct tox env cmd for single platform/version. [Stephen L Arnold]
Other
Release vv0.6.0
(unreleased)
Changes
-
Readme URLs => PennyDreadfulMTG. [Stephen L Arnold]
-
Bump spec versions to latest => v1.1.3. [Stephen L Arnold]
-
Update setup_description.rst for release. [Stephen L Arnold]
-
Update .setup_description.rst for packaging. [Stephen L Arnold]
Fixes
-
Dev cleanup tests, create bandit baseline, allow one test item. [Stephen L Arnold]
- fix spectesting with one baseline warning allowed
- add baseline json file, add to args in tool cfgs
- test bandit artifact workflow baseline update (fork)
- cleanup bandit warning, update workflows and pre-commit cfg
- update coverage badge, limit conda workflow to push
- add some pre-commit and gitchangelog (developer) docs
-
Use correct pandoc command for clean rst, update docs. [Stephen L Arnold]
-
Update unicode conversion test for py3-only. [Stephen L Arnold]
Other
-
Merge pull request #6 from PennyDreadfulMTG/branchcov. [Thomas David Baker]
Remove broken branch coverage badge from README
-
Remove broken branch coverage badge from README. [Thomas David Baker]
Fixes #3.
-
Merge pull request #1 from sarnold/pr-rebase. [Thomas David Baker]
Use pre-commit and github workflows
-
Add docs back to ci workflow (hopefully gitub is fully dressed again) [Stephen L Arnold]
-
Set version for release => 0.6.0. [Stephen L Arnold]
-
Fix document processing, update pandoc args and history. [Stephen L Arnold]
-
Migrate to github actions for CI. [Stephen L Arnold]
-
Pystache/loader.py: remove stray windows line-endings. [Stephen L Arnold]
- replaces deprecated fix in defunkt#193
-
Modernize python versions (keep py27) and fix spec_test load cmd. [Stephen L Arnold]
-
Remove bad link to distribute. [Thomas David Baker]
-
More README cleanup. [Thomas David Baker]
-
Update README to show new status. [Thomas David Baker]
Remove Python2 references, defunkt references, and http -> https.
-
More conversion to python3. [Thomas David Baker]
This time with:
2to3 --write --nobackups --no-diffs --doctests_only pystache 2to3 --write --nobackups --no-diffs pystache
-
Convert project to python3 with
2to3 -W -n .
[Thomas David Baker] -
Remove no-longer-supported extra. [Thomas David Baker]
-
Merge pull request defunkt#161 from pombredanne/patch-1. [Chris Jerdonek]
Fixed typo in docstring
-
Fixed typo in docstring. [Philippe Ombredanne]
-
Remove Python 2.5 from .travis.yml. [Chris Jerdonek]
Travis CI no longer supports Python 2.5. Thanks to @dmorrison42
for pointing this out. Removing 2.5 from the Travis config should
make the Travis build status image work again.