Commit Graph

951 Commits

Author SHA1 Message Date
dependabot[bot]
b28e804ab2 build(deps): bump bstr from 1.9.0 to 1.10.0
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.9.0 to 1.10.0.
- [Commits](https://github.com/BurntSushi/bstr/compare/1.9.0...1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 06:26:36 +00:00
dependabot[bot]
cc35a76bbe build(deps): bump serde from 1.0.196 to 1.0.207
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.196 to 1.0.207.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.196...v1.0.207)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 05:23:43 +00:00
Jörg Thalheim
a1e531617d
Merge pull request #459 from nix-community/fix-build
Fix build
2024-08-14 06:44:36 +02:00
Jörg Thalheim
fa0e11d467
Merge pull request #460 from nix-community/mergify
add mergify configuration
2024-08-14 06:43:33 +02:00
Jörg Thalheim
de19d06f4b add mergify configuration 2024-08-14 06:43:12 +02:00
Jörg Thalheim
fc77ca7f41 address all missing-formatter warnings of treefmt 2024-08-14 06:19:15 +02:00
Jörg Thalheim
69fe387010 format markdown with deno 2024-08-14 06:16:37 +02:00
Jörg Thalheim
ad722cba45 gitignore: artifacts 2024-08-14 06:16:21 +02:00
Jörg Thalheim
115387dfc5 CHANGELOG: add missing entry for v0.3.1 2024-08-14 06:16:21 +02:00
Jörg Thalheim
ee148692ae re-add clippy builds 2024-08-14 06:16:21 +02:00
Jörg Thalheim
c97c266b73 apply formatting from treefmt-nix 2024-08-14 06:00:52 +02:00
Jörg Thalheim
c36d91fe74 add treefmt-nix 2024-08-14 06:00:52 +02:00
Jörg Thalheim
2201657246 switch from fenix to buildRustPackage
Build dependencies are no longer cached, which slows down the build,
but at least it fixes the build in CI.

This simplifies the maintainance as it brings the build closer to the nixpkgs version
2024-08-14 06:00:52 +02:00
Jörg Thalheim
a3f275a2f0 bump version 2024-08-14 05:06:11 +02:00
Jörg Thalheim
b3ce25b51f
Merge pull request #457 from a-kenji/fix/compilation
Fix `time` compilation failure
2024-08-14 03:52:08 +02:00
a-kenji
57e0007155 Fix time compilation failure
https://github.com/NixOS/nixpkgs/issues/332957
2024-08-13 14:42:55 +02:00
Jörg Thalheim
e2b88112cd
Merge pull request #438 from nix-community/dependabot/github_actions/DeterminateSystems/nix-installer-action-11
build(deps): bump DeterminateSystems/nix-installer-action from 9 to 11
2024-07-08 18:41:53 +02:00
Jörg Thalheim
44da6506f5
Merge pull request #441 from nix-community/dependabot/github_actions/cachix/install-nix-action-27
build(deps): bump cachix/install-nix-action from 25 to 27
2024-07-08 18:41:39 +02:00
Jörg Thalheim
064a9b28f9
Merge pull request #419 from mweinelt/python-changes
Update python derivation template
2024-07-08 18:33:17 +02:00
Martin Weinelt
43817a1edf
Adopt nixfmt style for lambda inputs 2024-07-08 06:07:43 +02:00
dependabot[bot]
b6a5cbd767
build(deps): bump cachix/install-nix-action from 25 to 27
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v25...V27)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 08:49:39 +00:00
dependabot[bot]
c50ebd66a3
build(deps): bump DeterminateSystems/nix-installer-action from 9 to 11
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 11.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v9...v11)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-10 08:05:02 +00:00
Martin Weinelt
0c34091994
Update python derivation template
- setuptools builds don't actually require specifying wheel, which can
  be seen in the example¹ in the setuptools documentation.
- migrate from
  - nativeBuildInputs to build-system
  - propagatedBuildInputs to dependencies
  - passthru.optional-dependencies to optional-dependencies
- Expand pythonImportsCheck, so the item is on a new line.

[1] https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
2024-03-11 02:53:43 +01:00
figsoda
c6e51b1a54
Merge pull request #409 from nix-community/flake
update dependencies
2024-02-19 14:12:15 -05:00
figsoda
a845af6315 update dependencies 2024-02-19 13:01:13 -05:00
figsoda
1df48a9077
Merge pull request #405 from nix-community/dependabot/cargo/is-terminal-0.4.12
build(deps): bump is-terminal from 0.4.10 to 0.4.12
2024-02-19 12:12:31 -05:00
figsoda
d3ddecc6d2
Merge pull request #407 from nix-community/dependabot/cargo/libgit2-sys-0.16.21.7.2
build(deps): bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2
2024-02-19 12:12:23 -05:00
dependabot[bot]
d96aac090a
build(deps): bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2
Bumps [libgit2-sys](https://github.com/rust-lang/git2-rs) from 0.16.1+1.7.1 to 0.16.2+1.7.2.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/commits)

---
updated-dependencies:
- dependency-name: libgit2-sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 15:50:32 +00:00
dependabot[bot]
c800b94e86
build(deps): bump is-terminal from 0.4.10 to 0.4.12
Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.10 to 0.4.12.
- [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.10...v0.4.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 08:21:06 +00:00
figsoda
b7790d6199
Merge pull request #398 from nix-community/dependabot/cargo/tempfile-3.10.0
build(deps): bump tempfile from 3.9.0 to 3.10.0
2024-02-08 10:36:46 -05:00
figsoda
f30ed7c7cc
Merge pull request #400 from nix-community/dependabot/cargo/toml-0.8.10
build(deps): bump toml from 0.8.9 to 0.8.10
2024-02-08 10:36:26 -05:00
dependabot[bot]
aa2eb07ca8
build(deps): bump toml from 0.8.9 to 0.8.10
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.9 to 0.8.10.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.9...toml-v0.8.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-08 08:11:01 +00:00
figsoda
3b86e955b4
Merge pull request #397 from nix-community/dependabot/cargo/tokio-1.36.0
build(deps): bump tokio from 1.35.1 to 1.36.0
2024-02-07 12:20:12 -05:00
figsoda
0e78024d1d
Merge pull request #394 from nix-community/dependabot/cargo/clap_mangen-0.2.19
build(deps): bump clap_mangen from 0.2.18 to 0.2.19
2024-02-07 12:19:58 -05:00
dependabot[bot]
d793ea9071
build(deps): bump tempfile from 3.9.0 to 3.10.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.9.0 to 3.10.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.9.0...v3.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 17:15:25 +00:00
figsoda
85d9c01409
Merge pull request #399 from nix-community/dependabot/cargo/time-0.3.34
build(deps): bump time from 0.3.32 to 0.3.34
2024-02-07 12:14:39 -05:00
dependabot[bot]
40ce1cde4e
build(deps): bump time from 0.3.32 to 0.3.34
Bumps [time](https://github.com/time-rs/time) from 0.3.32 to 0.3.34.
- [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.32...v0.3.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 08:32:10 +00:00
dependabot[bot]
9dbb3d7f7a
build(deps): bump clap_mangen from 0.2.18 to 0.2.19
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.18 to 0.2.19.
- [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.18...clap_mangen-v0.2.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 17:11:17 +00:00
figsoda
67132c49cb
Merge pull request #395 from nix-community/dependabot/cargo/parse-display-0.9.0
build(deps): bump parse-display from 0.8.2 to 0.9.0
2024-02-05 12:10:28 -05:00
figsoda
80facb86b3
Merge pull request #396 from nix-community/dependabot/cargo/clap_complete-4.4.10
build(deps): bump clap_complete from 4.4.9 to 4.4.10
2024-02-05 12:10:09 -05:00
dependabot[bot]
acd1132552
build(deps): bump tokio from 1.35.1 to 1.36.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.1 to 1.36.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.1...tokio-1.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 08:15:43 +00:00
dependabot[bot]
f73fea1e69
build(deps): bump clap_complete from 4.4.9 to 4.4.10
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.9 to 4.4.10.
- [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.9...clap_complete-v4.4.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 08:15:31 +00:00
dependabot[bot]
81baf188aa
build(deps): bump parse-display from 0.8.2 to 0.9.0
Bumps [parse-display](https://github.com/frozenlib/parse-display) from 0.8.2 to 0.9.0.
- [Changelog](https://github.com/frozenlib/parse-display/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frozenlib/parse-display/compare/v0.8.2...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 08:15:20 +00:00
figsoda
a4905e455d
Merge pull request #392 from nix-community/dependabot/cargo/time-0.3.32
build(deps): bump time from 0.3.31 to 0.3.32
2024-02-04 20:19:45 -05:00
figsoda
8baf802fd7
Merge pull request #393 from nix-community/dependabot/cargo/reqwest-0.11.24
build(deps): bump reqwest from 0.11.23 to 0.11.24
2024-02-02 14:06:55 -05:00
dependabot[bot]
dae0930835
build(deps): bump time from 0.3.31 to 0.3.32
Bumps [time](https://github.com/time-rs/time) from 0.3.31 to 0.3.32.
- [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.31...v0.3.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 15:24:29 +00:00
dependabot[bot]
65e8845e81
build(deps): bump reqwest from 0.11.23 to 0.11.24
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.24.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.23...v0.11.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 15:24:04 +00:00
figsoda
383b02776c
Merge pull request #391 from nix-community/dependabot/cargo/toml-0.8.9
build(deps): bump toml from 0.8.8 to 0.8.9
2024-02-01 10:23:25 -05:00
figsoda
b97da9e80f
Merge pull request #390 from nix-community/dependabot/cargo/regex-1.10.3
build(deps): bump regex from 1.10.2 to 1.10.3
2024-02-01 10:23:12 -05:00
dependabot[bot]
5b29606d2c
build(deps): bump toml from 0.8.8 to 0.8.9
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.9.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.8...toml-v0.8.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 08:22:52 +00:00