Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4db406909f | |||
|
|
f2df99856a |
1
_service
1
_service
@@ -5,5 +5,4 @@
|
||||
<param name="update">true</param>
|
||||
<param name="filter">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled" />
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1ce3fe46c57cba0096227f8c9251d3b476e54e8a620eb39707d0ab3e16b8f55
|
||||
size 697618
|
||||
3
just-1.36.0.tar.gz
Normal file
3
just-1.36.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc2e2ff0268c2818659c524b21663564864b50ba102afb0a44fe73c08cf35ff0
|
||||
size 698623
|
||||
17
just.changes
17
just.changes
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 06:39:57 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 1.36.0:
|
||||
* Allow default values to use earlier recipe arguments
|
||||
* Add `--one` flag to forbid multiple recipes from being invoked
|
||||
* Allow including arbitrary characters in strings with `\u{…}`
|
||||
* Print recipe doc string when`--explain` flag is passed
|
||||
* Use unwrap_or_default() when getting default color and verbosity
|
||||
* De-duplicate suggestion methods
|
||||
* Refactor analyzer
|
||||
* Use `console` codeblocks in readme
|
||||
* Add PyPI install instructions
|
||||
* Remove old recipes from project justfile
|
||||
* Fix clippy lints
|
||||
- remove cargo_audit, as it's included in cargo_vendor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 05:59:36 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: just
|
||||
Version: 1.35.0
|
||||
Version: 1.36.0
|
||||
Release: 0
|
||||
Summary: Commmand runner
|
||||
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND MIT AND CC0-1.0
|
||||
Group: Development/Tools/Building
|
||||
URL: https://github.com/casey/just
|
||||
Source0: https://github.com/casey/just/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: cargo-packaging
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5709a6a5da0c00250d382a040e1cd6960bf4f8a180a279ef1984389de1ce4875
|
||||
size 5590192
|
||||
oid sha256:6e3e5daaa5cfd3fde5bc4fe1698ab9d7beb6deca68388cbddcdc57f9dc8cff8c
|
||||
size 5342123
|
||||
|
||||
Reference in New Issue
Block a user