forked from pool/python-ttp-templates
* Rename juniper to juniper_junos for N2G templates * Added juniper_junos template for cli_ip_data plugin - Add patch to fix package version in pyproject.toml * fix-package-version.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ttp-templates?expand=0&rev=9
12 lines
423 B
Diff
12 lines
423 B
Diff
diff -Nru ttp_templates-0.3.7.orig/pyproject.toml ttp_templates-0.3.7/pyproject.toml
|
|
--- ttp_templates-0.3.7.orig/pyproject.toml 2024-01-03 13:35:12.000000000 +0100
|
|
+++ ttp_templates-0.3.7/pyproject.toml 2025-04-10 14:52:54.199703077 +0200
|
|
@@ -1,6 +1,6 @@
|
|
[tool.poetry]
|
|
name = "ttp_templates"
|
|
-version = "0.3.6"
|
|
+version = "0.3.7"
|
|
description = "Template Text Parser Templates collections"
|
|
license = "MIT"
|
|
include = [
|