SHA256
1
0
forked from pool/just

2 Commits

Author SHA256 Message Date
4db406909f Accepting request 1204883 from Base:System
- 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 (forwarded request 1204882 from rrahl0)

OBS-URL: https://build.opensuse.org/request/show/1204883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=21
2024-10-01 15:19:38 +00:00
Richard Rahl
f2df99856a - 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=47
2024-10-01 06:58:46 +00:00
6 changed files with 24 additions and 8 deletions

View File

@@ -5,5 +5,4 @@
<param name="update">true</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="disabled" />
</services>

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc2e2ff0268c2818659c524b21663564864b50ba102afb0a44fe73c08cf35ff0
size 698623

View File

@@ -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>

View File

@@ -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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5709a6a5da0c00250d382a040e1cd6960bf4f8a180a279ef1984389de1ce4875
size 5590192
oid sha256:6e3e5daaa5cfd3fde5bc4fe1698ab9d7beb6deca68388cbddcdc57f9dc8cff8c
size 5342123