Accepting request 1073129 from utilities
- Update to 1.6.0: * Add NetBSD instructions #77 * Add repology badge #76 * Fix issue where level wasn't being read from config #78 * Add scoop manifest #80 * Default to num logical cpus rather than 4 threads #81 * Add support for generating shell completions #82 * Fix miscoloration of directories that have extension #83 * [Optimization] - Upgraded heap-based tree data structure to an index-tree #86 * Replace tempdir crate with tempfile crate #87 * Fix issue where ansi escapes were being printed raw on windows #90 OBS-URL: https://build.opensuse.org/request/show/1073129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erdtree?expand=0&rev=2
This commit is contained in:
commit
2bf4fd6bca
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/solidiquis/erdtree.git</param>
|
<param name="url">https://github.com/solidiquis/erdtree.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.5.2</param>
|
<param name="revision">v1.6.0</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:96b51a96ef84680f0fb93aa49918e951abb9047d6d38bcc4c9ffd6e2fbb835d5
|
|
||||||
size 2992050
|
|
3
erdtree-1.6.0~0.tar.zst
Normal file
3
erdtree-1.6.0~0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5edcbb949f9c1be550d8717f7283a2e996ce3ab219ff215b342ac52091141184
|
||||||
|
size 3026051
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 20 11:31:44 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.6.0:
|
||||||
|
* Add NetBSD instructions #77
|
||||||
|
* Add repology badge #76
|
||||||
|
* Fix issue where level wasn't being read from config #78
|
||||||
|
* Add scoop manifest #80
|
||||||
|
* Default to num logical cpus rather than 4 threads #81
|
||||||
|
* Add support for generating shell completions #82
|
||||||
|
* Fix miscoloration of directories that have extension #83
|
||||||
|
* [Optimization] - Upgraded heap-based tree data structure to an index-tree #86
|
||||||
|
* Replace tempdir crate with tempfile crate #87
|
||||||
|
* Fix issue where ansi escapes were being printed raw on windows #90
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 15 07:39:39 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
Wed Mar 15 07:39:39 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: erdtree
|
Name: erdtree
|
||||||
Version: 1.5.2~0
|
Version: 1.6.0~0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A multi-threaded file-tree visualizer and disk usage analyzer
|
Summary: A multi-threaded file-tree visualizer and disk usage analyzer
|
||||||
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:e226dcc5140eecfe963aa71006cc3bbe9c55b78638da992cbf0af59544b56a08
|
oid sha256:e64a6ffdbe38455978d3e0899eba7c954a9518c00c01fd04b995354b01ebafae
|
||||||
size 14681968
|
size 17431290
|
||||||
|
Loading…
x
Reference in New Issue
Block a user