Commit Graph

876 Commits

Author SHA1 Message Date
figsoda
05496b9a41
Merge pull request #288 from nix-community/dependabot/cargo/toml-0.8.1
build(deps): bump toml from 0.8.0 to 0.8.1
2023-09-27 10:06:38 -04:00
dependabot[bot]
78da5e2a2a
build(deps): bump toml from 0.8.0 to 0.8.1
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.0 to 0.8.1.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.0...toml-v0.8.1)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 09:03:20 +00:00
figsoda
83ff914cd4
Merge pull request #286 from nix-community/dependabot/cargo/clap_complete-4.4.2 2023-09-26 09:22:00 -04:00
dependabot[bot]
55f279e414
build(deps): bump clap_complete from 4.4.1 to 4.4.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.1...clap_complete-v4.4.2)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 12:33:40 +00:00
figsoda
7596a68bfa
Merge pull request #285 from nix-community/dependabot/cargo/clap-4.4.5
build(deps): bump clap from 4.4.4 to 4.4.5
2023-09-26 08:32:02 -04:00
dependabot[bot]
cdd28eecdd
build(deps): bump clap from 4.4.4 to 4.4.5
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 08:48:07 +00:00
figsoda
9b5bee6432
Merge pull request #284 from nix-community/dependabot/cargo/semver-1.0.19
build(deps): bump semver from 1.0.18 to 1.0.19
2023-09-25 08:50:57 -04:00
figsoda
2f266ebd5f
Merge pull request #283 from nix-community/dependabot/cargo/time-0.3.29
build(deps): bump time from 0.3.28 to 0.3.29
2023-09-25 08:50:48 -04:00
dependabot[bot]
6bf5eeff03
build(deps): bump semver from 1.0.18 to 1.0.19
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.18 to 1.0.19.
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](https://github.com/dtolnay/semver/compare/1.0.18...1.0.19)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 08:38:32 +00:00
dependabot[bot]
bc9587b7e4
build(deps): bump time from 0.3.28 to 0.3.29
Bumps [time](https://github.com/time-rs/time) from 0.3.28 to 0.3.29.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.28...v0.3.29)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 08:38:09 +00:00
figsoda
63e6f8fb5d rust(deps): add libwebp-sys2 2023-09-22 11:31:16 -04:00
figsoda
dc87d27762 rust(deps): add libmpv-sys 2023-09-22 11:19:30 -04:00
figsoda
838125b1c3
Merge pull request #282 from nix-community/dependabot/cargo/rayon-1.8.0 2023-09-21 15:57:44 -04:00
figsoda
dde9faa686
Merge pull request #281 from nix-community/dependabot/cargo/insta-1.32.0
build(deps): bump insta from 1.31.0 to 1.32.0
2023-09-21 08:34:45 -04:00
dependabot[bot]
2da6547773
build(deps): bump rayon from 1.7.0 to 1.8.0
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.7.0 to 1.8.0.
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.0...rayon-core-v1.8.0)

---
updated-dependencies:
- dependency-name: rayon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 08:23:26 +00:00
dependabot[bot]
ccf5e78d13
build(deps): bump insta from 1.31.0 to 1.32.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.32.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.31.0...1.32.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 08:23:13 +00:00
figsoda
48bb0b55be
Merge pull request #280 from nix-community/dependabot/cargo/clap-4.4.4 2023-09-19 09:49:41 -04:00
dependabot[bot]
eb1678f8eb
build(deps): bump clap from 4.4.3 to 4.4.4
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 12:30:22 +00:00
figsoda
a89d6fc0de
Merge pull request #279 from nix-community/dependabot/cargo/clap_mangen-0.2.14
build(deps): bump clap_mangen from 0.2.13 to 0.2.14
2023-09-19 08:29:42 -04:00
dependabot[bot]
70a69623e4
build(deps): bump clap_mangen from 0.2.13 to 0.2.14
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.13 to 0.2.14.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.13...clap_mangen-v0.2.14)

---
updated-dependencies:
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 09:05:53 +00:00
figsoda
077ac3915a flake: small clean up 2023-09-18 16:46:16 -04:00
figsoda
9fe8a524ab
Merge pull request #278 from nix-community/dependabot/cargo/indoc-2.0.4
build(deps): bump indoc from 2.0.3 to 2.0.4
2023-09-18 09:08:11 -04:00
dependabot[bot]
958e533fdf
build(deps): bump indoc from 2.0.3 to 2.0.4
Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/2.0.3...2.0.4)

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 08:32:20 +00:00
figsoda
bdd57bdfab changelog: fix typo 2023-09-17 10:18:56 -04:00
figsoda
e97b842a24
Merge pull request #277 from nix-community/bump 2023-09-16 17:05:26 -04:00
figsoda
c117d8d6cf bump 2023-09-16 10:50:59 -04:00
figsoda
64b5da2073
Merge pull request #275 from nix-community/pyproject 2023-09-15 11:34:13 -04:00
figsoda
a1a3ada20c
Merge pull request #276 from nix-community/dependabot/cargo/serde_json-1.0.107
build(deps): bump serde_json from 1.0.106 to 1.0.107
2023-09-14 08:16:37 -04:00
dependabot[bot]
1082bf7f47
build(deps): bump serde_json from 1.0.106 to 1.0.107
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.106 to 1.0.107.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.106...v1.0.107)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 08:55:53 +00:00
figsoda
6dfc0ab86b python: format -> pyproject 2023-09-13 15:07:12 -04:00
figsoda
639f796fd8
Merge pull request #274 from nix-community/dependabot/cargo/toml-0.8.0
build(deps): bump toml from 0.7.8 to 0.8.0
2023-09-13 07:44:20 -04:00
figsoda
4376f0ac24
Merge pull request #273 from nix-community/dependabot/cargo/clap-4.4.3
build(deps): bump clap from 4.4.2 to 4.4.3
2023-09-13 07:44:04 -04:00
dependabot[bot]
3bdf0b07c8
build(deps): bump toml from 0.7.8 to 0.8.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.0.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 08:42:14 +00:00
dependabot[bot]
db3320ffbb
build(deps): bump clap from 4.4.2 to 4.4.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 08:41:57 +00:00
figsoda
570ee80935
Merge pull request #272 from nix-community/dependabot/cargo/serde_json-1.0.106
build(deps): bump serde_json from 1.0.105 to 1.0.106
2023-09-11 09:32:49 -04:00
figsoda
6ba68adaa3
Merge pull request #271 from nix-community/dependabot/cargo/toml-0.7.8
build(deps): bump toml from 0.7.7 to 0.7.8
2023-09-11 09:32:40 -04:00
dependabot[bot]
bb9ab73196
build(deps): bump serde_json from 1.0.105 to 1.0.106
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 08:19:12 +00:00
dependabot[bot]
45d06cc609
build(deps): bump toml from 0.7.7 to 0.7.8
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.7 to 0.7.8.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 08:19:02 +00:00
figsoda
8757b146a7 don't suggest pkgs/by-name with buildPythonPackage 2023-09-08 18:56:08 -04:00
figsoda
3c13b8113d readme: remove deps badge 2023-09-08 14:20:06 -04:00
figsoda
7bb16d411d add commit option to commit the changes if it follows RFC 140 2023-09-08 14:15:06 -04:00
figsoda
f521b7ad65 dedent block 2023-09-08 11:20:00 -04:00
figsoda
8895fcf582 default output path to the RFC 140 format if pkgs/by-name exists
https://github.com/NixOS/nixpkgs/pull/237439 has been merged
2023-09-08 10:58:26 -04:00
figsoda
a6065646cb
Merge pull request #270 from nix-community/dependabot/cargo/clap_complete-4.4.1
build(deps): bump clap_complete from 4.4.0 to 4.4.1
2023-09-08 08:16:36 -04:00
figsoda
5c79fa31d9
Merge pull request #269 from nix-community/dependabot/cargo/toml-0.7.7
build(deps): bump toml from 0.7.6 to 0.7.7
2023-09-08 08:16:26 -04:00
dependabot[bot]
a084eef823
build(deps): bump clap_complete from 4.4.0 to 4.4.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.0...clap_complete-v4.4.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 08:42:20 +00:00
dependabot[bot]
fe0aaf7918
build(deps): bump toml from 0.7.6 to 0.7.7
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.7.7.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.6...toml-v0.7.7)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 08:42:04 +00:00
figsoda
92ad2b6cb9 prompt for the output path last 2023-09-07 20:48:36 -04:00
figsoda
00e6100d3e
Merge pull request #266 from nix-community/dependabot/cargo/shlex-1.2.0
build(deps): bump shlex from 1.1.0 to 1.2.0
2023-09-05 08:28:45 -04:00
figsoda
77bde7d153
Merge pull request #265 from nix-community/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2023-09-05 08:25:51 -04:00