Reqif

Latest version: v0.0.42

Safety actively analyzes 624072 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.42

What's Changed
* Bump version to 0.0.39 by stanislaw in https://github.com/strictdoc-project/reqif/pull/139
* Code climate: reqif_bundle: add a missing type hint by stanislaw in https://github.com/strictdoc-project/reqif/pull/145
* CI: add Python 3.11 by stanislaw in https://github.com/strictdoc-project/reqif/pull/146
* relation_group_type_parser: fix a copy-and-paste error by stanislaw in https://github.com/strictdoc-project/reqif/pull/147
* README: fix the ReqIFz example by stanislaw in https://github.com/strictdoc-project/reqif/pull/149
* tests/integration/examples: a basic example of ReqIF -> JSON by stanislaw in https://github.com/strictdoc-project/reqif/pull/151
* tests/integration: demonstrate --use-reqif-schema against random ChatGPT ReqIF by stanislaw in https://github.com/strictdoc-project/reqif/pull/153
* examples/04_convert_reqif_to_json: --stdout parameter by stanislaw in https://github.com/strictdoc-project/reqif/pull/154
* README: How-to examples section by stanislaw in https://github.com/strictdoc-project/reqif/pull/155
* examples: JSON example: print nested sections and requirements by stanislaw in https://github.com/strictdoc-project/reqif/pull/156
* examples: JSON example: support specifications without a name by stanislaw in https://github.com/strictdoc-project/reqif/pull/157
* examples: JSON example: add field types by stanislaw in https://github.com/strictdoc-project/reqif/pull/158
* CI: update Python action version by stanislaw in https://github.com/strictdoc-project/reqif/pull/162
* tests/integration: add Doors sample from eclipse-capella/capella-requirements-vp by stanislaw in https://github.com/strictdoc-project/reqif/pull/161
* ReqIF-to-JSON example: simplify iteration/conversion procedure by stanislaw in https://github.com/strictdoc-project/reqif/pull/163
* reqif_bundle: add iterate_specification_hierarchy_for_conversion() helper by stanislaw in https://github.com/strictdoc-project/reqif/pull/164
* Update ReqIF schemas to the recently updated xmlschema by stanislaw in https://github.com/strictdoc-project/reqif/pull/165
* Code climate: set mypy to --strict mode, ignore appeared checks for now by stanislaw in https://github.com/strictdoc-project/reqif/pull/166


**Full Changelog**: https://github.com/strictdoc-project/reqif/compare/0.0.39...0.0.42

0.0.39

What's Changed
* DOORS: example where many string values have to be escaped by stanislaw in https://github.com/strictdoc-project/reqif/pull/128
* Bump version to 0.0.36 by stanislaw in https://github.com/strictdoc-project/reqif/pull/129
* tasks and tests/integration: run tests with reqif as a Python module by stanislaw in https://github.com/strictdoc-project/reqif/pull/131
* ReqIFz format support by stanislaw in https://github.com/strictdoc-project/reqif/pull/132
* tests/integration/reqifz: tests with ReqIF and attachments by stanislaw in https://github.com/strictdoc-project/reqif/pull/133
* Bump version to 0.0.37 by stanislaw in https://github.com/strictdoc-project/reqif/pull/134
* validate, reqif/reqif_schema: Implement the validation of ReqIF files against the official XSD schema by stanislaw in https://github.com/strictdoc-project/reqif/pull/137
* validate, reqif/reqif_schema: integrate better with other validations by stanislaw in https://github.com/strictdoc-project/reqif/pull/138


**Full Changelog**: https://github.com/strictdoc-project/reqif/compare/0.0.35...0.0.39

0.0.35

What's Changed
* Implement TC1300: RELATION-GROUP-TYPE by stanislaw in https://github.com/strictdoc-project/reqif/pull/125
* Fixed enumeration value map by stanislaw in https://github.com/strictdoc-project/reqif/pull/126
* Bump version to 0.0.35 by stanislaw in https://github.com/strictdoc-project/reqif/pull/127


**Full Changelog**: https://github.com/strictdoc-project/reqif/compare/0.0.34...0.0.35

0.0.34

What's Changed
* tests/integration: add huge ReqIF from eclipse.org for inspecting performance by stanislaw in https://github.com/strictdoc-project/reqif/pull/103
* README: document the anonymization and alphabetic printing of attributes by stanislaw in https://github.com/strictdoc-project/reqif/pull/104
* tests/integration: implement ci.eclipse.org/TC1000 by stanislaw in https://github.com/strictdoc-project/reqif/pull/105
* tests/integration: implement ci.eclipse.org/TC1400 by stanislaw in https://github.com/strictdoc-project/reqif/pull/106
* Bump version to 0.0.28 by stanislaw in https://github.com/strictdoc-project/reqif/pull/108
* helpers: indent/unindent XHTML strings by stanislaw in https://github.com/strictdoc-project/reqif/pull/109
* Bump version to 0.0.29 by stanislaw in https://github.com/strictdoc-project/reqif/pull/110
* helpers/lxml: simplify is_self_closed_tag() by stanislaw in https://github.com/strictdoc-project/reqif/pull/111
* helpers: lxml: lxml_convert_to/from_reqif_ns_xhtml_string() helper by stanislaw in https://github.com/strictdoc-project/reqif/pull/112
* spec_object_parser: a slot for XHTML attribute stripped from namespace info by stanislaw in https://github.com/strictdoc-project/reqif/pull/113
* helpers/lxml: lxml_ prefix for all remaining methods by stanislaw in https://github.com/strictdoc-project/reqif/pull/114
* helpers/lxml: improve lxml_dump_node() by stanislaw in https://github.com/strictdoc-project/reqif/pull/115
* helpers/lxml: make lxml_stringify_node a standalone method by stanislaw in https://github.com/strictdoc-project/reqif/pull/116
* helpers/lxml: fix the edge case with self-closing OBJECT tags by stanislaw in https://github.com/strictdoc-project/reqif/pull/118
* Doors: a yet another example from a user: XHTML tags with their own namespaces by stanislaw in https://github.com/strictdoc-project/reqif/pull/119
* tests/integration: Doors example from a user: escaping quotes by stanislaw in https://github.com/strictdoc-project/reqif/pull/120
* Bump version to 0.0.34 by stanislaw in https://github.com/strictdoc-project/reqif/pull/121


**Full Changelog**: https://github.com/strictdoc-project/reqif/compare/0.0.27...0.0.34

0.0.27

What's Changed
* reqif_bundle: get_spec_object_type_by_ref helper method by stanislaw in https://github.com/strictdoc-project/reqif/pull/90
* Bump version to 0.0.25 by stanislaw in https://github.com/strictdoc-project/reqif/pull/91
* cli: rewrite the anonymise command using pure lxml enhancement by stanislaw in https://github.com/strictdoc-project/reqif/pull/93
* Bump version to 0.0.26 by stanislaw in https://github.com/strictdoc-project/reqif/pull/94
* spec_object_parser: unparse ATTRIBUTE-VALUE-BOOLEAN by stanislaw in https://github.com/strictdoc-project/reqif/pull/96
* cli: anonymize: edge case for XHTML by stanislaw in https://github.com/strictdoc-project/reqif/pull/97
* parsers: spec object, specification, spec object type: edge case with XHTML fields by stanislaw in https://github.com/strictdoc-project/reqif/pull/98
* Specification type: not closing tag by default when created manually by stanislaw in https://github.com/strictdoc-project/reqif/pull/99
* All APIs: make all optional methods have default arguments by stanislaw in https://github.com/strictdoc-project/reqif/pull/100
* Start adding fixtures from ci.eclipse.org by stanislaw in https://github.com/strictdoc-project/reqif/pull/101
* tests/integration: add remaining major tests from ci.eclipse.org by stanislaw in https://github.com/strictdoc-project/reqif/pull/102


**Full Changelog**: https://github.com/strictdoc-project/reqif/compare/0.0.24...0.0.27

0.0.24

What's Changed
* pyproject: remove Poetry by stanislaw in https://github.com/strictdoc-project/reqif/pull/84
* Code climate: tasks: add ruff linter by stanislaw in https://github.com/strictdoc-project/reqif/pull/83
* tasks: update release task by stanislaw in https://github.com/strictdoc-project/reqif/pull/85
* tests/integration: add an example produced from Polarion by stanislaw in https://github.com/strictdoc-project/reqif/pull/86
* Bump version to 0.0.24 by stanislaw in https://github.com/strictdoc-project/reqif/pull/89


**Full Changelog**: https://github.com/strictdoc-project/reqif/compare/0.0.23...0.0.24

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.