Compare commits
No commits in common. "a2ca13bcd66eb14b31bbd536502e0b3eab70a570" and "78096446dc2119a280aa2589772c85c03e510325" have entirely different histories.
a2ca13bcd6
...
78096446dc
10 changed files with 5 additions and 111 deletions
|
|
@ -1,10 +1,3 @@
|
|||
## 0.1.0a19 (2025-10-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- update tests
|
||||
- tests
|
||||
|
||||
## 0.1.0a18 (2025-09-30)
|
||||
|
||||
### Feat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_formatter"
|
||||
version = "0.1.0a19"
|
||||
version = "0.1.0a18"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output formatter"
|
||||
|
|
@ -13,6 +13,9 @@ license = {file = "LICENSE"}
|
|||
classifiers = [
|
||||
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a19"
|
||||
__version__ = "0.1.0a18"
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
condition: no # a conditional variable
|
||||
|
||||
variable1:
|
||||
description: a first variable
|
||||
disabled:
|
||||
jinja: |-
|
||||
{{ _.condition == "yes" }}
|
||||
return_type: boolean
|
||||
description: if condition is egal to "yes"
|
||||
|
||||
variable2:
|
||||
description: a seconde variable
|
||||
disabled:
|
||||
jinja: |-
|
||||
{{ _.condition != "yes" }}
|
||||
return_type: boolean
|
||||
description: if condition is not egal to "yes"
|
||||
...
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
condition: true # a condition
|
||||
|
||||
variable:
|
||||
description: a variable
|
||||
disabled:
|
||||
variable: _.condition
|
||||
...
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
condition:
|
||||
description: a condition
|
||||
default: false
|
||||
hidden: true
|
||||
|
||||
variable:
|
||||
description: a variable
|
||||
disabled:
|
||||
variable: _.condition
|
||||
...
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
condition:
|
||||
description: a condition
|
||||
default: false
|
||||
disabled: true
|
||||
|
||||
variable:
|
||||
description: a variable
|
||||
disabled:
|
||||
variable: _.condition
|
||||
propertyerror: false
|
||||
...
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
condition: false # a condition
|
||||
|
||||
variable:
|
||||
description: a variable
|
||||
disabled:
|
||||
variable: _.condition
|
||||
...
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
condition:
|
||||
description: a condition
|
||||
default: true
|
||||
hidden: true
|
||||
|
||||
variable:
|
||||
description: a variable
|
||||
disabled:
|
||||
variable: _.condition
|
||||
...
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
%YAML 1.2
|
||||
---
|
||||
version: 1.1
|
||||
|
||||
condition:
|
||||
description: a condition
|
||||
default: true
|
||||
disabled: true
|
||||
|
||||
variable:
|
||||
description: a variable
|
||||
disabled:
|
||||
variable: _.condition
|
||||
propertyerror: false
|
||||
...
|
||||
Loading…
Reference in a new issue