science/py-arch: update 6.1.0 → 6.3.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2024-01-06 00:33:03 -08:00
parent 0525128131
commit d1872f5f69
3 changed files with 9 additions and 16 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= arch
DISTVERSION= 6.1.0
DISTVERSION= 6.3.0
CATEGORIES= science finance python # economics
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1687837929
SHA256 (arch-6.1.0.tar.gz) = c398f1fd89e23911ca65f04b17a1cc67e87df14bb1a0478b5cd05dde772eb996
SIZE (arch-6.1.0.tar.gz) = 3368476
TIMESTAMP = 1704528706
SHA256 (arch-6.3.0.tar.gz) = 6c56d8cb8a530723c68cb432bb9839490272c90614264d4ec241fe56b1fd96b7
SIZE (arch-6.3.0.tar.gz) = 3736917

View File

@ -1,20 +1,13 @@
--- pyproject.toml.orig 2023-05-26 17:31:58 UTC
--- pyproject.toml.orig 2023-09-27 08:13:24 UTC
+++ pyproject.toml
@@ -2,8 +2,8 @@
@@ -54,8 +54,8 @@ requires = [
requires = [
"setuptools>=61",
"wheel",
- "setuptools_scm[toml]>=7,<8",
- "setuptools_scm[toml]>=8.0.3,<9",
- "oldest-supported-numpy>=2022.11.19",
+ "setuptools_scm[toml]",
+ "numpy",
"numpy; python_version>='3.12'",
"cython>=0.29.34" # Works with 3.0.0b2
]
@@ -29,4 +29,4 @@ exclude = '''
write_to = "arch/_version.py"
"cython>=0.29.34", # Works with 3.0.0b2
[tool.ruff]
-typing-modules = ["arch.typing"]
\ No newline at end of file
+typing-modules = ["arch.typing"]
]