basecase 4.49.6__tar.gz → 4.49.8__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,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: basecase
3
- Version: 4.49.6
4
- Summary: A complete web automation framework for end-to-end testing.
3
+ Version: 4.49.8
4
+ Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
7
7
  Author-email: mdmintz@gmail.com
@@ -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.6
55
+ Requires-Dist: seleniumbase>=4.49.8
55
56
  Dynamic: author
56
57
  Dynamic: author-email
57
58
  Dynamic: classifier
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: basecase
3
- Version: 4.49.6
4
- Summary: A complete web automation framework for end-to-end testing.
3
+ Version: 4.49.8
4
+ Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
7
7
  Author-email: mdmintz@gmail.com
@@ -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.6
55
+ Requires-Dist: seleniumbase>=4.49.8
55
56
  Dynamic: author
56
57
  Dynamic: author-email
57
58
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ seleniumbase>=4.49.8
@@ -17,7 +17,10 @@ try:
17
17
  long_description_lines.append(line)
18
18
  long_description = "\n".join(long_description_lines)
19
19
  except IOError:
20
- long_description = 'The complete web automation library.'
20
+ long_description = (
21
+ "SeleniumBase is a framework for web crawling, scraping, and testing. "
22
+ "Supports pytest. CDP Mode adds stealth. Includes many tools."
23
+ )
21
24
 
22
25
  if sys.argv[-1] == "publish":
23
26
  reply = None
@@ -68,15 +71,17 @@ if sys.argv[-1] == "publish":
68
71
 
69
72
  setup(
70
73
  name='basecase',
71
- version='4.49.6',
72
- description='A complete web automation framework for end-to-end testing.',
74
+ version='4.49.8',
75
+ description=(
76
+ "SeleniumBase is a framework for web crawling, scraping, and testing. "
77
+ "Supports pytest. CDP Mode adds stealth. Includes many tools."
78
+ ),
73
79
  long_description=long_description,
74
80
  long_description_content_type='text/markdown',
75
81
  url='https://github.com/seleniumbase/SeleniumBase',
76
82
  project_urls={
77
83
  "Changelog": "https://github.com/seleniumbase/SeleniumBase/releases",
78
84
  "Download": "https://pypi.org/project/seleniumbase/#files",
79
- "Gitter": "https://gitter.im/seleniumbase/SeleniumBase",
80
85
  "Blog": "https://seleniumbase.com/",
81
86
  "PyPI": "https://pypi.org/project/seleniumbase/",
82
87
  "Source": "https://github.com/seleniumbase/SeleniumBase",
@@ -107,6 +112,7 @@ setup(
107
112
  "Programming Language :: Python :: 3.12",
108
113
  "Programming Language :: Python :: 3.13",
109
114
  "Programming Language :: Python :: 3.14",
115
+ "Programming Language :: Python :: 3.15",
110
116
  "Topic :: Internet",
111
117
  "Topic :: Scientific/Engineering",
112
118
  "Topic :: Software Development",
@@ -121,7 +127,7 @@ setup(
121
127
  ],
122
128
  python_requires=">=3.9",
123
129
  install_requires=[
124
- 'seleniumbase>=4.49.6',
130
+ 'seleniumbase>=4.49.8',
125
131
  ],
126
132
  packages=[
127
133
  ],
@@ -1 +0,0 @@
1
- seleniumbase>=4.49.6
File without changes
File without changes
File without changes