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
## 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
### Features

4
Cargo.lock generated
View File

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

View File

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

View File

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