py-twine: add 4.0.2 (#40026)
This commit is contained in:
parent
75eeab1297
commit
0c2849da4d
@ -13,11 +13,10 @@ class PyTwine(PythonPackage):
|
||||
pypi = "twine/twine-2.0.0.tar.gz"
|
||||
git = "https://github.com/pypa/twine.git"
|
||||
|
||||
version("4.0.2", sha256="9e102ef5fdd5a20661eb88fad46338806c3bd32cf1db729603fe3697b1bc83c8")
|
||||
version("4.0.1", sha256="96b1cf12f7ae611a4a40b6ae8e9570215daff0611828f5fe1f37a16255ab24a0")
|
||||
version("2.0.0", sha256="9fe7091715c7576df166df8ef6654e61bada39571783f2fd415bdcba867c6993")
|
||||
|
||||
depends_on("python@3.7:", when="@4:", type=("build", "run"))
|
||||
depends_on("python@3.6:", type=("build", "run"))
|
||||
depends_on("py-setuptools@45:", when="@3.4.1:", type="build")
|
||||
depends_on("py-setuptools@0.7.0:", type="build")
|
||||
depends_on("py-setuptools-scm+toml@6:", when="@3.4.2:", type="build")
|
||||
@ -33,4 +32,6 @@ class PyTwine(PythonPackage):
|
||||
depends_on("py-keyring@15.1:", when="@3:", type=("build", "run"))
|
||||
depends_on("py-rfc3986@1.4:", when="@3.2:", type=("build", "run"))
|
||||
depends_on("py-rich@12:", when="@4:", type=("build", "run"))
|
||||
|
||||
# Historical Dependencies
|
||||
depends_on("py-tqdm@4.14:", when="@:3", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user