testit-adapter-robotframework 2.1.11__tar.gz → 2.2.1__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.

Potentially problematic release.


This version of testit-adapter-robotframework might be problematic. Click here for more details.

Files changed (15) hide show
  1. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/PKG-INFO +1 -1
  2. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/setup.py +2 -2
  3. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework.egg-info/PKG-INFO +1 -1
  4. testit-adapter-robotframework-2.2.1/src/testit_adapter_robotframework.egg-info/requires.txt +3 -0
  5. testit-adapter-robotframework-2.1.11/src/testit_adapter_robotframework.egg-info/requires.txt +0 -3
  6. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/README.md +0 -0
  7. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/setup.cfg +0 -0
  8. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework/TMSLibrary.py +0 -0
  9. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework/__init__.py +0 -0
  10. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework/listeners.py +0 -0
  11. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework/models.py +0 -0
  12. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework/utils.py +0 -0
  13. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework.egg-info/SOURCES.txt +0 -0
  14. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework.egg-info/dependency_links.txt +0 -0
  15. {testit-adapter-robotframework-2.1.11 → testit-adapter-robotframework-2.2.1}/src/testit_adapter_robotframework.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: testit-adapter-robotframework
3
- Version: 2.1.11
3
+ Version: 2.2.1
4
4
  Summary: Robot Framework adapter for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name='testit-adapter-robotframework',
5
- version='2.1.11',
5
+ version='2.2.1',
6
6
  description='Robot Framework adapter for Test IT',
7
7
  long_description=open('README.md', "r").read(),
8
8
  long_description_content_type="text/markdown",
@@ -20,5 +20,5 @@ setup(
20
20
  py_modules=['testit_adapter_robotframework'],
21
21
  packages=find_packages(where='src'),
22
22
  package_dir={'': 'src'},
23
- install_requires=['attrs', 'robotframework', 'testit-python-commons==2.1.11']
23
+ install_requires=['attrs', 'robotframework', 'testit-python-commons==2.2.1']
24
24
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: testit-adapter-robotframework
3
- Version: 2.1.11
3
+ Version: 2.2.1
4
4
  Summary: Robot Framework adapter for Test IT
5
5
  Home-page: https://github.com/testit-tms/adapters-python/
6
6
  Author: Integration team
@@ -0,0 +1,3 @@
1
+ attrs
2
+ robotframework
3
+ testit-python-commons==2.2.1
@@ -1,3 +0,0 @@
1
- attrs
2
- robotframework
3
- testit-python-commons==2.1.11