pytest-seleniumbase 4.32.11__tar.gz → 4.32.12__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 pytest-seleniumbase might be problematic. Click here for more details.

@@ -1,18 +1,20 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-seleniumbase
3
- Version: 4.32.11
3
+ Version: 4.32.12
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
7
7
  Author-email: mdmintz@gmail.com
8
8
  Maintainer: Michael Mintz
9
9
  License: MIT
10
+ Project-URL: Homepage, https://github.com/seleniumbase/SeleniumBase
10
11
  Project-URL: Changelog, https://github.com/seleniumbase/SeleniumBase/releases
11
12
  Project-URL: Download, https://pypi.org/project/seleniumbase/#files
12
- Project-URL: Gitter, https://gitter.im/seleniumbase/SeleniumBase
13
13
  Project-URL: Blog, https://seleniumbase.com/
14
+ Project-URL: Discord, https://discord.gg/EdhQTn3EyE
14
15
  Project-URL: PyPI, https://pypi.org/project/seleniumbase/
15
16
  Project-URL: Source, https://github.com/seleniumbase/SeleniumBase
17
+ Project-URL: Repository, https://github.com/seleniumbase/SeleniumBase
16
18
  Project-URL: Documentation, https://seleniumbase.io/
17
19
  Platform: Windows
18
20
  Platform: Linux
@@ -50,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
50
52
  Classifier: Topic :: Utilities
51
53
  Requires-Python: >=3.8
52
54
  Description-Content-Type: text/markdown
53
- Requires-Dist: seleniumbase>=4.32.11
55
+ Requires-Dist: seleniumbase>=4.32.12
54
56
 
55
57
  **[<img src="https://img.shields.io/badge/pypi-pytest--seleniumbase-22AAEE.svg" alt="pypi" />](https://pypi.python.org/pypi/pytest-seleniumbase) is a proxy for [<img src="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg" alt="pypi" />](https://pypi.python.org/pypi/seleniumbase)**
56
58
  ****
@@ -0,0 +1,31 @@
1
+ [build-system]
2
+ requires = ["setuptools>=70.2.0", "wheel>=0.44.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "pytest-seleniumbase"
7
+ readme = "README.md"
8
+ dynamic = [
9
+ "version",
10
+ "license",
11
+ "authors",
12
+ "scripts",
13
+ "classifiers",
14
+ "description",
15
+ "maintainers",
16
+ "entry-points",
17
+ "dependencies",
18
+ "requires-python",
19
+ "optional-dependencies",
20
+ ]
21
+
22
+ [project.urls]
23
+ "Homepage" = "https://github.com/seleniumbase/SeleniumBase"
24
+ "Changelog" = "https://github.com/seleniumbase/SeleniumBase/releases"
25
+ "Download" = "https://pypi.org/project/seleniumbase/#files"
26
+ "Blog" = "https://seleniumbase.com/"
27
+ "Discord" = "https://discord.gg/EdhQTn3EyE"
28
+ "PyPI" = "https://pypi.org/project/seleniumbase/"
29
+ "Source" = "https://github.com/seleniumbase/SeleniumBase"
30
+ "Repository" = "https://github.com/seleniumbase/SeleniumBase"
31
+ "Documentation" = "https://seleniumbase.io/"
@@ -1,18 +1,20 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-seleniumbase
3
- Version: 4.32.11
3
+ Version: 4.32.12
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
7
7
  Author-email: mdmintz@gmail.com
8
8
  Maintainer: Michael Mintz
9
9
  License: MIT
10
+ Project-URL: Homepage, https://github.com/seleniumbase/SeleniumBase
10
11
  Project-URL: Changelog, https://github.com/seleniumbase/SeleniumBase/releases
11
12
  Project-URL: Download, https://pypi.org/project/seleniumbase/#files
12
- Project-URL: Gitter, https://gitter.im/seleniumbase/SeleniumBase
13
13
  Project-URL: Blog, https://seleniumbase.com/
14
+ Project-URL: Discord, https://discord.gg/EdhQTn3EyE
14
15
  Project-URL: PyPI, https://pypi.org/project/seleniumbase/
15
16
  Project-URL: Source, https://github.com/seleniumbase/SeleniumBase
17
+ Project-URL: Repository, https://github.com/seleniumbase/SeleniumBase
16
18
  Project-URL: Documentation, https://seleniumbase.io/
17
19
  Platform: Windows
18
20
  Platform: Linux
@@ -50,7 +52,7 @@ Classifier: Topic :: Software Development :: Testing :: Traffic Generation
50
52
  Classifier: Topic :: Utilities
51
53
  Requires-Python: >=3.8
52
54
  Description-Content-Type: text/markdown
53
- Requires-Dist: seleniumbase>=4.32.11
55
+ Requires-Dist: seleniumbase>=4.32.12
54
56
 
55
57
  **[<img src="https://img.shields.io/badge/pypi-pytest--seleniumbase-22AAEE.svg" alt="pypi" />](https://pypi.python.org/pypi/pytest-seleniumbase) is a proxy for [<img src="https://img.shields.io/badge/pypi-seleniumbase-22AAEE.svg" alt="pypi" />](https://pypi.python.org/pypi/seleniumbase)**
56
58
  ****
@@ -0,0 +1 @@
1
+ seleniumbase>=4.32.12
@@ -68,7 +68,7 @@ if sys.argv[-1] == "publish":
68
68
 
69
69
  setup(
70
70
  name='pytest-seleniumbase',
71
- version='4.32.11',
71
+ version='4.32.12',
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',
@@ -122,7 +122,7 @@ setup(
122
122
  ],
123
123
  python_requires=">=3.8",
124
124
  install_requires=[
125
- 'seleniumbase>=4.32.11',
125
+ 'seleniumbase>=4.32.12',
126
126
  ],
127
127
  packages=[
128
128
  ],
@@ -1,21 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=70.2.0", "wheel>=0.44.0"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "pytest-seleniumbase"
7
- readme = "README.md"
8
- dynamic = [
9
- "urls",
10
- "version",
11
- "license",
12
- "authors",
13
- "scripts",
14
- "classifiers",
15
- "description",
16
- "maintainers",
17
- "entry-points",
18
- "dependencies",
19
- "requires-python",
20
- "optional-dependencies",
21
- ]
@@ -1 +0,0 @@
1
- seleniumbase>=4.32.11