pytest-seleniumbase 4.49.6__tar.gz → 4.49.7__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.
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/PKG-INFO +3 -2
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pytest_seleniumbase.egg-info/PKG-INFO +3 -2
- pytest_seleniumbase-4.49.7/pytest_seleniumbase.egg-info/requires.txt +1 -0
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/setup.py +3 -2
- pytest_seleniumbase-4.49.6/pytest_seleniumbase.egg-info/requires.txt +0 -1
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/README.md +0 -0
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pyproject.toml +0 -0
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pytest_seleniumbase.egg-info/SOURCES.txt +0 -0
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pytest_seleniumbase.egg-info/dependency_links.txt +0 -0
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pytest_seleniumbase.egg-info/top_level.txt +0 -0
- {pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-seleniumbase
|
|
3
|
-
Version: 4.49.
|
|
3
|
+
Version: 4.49.7
|
|
4
4
|
Summary: A complete web automation framework for end-to-end testing.
|
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
|
6
6
|
Author: Michael Mintz
|
|
@@ -38,6 +38,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
38
38
|
Classifier: Programming Language :: Python :: 3.12
|
|
39
39
|
Classifier: Programming Language :: Python :: 3.13
|
|
40
40
|
Classifier: Programming Language :: Python :: 3.14
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
41
42
|
Classifier: Topic :: Internet
|
|
42
43
|
Classifier: Topic :: Scientific/Engineering
|
|
43
44
|
Classifier: Topic :: Software Development
|
|
@@ -51,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
|
51
52
|
Classifier: Topic :: Utilities
|
|
52
53
|
Requires-Python: >=3.9
|
|
53
54
|
Description-Content-Type: text/markdown
|
|
54
|
-
Requires-Dist: seleniumbase>=4.49.
|
|
55
|
+
Requires-Dist: seleniumbase>=4.49.7
|
|
55
56
|
Dynamic: author
|
|
56
57
|
Dynamic: author-email
|
|
57
58
|
Dynamic: classifier
|
{pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pytest_seleniumbase.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-seleniumbase
|
|
3
|
-
Version: 4.49.
|
|
3
|
+
Version: 4.49.7
|
|
4
4
|
Summary: A complete web automation framework for end-to-end testing.
|
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
|
6
6
|
Author: Michael Mintz
|
|
@@ -38,6 +38,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
38
38
|
Classifier: Programming Language :: Python :: 3.12
|
|
39
39
|
Classifier: Programming Language :: Python :: 3.13
|
|
40
40
|
Classifier: Programming Language :: Python :: 3.14
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.15
|
|
41
42
|
Classifier: Topic :: Internet
|
|
42
43
|
Classifier: Topic :: Scientific/Engineering
|
|
43
44
|
Classifier: Topic :: Software Development
|
|
@@ -51,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
|
|
|
51
52
|
Classifier: Topic :: Utilities
|
|
52
53
|
Requires-Python: >=3.9
|
|
53
54
|
Description-Content-Type: text/markdown
|
|
54
|
-
Requires-Dist: seleniumbase>=4.49.
|
|
55
|
+
Requires-Dist: seleniumbase>=4.49.7
|
|
55
56
|
Dynamic: author
|
|
56
57
|
Dynamic: author-email
|
|
57
58
|
Dynamic: classifier
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
seleniumbase>=4.49.7
|
|
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
|
|
|
68
68
|
|
|
69
69
|
setup(
|
|
70
70
|
name='pytest-seleniumbase',
|
|
71
|
-
version='4.49.
|
|
71
|
+
version='4.49.7',
|
|
72
72
|
description='A complete web automation framework for end-to-end testing.',
|
|
73
73
|
long_description=long_description,
|
|
74
74
|
long_description_content_type='text/markdown',
|
|
@@ -107,6 +107,7 @@ setup(
|
|
|
107
107
|
"Programming Language :: Python :: 3.12",
|
|
108
108
|
"Programming Language :: Python :: 3.13",
|
|
109
109
|
"Programming Language :: Python :: 3.14",
|
|
110
|
+
"Programming Language :: Python :: 3.15",
|
|
110
111
|
"Topic :: Internet",
|
|
111
112
|
"Topic :: Scientific/Engineering",
|
|
112
113
|
"Topic :: Software Development",
|
|
@@ -121,7 +122,7 @@ setup(
|
|
|
121
122
|
],
|
|
122
123
|
python_requires=">=3.9",
|
|
123
124
|
install_requires=[
|
|
124
|
-
'seleniumbase>=4.49.
|
|
125
|
+
'seleniumbase>=4.49.7',
|
|
125
126
|
],
|
|
126
127
|
packages=[
|
|
127
128
|
],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
seleniumbase>=4.49.6
|
|
File without changes
|
|
File without changes
|
{pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pytest_seleniumbase.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pytest_seleniumbase-4.49.6 → pytest_seleniumbase-4.49.7}/pytest_seleniumbase.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|