[chore] py-aniso8601: Add version 7.0.0 (#39808)
* [chore] py-aniso8601: Add version 3.0.2 required by py-graphene * py-aniso8601: Add version 7.0.0 and constraints on python version * py-aniso8601: fix style * [fix] py-aniso8601: remove version 3.0.2 which depends on removed version of python; set the minimal version of python to 3.7 * py-aniso8601: remove version constraint on python
This commit is contained in:
parent
da8e022f6b
commit
078369ec2b
@ -13,5 +13,6 @@ class PyAniso8601(PythonPackage):
|
|||||||
pypi = "aniso8601/aniso8601-9.0.1.tar.gz"
|
pypi = "aniso8601/aniso8601-9.0.1.tar.gz"
|
||||||
|
|
||||||
version("9.0.1", sha256="72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973")
|
version("9.0.1", sha256="72e3117667eedf66951bb2d93f4296a56b94b078a8a95905a052611fb3f1b973")
|
||||||
|
version("7.0.0", sha256="513d2b6637b7853806ae79ffaca6f3e8754bdd547048f5ccc1420aec4b714f1e")
|
||||||
|
|
||||||
depends_on("py-setuptools", type="build")
|
depends_on("py-setuptools", type="build")
|
||||||
|
Loading…
Reference in New Issue
Block a user