Browse Source
- Switch to DISTVERSION - Switch to pep517 build - Add pytest ChangeLog: https://github.com/Diaoul/enzyme/releases PR: 279983 Approved by: maintainer timeout >3 weeksoverlay

3 changed files with 20 additions and 5 deletions
@ -1,2 +1,3 @@ |
|||
SHA256 (enzyme-0.4.1.tar.gz) = f2167fa97c24d1103a94d4bf4eb20f00ca76c38a37499821049253b2059c62bb |
|||
SIZE (enzyme-0.4.1.tar.gz) = 47953 |
|||
TIMESTAMP = 1721551907 |
|||
SHA256 (enzyme-0.5.2.tar.gz) = 7cf779148d9e66eb2838603eace140c53c3cefc8b8fe5d4d5a03a5fb5d57b3c1 |
|||
SIZE (enzyme-0.5.2.tar.gz) = 50543 |
|||
|
@ -0,0 +1,10 @@ |
|||
--- pyproject.toml.orig 2024-06-25 07:08:14 UTC |
|||
+++ pyproject.toml |
|||
@@ -1,6 +1,6 @@ |
|||
# https://peps.python.org/pep-0517/ |
|||
[build-system] |
|||
-requires = ["setuptools>=64"] |
|||
+requires = ["setuptools>=63"] |
|||
build-backend = "setuptools.build_meta" |
|||
|
|||
# https://peps.python.org/pep-0621/ |
Loading…
Reference in new issue