File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ aiofiles==25.1.0
55 # tooling-trusted-releases
66aiohappyeyeballs==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
1515aiosignal==1.4.0
1616 # via aiohttp
17- aiosmtplib==5.1.0
17+ aiosmtplib==5.1.1
1818 # via tooling-trusted-releases
1919aiosqlite==0.22.1
2020 # via tooling-trusted-releases
@@ -86,14 +86,14 @@ cyclonedx-python-lib==11.7.0
8686decouple-types==1.0.2
8787defusedxml==0.7.1
8888 # via py-serializable
89- distlib==0.4.0
89+ distlib==0.4.1
9090 # via virtualenv
9191djlint==1.36.4
9292dnspython==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
9898dunamai==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
154154identify==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
260260pyjwt==2.13.0
261261 # via tooling-trusted-releases
262- pyright==1.1.409
262+ pyright==1.1.410
263263python-dateutil==2.9.0.post0
264264 # via
265265 # arrow
@@ -365,7 +365,7 @@ urllib3==2.7.0
365365 # requests
366366uvloop==0.22.1
367367 # via hypercorn
368- virtualenv==21.4.1
368+ virtualenv==21.4.2
369369 # via pre-commit
370370watchfiles==1.2.0
371371 # via
You can’t perform that action at this time.
0 commit comments