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