testit-adapter-nose 3.4.0__tar.gz → 3.5.0__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: testit-adapter-nose
3
- Version: 3.4.0
3
+ Version: 3.5.0
4
4
  Summary: Nose adapter for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team
@@ -17,7 +17,16 @@ Classifier: Programming Language :: Python :: 3.12
17
17
  Description-Content-Type: text/markdown
18
18
  Requires-Dist: attrs
19
19
  Requires-Dist: nose2
20
- Requires-Dist: testit-python-commons==3.4.0
20
+ Requires-Dist: testit-python-commons==3.5.0
21
+ Dynamic: author
22
+ Dynamic: author-email
23
+ Dynamic: classifier
24
+ Dynamic: description
25
+ Dynamic: description-content-type
26
+ Dynamic: home-page
27
+ Dynamic: license
28
+ Dynamic: requires-dist
29
+ Dynamic: summary
21
30
 
22
31
  # Test IT TMS adapter for Nose
23
32
 
@@ -1,8 +1,10 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
+ VERSION = "3.5.0"
4
+
3
5
  setup(
4
6
  name='testit-adapter-nose',
5
- version='3.4.0',
7
+ version=VERSION,
6
8
  description='Nose adapter for Test IT',
7
9
  long_description=open('README.md', "r").read(),
8
10
  long_description_content_type="text/markdown",
@@ -23,7 +25,7 @@ setup(
23
25
  py_modules=['testit_adapter_nose'],
24
26
  packages=find_packages(where='src'),
25
27
  package_dir={'': 'src'},
26
- install_requires=['attrs', 'nose2', 'testit-python-commons==3.4.0'],
28
+ install_requires=['attrs', 'nose2', 'testit-python-commons==3.5.0'],
27
29
  entry_points={
28
30
  'nose.plugins.0.10': [
29
31
  'testit_adapter_nose = testit_adapter_nose.plugin:TmsPlugin',
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: testit-adapter-nose
3
- Version: 3.4.0
3
+ Version: 3.5.0
4
4
  Summary: Nose adapter for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team
@@ -17,7 +17,16 @@ Classifier: Programming Language :: Python :: 3.12
17
17
  Description-Content-Type: text/markdown
18
18
  Requires-Dist: attrs
19
19
  Requires-Dist: nose2
20
- Requires-Dist: testit-python-commons==3.4.0
20
+ Requires-Dist: testit-python-commons==3.5.0
21
+ Dynamic: author
22
+ Dynamic: author-email
23
+ Dynamic: classifier
24
+ Dynamic: description
25
+ Dynamic: description-content-type
26
+ Dynamic: home-page
27
+ Dynamic: license
28
+ Dynamic: requires-dist
29
+ Dynamic: summary
21
30
 
22
31
  # Test IT TMS adapter for Nose
23
32
 
@@ -0,0 +1,3 @@
1
+ attrs
2
+ nose2
3
+ testit-python-commons==3.5.0
@@ -1,3 +0,0 @@
1
- attrs
2
- nose2
3
- testit-python-commons==3.4.0