Accepting request 1102593 from utilities
- Update to 1.4.2: * Fix lifetime longevity issue with theming password prompts. #279 - Update to 1.4.1: * List available namespaces when creating a new command * Move from tui to ratatui * Fix a bunch of pipelines issues - Update to 1.4.0: * Add chatGPT integration * cleanup code and make clippy happy - Update to 1.3.3: * Make clippy happy * Clean up some code - bsc#1210354 (CVE-2023-26964) Update to 1.3.2: * Fix sec vulnerabilities from out of date dependency #279 OBS-URL: https://build.opensuse.org/request/show/1102593 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hoard?expand=0&rev=4
This commit is contained in:
commit
0e7e0f8430
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/Hyde46/hoard.git</param>
|
<param name="url">https://github.com/Hyde46/hoard.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.3.1</param>
|
<param name="revision">v.1.4.2</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:689c40863f4c6d8706f349d3fa9b98409b192698fdd3d203d490cfabdc2a73cf
|
|
||||||
size 2608560
|
|
3
hoard-v.1.4.2~0.tar.xz
Normal file
3
hoard-v.1.4.2~0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da67f67119e1d33c17583258e55a31f871294490acfc03e4729dabea3362fab1
|
||||||
|
size 2612460
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 6 18:48:33 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.4.2:
|
||||||
|
* Fix lifetime longevity issue with theming password prompts. #279
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 6 18:47:48 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.4.1:
|
||||||
|
* List available namespaces when creating a new command
|
||||||
|
* Move from tui to ratatui
|
||||||
|
* Fix a bunch of pipelines issues
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 31 06:23:24 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.4.0:
|
||||||
|
* Add chatGPT integration
|
||||||
|
* cleanup code and make clippy happy
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 31 06:23:01 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.3.3:
|
||||||
|
* Make clippy happy
|
||||||
|
* Clean up some code
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 25 11:49:41 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- bsc#1210354 (CVE-2023-26964) Update to 1.3.2:
|
||||||
|
* Fix sec vulnerabilities from out of date dependency #279
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 11 10:23:27 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
Sat Feb 11 10:23:27 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: hoard
|
Name: hoard
|
||||||
Version: 1.3.1~0
|
Version: v.1.4.2~0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI command organizer
|
Summary: CLI command organizer
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:919b796b4d211ad34a68084fffb7b91e73e1aec4d4b8af481f72e1d955a0c8e8
|
oid sha256:ea65b67a13c23d33a16281b529a17adbfddfdac16d22ff2e9f3d86571ef6717f
|
||||||
size 20071436
|
size 37426568
|
||||||
|
Loading…
Reference in New Issue
Block a user