diff --git a/pystache-0.5.4.tar.gz b/pystache-0.5.4.tar.gz deleted file mode 100644 index 620da87..0000000 --- a/pystache-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a -size 75131 diff --git a/pystache-0.6.0.tar.gz b/pystache-0.6.0.tar.gz new file mode 100644 index 0000000..4e77b34 --- /dev/null +++ b/pystache-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bf92b2149a4c4b58d12142e2c4c6dd5c08d89e4c95afccd4b6efe2ee1d470d +size 78240 diff --git a/python-pystache.changes b/python-pystache.changes index 6ffcc63..b5a4e1b 100644 --- a/python-pystache.changes +++ b/python-pystache.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Dec 11 22:37:37 UTC 2021 - Dirk Müller + +- udpate to 0.6.0: + * Bump spec versions to latest => v1.1.3 + * Modernize python and CI tools, update docs/doctests + * Update unicode conversion test for py3-only + * Add pep8speaks cfg, cleanup warnings + * Remove superfluous setup test/unused imports + * Use correct wheel name in release workflow, limit wheels + * Add install check/test of downloaded wheel + * Update/add ci workflows and tox cfg, bump to next dev0 version + * fix document processing, update pandoc args and history + * add release.yml to CI, test env settings + * fix bogus commit message, update versions and tox cf + * add post-test steps for building pkgs with/without doc updates + * Bugfix: test_specloader.py: fix test_find__with_directory on other OSs + * Bugfix: pystache/loader.py: remove stray windows line-endings + * fix crufty (and insecure) http urls + * Bugfix: modernize python versions (keep py27) + ------------------------------------------------------------------- Thu Jul 2 14:07:09 UTC 2020 - pgajdos@suse.com diff --git a/python-pystache.spec b/python-pystache.spec index 481f85b..de9b699 100644 --- a/python-pystache.spec +++ b/python-pystache.spec @@ -1,7 +1,7 @@ # # spec file for package python-pystache # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pystache -Version: 0.5.4 +Version: 0.6.0 Release: 0 Summary: Mustache for Python License: MIT