-
Notifications
You must be signed in to change notification settings - Fork 31
Add mojo-ini v0.2.2 #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add mojo-ini v0.2.2 #198
Conversation
- Add package image for builds.modular.com display - Update to v0.2.1 with CodeQL scanning enabled - Update license to Apache-2.0 - Clean recipe without mojo-toml files
Version bump includes whitespace fixes from pre-commit. Co-Authored-By: Warp <agent@warp.dev>
Standardize to latest stable Mojo release. Co-Authored-By: Warp <agent@warp.dev>
- Change 'test:' to 'tests:' with proper list structure - Change 'commands' to 'script' - Change 'doc_url' to 'documentation' - Change 'dev_url' to 'repository' Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
|
Update:
|
|
Closed in error? |
|
@Mjboothaus I see you're adding 2 recipe files under 2 different folders. I think this is not the format defined for community packages. |
|
Sorry I must have done something silly in error - assume you mean MojoIni package??? Will fix |
Oh, there is already a published community package as |
Yes I'd made a change in error to the recipe.yml file in MojoINI instead of mojo-ini - now deleted. |
Now you're removing the whole file. Instead, you should discard all the changes to the file. Removing its content is also considered a change. |
Hi @yetalit - apologies - my git/GH skills are limited - I was trying to find a restore file button, undo changes but they don't seem to exist - what is the least painful way to revert this file (it was only a version number change) |
Hi, you can simply download the file from the main repository (not your fork) and put it were it was in your own fork. |
Adds mojo-ini v0.2.2 - INI parser and writer for Mojo with Python configparser compatibility.
Version update: v0.2.1 → v0.2.2 includes pre-commit whitespace fixes.
Resubmission after closing PR #194 following the modular-community standards guide.
Package features:
Use case: Perfect for configuration files, application settings, CI/CD configs, and any Mojo application needing INI format support with Python compatibility.
Compliance checklist:
Repository: https://github.com/DataBooth/mojo-ini
CodeQL: