4 Commits

Author SHA256 Message Date
60708dac4f Accepting request 1315103 from devel:tools:scm
Forwarded request #1314990 from amanzini

- Update to version 0.7.0:
  * Added:
    + git webhook handling
    + git setup command that configures a repository for "git send-email" via 
      the project config file
    + pages ACL handling
    + "Update" command for multiple resources
    + "count" flag for all list commands. The number of items that should be 
       fetched by hut can now be specified. This is especially useful when 
       redirecting "stdout" and not using the interactive pager.
  * Changed:
    + Some list commands, like ticket list and patchset list, support filtering
      by status now and will only show actionable items by default (proposed 
      patches, open tickets)
    + hut will check all git remotes now instead of just origin

OBS-URL: https://build.opensuse.org/request/show/1315103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hut?expand=0&rev=6
2025-11-02 21:34:12 +00:00
JL K
90f5299ccb - Update to version 0.7.0:
* Added:
    + git webhook handling
    + git setup command that configures a repository for "git send-email" via 
      the project config file
    + pages ACL handling
    + "Update" command for multiple resources
    + "count" flag for all list commands. The number of items that should be 
       fetched by hut can now be specified. This is especially useful when 
       redirecting "stdout" and not using the interactive pager.
  * Changed:
    + Some list commands, like ticket list and patchset list, support filtering
      by status now and will only show actionable items by default (proposed 
      patches, open tickets)
    + hut will check all git remotes now instead of just origin

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/hut?expand=0&rev=13
2025-11-02 11:57:43 +00:00
e6a28e1b3b Accepting request 1255314 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1255314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hut?expand=0&rev=5
2025-03-25 21:09:07 +00:00
JL K
58f14aec1a Accepting request 1255272 from home:amanzini:branches:devel:tools:scm
- Update to version 0.6.0:
  - Project config: To make using hut a more seamless experience and help
    new contributors, a config file can be added to repositories.
  - Lots of new "hg" commands.
  - "update" commands for most resources.
  - Pager no longer messes up terminal on an internal error.
  - hut now checks whether "stdin" is an interactive terminal when it
    decides whether input should be read from "$EDITOR" or "stdin".
  - The deprecated not-found flag has been removed.

OBS-URL: https://build.opensuse.org/request/show/1255272
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/hut?expand=0&rev=11
2025-03-22 18:19:57 +00:00
5 changed files with 39 additions and 7 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Nov 1 10:35:46 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.7.0:
* Added:
+ git webhook handling
+ git setup command that configures a repository for "git send-email" via
the project config file
+ pages ACL handling
+ "Update" command for multiple resources
+ "count" flag for all list commands. The number of items that should be
fetched by hut can now be specified. This is especially useful when
redirecting "stdout" and not using the interactive pager.
* Changed:
+ Some list commands, like ticket list and patchset list, support filtering
by status now and will only show actionable items by default (proposed
patches, open tickets)
+ hut will check all git remotes now instead of just origin
-------------------------------------------------------------------
Sat Mar 22 14:51:53 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 0.6.0:
- Project config: To make using hut a more seamless experience and help
new contributors, a config file can be added to repositories.
- Lots of new "hg" commands.
- "update" commands for most resources.
- Pager no longer messes up terminal on an internal error.
- hut now checks whether "stdin" is an interactive terminal when it
decides whether input should be read from "$EDITOR" or "stdin".
- The deprecated not-found flag has been removed.
-------------------------------------------------------------------
Sat Jun 8 10:16:33 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package hut
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: hut
Version: 0.5.0
Version: 0.7.0
Release: 0
Summary: A CLI tool for sr.ht
License: AGPL-3.0-or-later

View File

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

3
v0.7.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61ae8d99b78c5d9c594477e3cb5350419b4a299520eb48ca7b8f950d4744e531
size 1385785
oid sha256:af0d2ae38ead21c28f85a85afcecd1f222bc184b2fb7248cafcb0dad5750b19a
size 1423124