From 553079c13fa14d191572f5fd4617bd91c7de5ba023398aa4ea8ea1753cde8e34 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 21:20:44 +0000 Subject: [PATCH] - update to 0.6.5: * Use the content-type for RST that pypi now wants * Add full sphinx apidoc build, include readme/extras. * Fix included filename and link cleanup. * Remove more py2 cruft from doctesting (py3.10 warnings) * Update maintainer info and spec test cmd. * Use updated bandit action and workflow excludes (exclude test) * Use current org-level coverage workflow. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pystache?expand=0&rev=11 --- pystache-0.6.0.tar.gz | 3 --- pystache-0.6.5.tar.gz | 3 +++ python-pystache.changes | 12 ++++++++++++ python-pystache.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 pystache-0.6.0.tar.gz create mode 100644 pystache-0.6.5.tar.gz diff --git a/pystache-0.6.0.tar.gz b/pystache-0.6.0.tar.gz deleted file mode 100644 index 4e77b34..0000000 --- a/pystache-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93bf92b2149a4c4b58d12142e2c4c6dd5c08d89e4c95afccd4b6efe2ee1d470d -size 78240 diff --git a/pystache-0.6.5.tar.gz b/pystache-0.6.5.tar.gz new file mode 100644 index 0000000..9cb21aa --- /dev/null +++ b/pystache-0.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f238d5a06f18843e0d491d8e4e292dc03fed6a54cb0a5c34be37a3faa973174 +size 100731 diff --git a/python-pystache.changes b/python-pystache.changes index 994a94b..4aa9e00 100644 --- a/python-pystache.changes +++ b/python-pystache.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 2 21:19:04 UTC 2024 - Dirk Müller + +- update to 0.6.5: + * Use the content-type for RST that pypi now wants + * Add full sphinx apidoc build, include readme/extras. + * Fix included filename and link cleanup. + * Remove more py2 cruft from doctesting (py3.10 warnings) + * Update maintainer info and spec test cmd. + * Use updated bandit action and workflow excludes (exclude test) + * Use current org-level coverage workflow. + ------------------------------------------------------------------- Thu Jul 27 12:40:27 UTC 2023 - ecsos diff --git a/python-pystache.spec b/python-pystache.spec index 874a856..52cc41d 100644 --- a/python-pystache.spec +++ b/python-pystache.spec @@ -1,7 +1,7 @@ # # spec file for package python-pystache # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 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 @@ %{?sle15_python_module_pythons} Name: python-pystache -Version: 0.6.0 +Version: 0.6.5 Release: 0 Summary: Mustache for Python License: MIT