File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ load("//common:defs.bzl", "copy_file")
77load ("//py:defs.bzl" , "py_test_suite" )
88load ("//py/private:browsers.bzl" , "BROWSERS" )
99
10- SE_VERSION = "4.1.3 "
10+ SE_VERSION = "4.1.4 "
1111
1212BROWSER_VERSIONS = [
1313 "v85" ,
@@ -120,21 +120,20 @@ pkg_files(
120120 name = "selenium-sdist-pkg" ,
121121 srcs = [
122122 "CHANGES" ,
123- "setup.py" ,
124123 "MANIFEST.in" ,
125124 "README.rst" ,
125+ "setup.py" ,
126126 ":selenium-pkg" ,
127127 ],
128128 strip_prefix = strip_prefix .from_pkg (),
129129)
130130
131-
132131pkg_tar (
133132 name = "selenium-sdist" ,
134133 srcs = [":selenium-sdist-pkg" ],
135- package_file_name = "selenium-%s.tar.gz" % SE_VERSION ,
136134 extension = "tar.gz" ,
137- mode = "0644"
135+ mode = "0644" ,
136+ package_file_name = "selenium-%s.tar.gz" % SE_VERSION ,
138137)
139138
140139py_wheel (
Original file line number Diff line number Diff line change 5757# built documents.
5858#
5959# The short X.Y version.
60- version = '4.1.0 '
60+ version = '4.1'
6161# The full version, including alpha/beta/rc tags.
6262release = version
6363
You can’t perform that action at this time.
0 commit comments