py-sqlparse: add version 0.5.1 (#46876)

This commit is contained in:
Caetano Melone 2024-10-09 16:12:07 -03:00 committed by GitHub
parent f807337273
commit 39ff675898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ class PySqlparse(PythonPackage):
license("BSD-3-Clause")
version("0.5.1", sha256="a9f1a42ca749a019aa98d996b58e917f4c9e1b9ff164610355f35248733767bb")
version("0.4.1", sha256="f75cdec98a4cc8296890279d744e1ae8618bb14dbad77e3d0637f0d7bb5d6535")
version("0.3.1", sha256="344b539482b75c244ac69fbb160d0f4d63a288a392475c8418ca692c594561f9")
version("0.3.0", sha256="a75fddae009fba1d66786203c9dd3a842aa4415475c466d15484139117108474")
@ -21,4 +22,6 @@ class PySqlparse(PythonPackage):
version("0.2.3", sha256="12470ab41df1a7003a2957a79c6da9cd4ded180c8a193aa112fe0899b935ef30")
depends_on("py-setuptools", type="build")
depends_on("py-hatchling", when="@0.5.1:", type="build")
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("python@3.8:", when="@0.5.1:", type=("build", "run"))