chapel-lang / mason-registry

Package registry for mason, Chapel's package manager
17 stars 25 forks source link

Update UUID module for Chapel v2.0 #71

Open astatide opened 4 months ago

astatide commented 4 months ago

This PR adds a new version of the UUID module, which has been updated to work properly with Chapel 2.0. It also updates to the new repo location on Codeberg.

arezaii commented 4 months ago

It looks like we (mason) need to update how we validate license names since SPDX archived their repo and changed where they publish the list.

arezaii commented 3 months ago

I recently merged https://github.com/chapel-lang/chapel/pull/25062, which should fix the issue with the license names once you run mason publish --refresh-licenses

astatide commented 3 months ago

Aha, yay, looks like it works now. Thank you!