Skip to content

Commit a2eb577

Browse files
committed
Revert to NX2 checks for staging builds
1 parent a4afdf2 commit a2eb577

3 files changed

Lines changed: 66 additions & 59 deletions

File tree

atr/models/sql.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ class DistributionPlatform(enum.Enum):
130130
template_url="https://repo1.maven.org/maven2/{owner_namespace}/{package}/maven-metadata.xml",
131131
# Below is the old template using the maven search API - but the index isn't updated quickly enough for us
132132
# template_url="https://search.maven.org/solrsearch/select?q=g:{owner_namespace}+AND+a:{package}+AND+v:{version}&core=gav&rows=20&wt=json",
133-
template_staging_url="https://repository.apache.org:4443/repository/maven-staging/{owner_namespace}/{package}/maven-metadata.xml",
133+
template_staging_url="https://repository.apache.org/content/groups/staging/{owner_namespace}/{package}/maven-metadata.xml",
134+
# template_staging_url="https://repository.apache.org:4443/repository/maven-staging/{owner_namespace}/{package}/maven-metadata.xml",
134135
# https://repository.apache.org/content/repositories/orgapachePROJECT-NNNN/
135136
# There's no JSON, but each individual package has maven-metadata.xml
136137
requires_owner_namespace=True,

pip-audit.requirements

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aiofiles==25.1.0
55
# tooling-trusted-releases
66
aiohappyeyeballs==2.6.2
77
# via aiohttp
8-
aiohttp==3.13.5
8+
aiohttp==3.14.0
99
# via
1010
# asfpy
1111
# asfquart
@@ -14,7 +14,7 @@ aioshutil==1.6
1414
# via tooling-trusted-releases
1515
aiosignal==1.4.0
1616
# via aiohttp
17-
aiosmtplib==5.1.0
17+
aiosmtplib==5.1.1
1818
# via tooling-trusted-releases
1919
aiosqlite==0.22.1
2020
# via tooling-trusted-releases
@@ -86,14 +86,14 @@ cyclonedx-python-lib==11.7.0
8686
decouple-types==1.0.2
8787
defusedxml==0.7.1
8888
# via py-serializable
89-
distlib==0.4.0
89+
distlib==0.4.1
9090
# via virtualenv
9191
djlint==1.36.4
9292
dnspython==2.8.0
9393
# via
9494
# email-validator
9595
# tooling-trusted-releases
96-
dulwich==1.2.5
96+
dulwich==1.2.6
9797
# via tooling-trusted-releases
9898
dunamai==1.26.1
9999
# via tooling-trusted-releases
@@ -113,7 +113,7 @@ ezt==1.1
113113
# via
114114
# asfpy
115115
# asfquart
116-
filelock==3.29.0
116+
filelock==3.29.1
117117
# via
118118
# python-discovery
119119
# virtualenv
@@ -153,7 +153,7 @@ hyperscan==0.8.2
153153
# via tooling-trusted-releases
154154
identify==2.6.19
155155
# via pre-commit
156-
idna==3.17
156+
idna==3.18
157157
# via
158158
# anyio
159159
# email-validator
@@ -259,7 +259,7 @@ pyhumps==3.8.0
259259
# via quart-schema
260260
pyjwt==2.13.0
261261
# via tooling-trusted-releases
262-
pyright==1.1.409
262+
pyright==1.1.410
263263
python-dateutil==2.9.0.post0
264264
# via
265265
# arrow
@@ -365,7 +365,7 @@ urllib3==2.7.0
365365
# requests
366366
uvloop==0.22.1
367367
# via hypercorn
368-
virtualenv==21.4.1
368+
virtualenv==21.4.2
369369
# via pre-commit
370370
watchfiles==1.2.0
371371
# via

0 commit comments

Comments
 (0)