otlmow-template 1.1__tar.gz → 1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: otlmow_template
3
- Version: 1.1
3
+ Version: 1.2
4
4
  Author-email: David Vlaminck <david.vlaminck@mow.vlaanderen.be>, Jasper Berton <jasperberton1@telenet.be>
5
5
  License: GNU GENERAL PUBLIC LICENSE
6
6
  Version 3, 29 June 2007
@@ -697,8 +697,13 @@ Classifier: Topic :: Software Development :: Quality Assurance
697
697
  Requires-Python: >=3.9
698
698
  Description-Content-Type: text/markdown
699
699
  License-File: LICENSE
700
- Requires-Dist: otlmow-converter>=1.10
701
- Requires-Dist: otlmow-modelbuilder>=0.25
700
+ Requires-Dist: otlmow-converter>=1.11
701
+ Requires-Dist: otlmow-modelbuilder>=0.27
702
+ Provides-Extra: test
703
+ Requires-Dist: pytest; extra == "test"
704
+ Requires-Dist: pytest-cov; extra == "test"
705
+ Requires-Dist: pytest-subtests; extra == "test"
706
+ Requires-Dist: pytest-timeout; extra == "test"
702
707
  Dynamic: license-file
703
708
 
704
709
  # OTLMOW-Template
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: otlmow_template
3
- Version: 1.1
3
+ Version: 1.2
4
4
  Author-email: David Vlaminck <david.vlaminck@mow.vlaanderen.be>, Jasper Berton <jasperberton1@telenet.be>
5
5
  License: GNU GENERAL PUBLIC LICENSE
6
6
  Version 3, 29 June 2007
@@ -697,8 +697,13 @@ Classifier: Topic :: Software Development :: Quality Assurance
697
697
  Requires-Python: >=3.9
698
698
  Description-Content-Type: text/markdown
699
699
  License-File: LICENSE
700
- Requires-Dist: otlmow-converter>=1.10
701
- Requires-Dist: otlmow-modelbuilder>=0.25
700
+ Requires-Dist: otlmow-converter>=1.11
701
+ Requires-Dist: otlmow-modelbuilder>=0.27
702
+ Provides-Extra: test
703
+ Requires-Dist: pytest; extra == "test"
704
+ Requires-Dist: pytest-cov; extra == "test"
705
+ Requires-Dist: pytest-subtests; extra == "test"
706
+ Requires-Dist: pytest-timeout; extra == "test"
702
707
  Dynamic: license-file
703
708
 
704
709
  # OTLMOW-Template
@@ -0,0 +1,8 @@
1
+ otlmow-converter>=1.11
2
+ otlmow-modelbuilder>=0.27
3
+
4
+ [test]
5
+ pytest
6
+ pytest-cov
7
+ pytest-subtests
8
+ pytest-timeout
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "otlmow_template"
7
- version = "1.1"
7
+ version = "1.2"
8
8
  authors = [{name = "David Vlaminck", email = "david.vlaminck@mow.vlaanderen.be"},
9
9
  {name = "Jasper Berton", email = "jasperberton1@telenet.be"},]
10
10
  readme = "README.md"
@@ -29,8 +29,8 @@ classifiers = [
29
29
  ]
30
30
  requires-python = ">=3.9"
31
31
  dependencies = [
32
- 'otlmow-converter >= 1.10',
33
- 'otlmow-modelbuilder >= 0.25'
32
+ 'otlmow-converter >= 1.11',
33
+ 'otlmow-modelbuilder >= 0.27'
34
34
  ]
35
35
 
36
36
  [tool.setuptools.packages.find]
@@ -39,3 +39,11 @@ include = ["otlmow_template*"]
39
39
  [project.urls]
40
40
  "Homepage" = "https://github.com/davidvlaminck/OTLMOW-Template"
41
41
  "Bug Tracker" = "https://github.com/davidvlaminck/OTLMOW-Template/issues"
42
+
43
+ [project.optional-dependencies]
44
+ test = [
45
+ "pytest",
46
+ "pytest-cov",
47
+ "pytest-subtests",
48
+ "pytest-timeout"
49
+ ]
@@ -1,2 +0,0 @@
1
- otlmow-converter>=1.10
2
- otlmow-modelbuilder>=0.25
File without changes
File without changes
File without changes