14
0

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pystache?expand=0&rev=8
This commit is contained in:
2021-12-11 22:38:53 +00:00
committed by Git OBS Bridge
parent c914e8e621
commit f7fef97e63
4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Dec 11 22:37:37 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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