This commit is contained in:
figsoda 2023-04-29 19:13:51 -04:00
parent a037d41298
commit 1cb33734b2
4 changed files with 23 additions and 12 deletions

View File

@ -1,5 +1,16 @@
# Changelog # Changelog
## v0.2.3 - 2023-04-29
### Features
- Python: improve name normalization
### Fixes
- Python: fix parsing requirements.txt ([#111](https://github.com/nix-community/nix-init/pull/111))
- Python: acknowledge requirements.txt when pyproject.toml is absent
## v0.2.2 - 2023-04-23 ## v0.2.2 - 2023-04-23
### Features ### Features

4
Cargo.lock generated
View File

@ -1685,7 +1685,7 @@ dependencies = [
[[package]] [[package]]
name = "license-store-cache" name = "license-store-cache"
version = "0.2.2" version = "0.2.3"
dependencies = [ dependencies = [
"askalono", "askalono",
] ]
@ -1846,7 +1846,7 @@ dependencies = [
[[package]] [[package]]
name = "nix-init" name = "nix-init"
version = "0.2.2" version = "0.2.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"askalono", "askalono",

View File

@ -2,7 +2,7 @@
members = ["license-store-cache"] members = ["license-store-cache"]
[workspace.package] [workspace.package]
version = "0.2.2" version = "0.2.3"
authors = ["figsoda <figsoda@pm.me>"] authors = ["figsoda <figsoda@pm.me>"]
edition = "2021" edition = "2021"
license = "MPL-2.0" license = "MPL-2.0"

View File

@ -12,11 +12,11 @@
"rust-overlay": [] "rust-overlay": []
}, },
"locked": { "locked": {
"lastModified": 1681680516, "lastModified": 1682796879,
"narHash": "sha256-EB8Adaeg4zgcYDJn9sR6UMjN/OHdIiMMK19+3LmmXQY=", "narHash": "sha256-X0oDZylzDXBt7RBtYXBvFexARRFvousej15feeemAx0=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "54b63c8eae4c50172cb50b612946ff1d2bc1c75c", "rev": "db21a44eb056ef65a33d9d2648ecc964b4acaddc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -33,11 +33,11 @@
"rust-analyzer-src": [] "rust-analyzer-src": []
}, },
"locked": { "locked": {
"lastModified": 1682230876, "lastModified": 1682749232,
"narHash": "sha256-vCnd1pZRQKCdNvivQBD7WzaOlU1GcN91OCAz1rnoe5M=", "narHash": "sha256-tZdhmgUIuSrRB8j1fTa5JVdewdNf0crNwDMnNIKfYqE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "378f052d9f1cd90060ec4329f81782fee80490a4", "rev": "30d4a659367f2399cdc9e813c516ae53d46ab266",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -66,11 +66,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1682181988, "lastModified": 1682692304,
"narHash": "sha256-CYWhlNi16cjGzMby9h57gpYE59quBcsHPXiFgX4Sw5k=", "narHash": "sha256-9/lyXN2BpHw+1xE+D2ySBSLMCHWqiWu5tPHBMRDib8M=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6c43a3495a11e261e5f41e5d7eda2d71dae1b2fe", "rev": "937a9d1ee7b1351d8c55fff6611a8edf6e7c1c37",
"type": "github" "type": "github"
}, },
"original": { "original": {