diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-24 16:18:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-24 16:20:26 +0900 |
| commit | a3867ad65fd07b2daead85fe5c30422ac916890e (patch) | |
| tree | 1ee2ada5ce6523a55d0c73967eb16345bb2a3f35 /internal/rosa/package/python/package.az | |
| parent | 689f97297691beb266ded94e7b4fdcd4a36da51b (diff) | |
internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/python/package.az')
| -rw-r--r-- | internal/rosa/package/python/package.az | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/internal/rosa/package/python/package.az b/internal/rosa/package/python/package.az index 684decec..faec6f81 100644 --- a/internal/rosa/package/python/package.az +++ b/internal/rosa/package/python/package.az @@ -3,7 +3,7 @@ package python { website = "https://www.python.org"; anitya = 13254; - version* = "3.14.5"; + version# = "3.14.5"; source = remoteTar { url = "https://www.python.org/ftp/python/"+version+ "/Python-"+version+".tgz"; @@ -74,7 +74,7 @@ package python-setuptools { website = "https://pypi.org/project/setuptools"; anitya = 4021; - version* = "82.0.1"; + version# = "82.0.1"; source = remoteGitHub { suffix = "pypa/setuptools"; tag = "v"+version; @@ -96,7 +96,7 @@ package python-wheel { website = "https://peps.python.org/pep-0427"; anitya = 11428; - version* = "0.47.0"; + version# = "0.47.0"; source = remoteGitHub { suffix = "pypa/wheel"; tag = version; @@ -120,7 +120,7 @@ package python-vcs-versioning { website = "https://setuptools-scm.readthedocs.io/en/latest"; anitya = 389421; - version* = "1.1.1"; + version# = "1.1.1"; source = remoteGitHub { suffix = "pypa/setuptools-scm"; tag = "vcs-versioning-v"+version; @@ -154,7 +154,7 @@ package python-setuptools-scm { website = "https://setuptools-scm.readthedocs.io/en/latest"; anitya = 7874; - version* = "10.0.5"; + version# = "10.0.5"; source = remoteGitHub { suffix = "pypa/setuptools-scm"; tag = "setuptools-scm-v"+version; @@ -188,7 +188,7 @@ package python-flit-core { website = "https://flit.pypa.io"; anitya = 44841; - version* = "3.12.0"; + version# = "3.12.0"; source = remoteGitHub { suffix = "pypa/flit"; tag = version; @@ -210,7 +210,7 @@ package python-packaging { website = "https://packaging.pypa.io"; anitya = 60461; - version* = "26.2"; + version# = "26.2"; source = remoteGitHub { suffix = "pypa/packaging"; tag = version; @@ -231,7 +231,7 @@ package python-pathspec { website = "https://github.com/cpburnz/python-pathspec"; anitya = 23424; - version* = "1.1.1"; + version# = "1.1.1"; source = remoteGitHub { suffix = "cpburnz/python-pathspec"; tag = "v"+version; @@ -252,7 +252,7 @@ package python-trove-classifiers { website = "https://pypi.org/p/trove-classifiers"; anitya = 88298; - version* = "2026.5.22.10"; + version# = "2026.5.22.10"; source = remoteGitHub { suffix = "pypa/trove-classifiers"; tag = version; @@ -273,7 +273,7 @@ package python-pluggy { website = "https://pluggy.readthedocs.io/en/latest"; anitya = 7500; - version* = "1.6.0"; + version# = "1.6.0"; source = remoteGitHub { suffix = "pytest-dev/pluggy"; tag = version; @@ -298,7 +298,7 @@ package python-hatchling { website = "https://hatch.pypa.io"; anitya = 16137; - version* = "1.16.5"; + version# = "1.16.5"; source = remoteGitHub { suffix = "pypa/hatch"; tag = "hatch-v"+version; @@ -332,7 +332,7 @@ package python-pygments { website = "https://pygments.org"; anitya = 3986; - version* = "2.20.0"; + version# = "2.20.0"; source = remoteGitHub { suffix = "pygments/pygments"; tag = version; @@ -353,7 +353,7 @@ package python-iniconfig { website = "https://github.com/pytest-dev/iniconfig"; anitya = 114778; - version* = "2.3.0"; + version# = "2.3.0"; source = remoteGitHub { suffix = "pytest-dev/iniconfig"; tag = "v"+version; @@ -378,7 +378,7 @@ package python-pytest { website = "https://pytest.org"; anitya = 3765; - version* = "9.0.3"; + version# = "9.0.3"; source = remoteGitHub { suffix = "pytest-dev/pytest"; tag = version; @@ -416,7 +416,7 @@ package python-markupsafe { website = "https://markupsafe.palletsprojects.com"; anitya = 3918; - version* = "3.0.3"; + version# = "3.0.3"; source = remoteGitHub { suffix = "pallets/markupsafe"; tag = version; @@ -437,7 +437,7 @@ package python-mako { website = "https://www.makotemplates.org"; anitya = 3915; - version* = "1.3.12"; + version# = "1.3.12"; source = remoteGitHub { suffix = "sqlalchemy/mako"; tag = "rel_"+join { @@ -467,7 +467,7 @@ package python-pyyaml { website = "https://pyyaml.org"; anitya = 4123; - version* = "6.0.3"; + version# = "6.0.3"; source = remoteGitHub { suffix = "yaml/pyyaml"; tag = version; @@ -488,7 +488,7 @@ package python-pycparser { website = "https://github.com/eliben/pycparser"; anitya = 8175; - version* = "3.00"; + version# = "3.00"; source = remoteGitHub { suffix = "eliben/pycparser"; tag = "release_v"+version; |
