forked from pool/python-pystache
Accepting request 939992 from devel:languages:python
- 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/request/show/939992 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pystache?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a
|
||||
size 75131
|
3
pystache-0.6.0.tar.gz
Normal file
3
pystache-0.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93bf92b2149a4c4b58d12142e2c4c6dd5c08d89e4c95afccd4b6efe2ee1d470d
|
||||
size 78240
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user