Wed, 24 Apr 2024 14:33:28 UTC | login

Information for build hub-2.14.2-1.fc33

ID149823
Package Namehub
Version2.14.2
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/hub.git#b98a7e545a59899c086d534f9aa6efb4c1cc3044
SummaryCommand-line tool that makes git easier to use with GitHub
Description Hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. $ hub clone rtomayko/tilt $ git clone git://github.com/rtomayko/tilt.git
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 07 May 2021 16:00:30 UTC
CompletedFri, 07 May 2021 16:14:38 UTC
Taskbuild (f33, /rpms/hub.git:b98a7e545a59899c086d534f9aa6efb4c1cc3044)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/hub.git#b98a7e545a59899c086d534f9aa6efb4c1cc3044'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Mar 16 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.14.2-1 - Update to 2.14.2 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 21 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.14.0-1 - Update to 2.14.0 * Wed Nov 06 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.13.0-1 - Update to 2.13.0 * Thu Oct 03 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.12.8-1 - Update to 2.12.8 * Mon Sep 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.12.7-1 - Update to 2.12.7 - Add support for fish shell completion * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.12.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 19 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.12.3-1 - Update to 2.12.3 * Wed Jul 17 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.12.2-1 - Update to 2.12.2 * Mon Jun 17 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2.12.0-100 - Rework packaging for new F31+ golang guidelines - Update to 2.12.0 - Features * Add hub api --paginate option to automatically fetch all pages of results * Add hub pr show [<number>] command to open a pull request in the browser * Add hub pull-request --no-maintainer-edits flag to disallow project maintainers being able to push to your branch * Abort hub pull-request with a helpful error message if the current branch wasn't pushed to a git remote * hub issue -M now accepts milestone names instead of just numbers * Drop support for legacy hub.http-clone git config value - Fixes * Fix querying git configuration when GIT_TRACE is used * Support detached HEAD if hub pull-request --head was passed * Fix newline in hub create error message * Ensure HTTP connection reuse across API calls * Mon Apr 22 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.11.2-1 - Update to 2.11.2 - Avoid crash in hub remote argument parsing - Fix `hub -C mydir merge <URL>` by propagating global git arguments to Before/After chains - Preserve tilde ~ character in man pages * Fri Mar 29 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.11.1-1 - Update to 2.11.1 - Fix compatibility with git when run with no arguments: hub --git-dir=.git - Fix issue/PR --format %L output in no-color mode - Create draft pull requests with hub pull-request --draft - Fix non-draft pull requests for certain repositories * Thu Mar 28 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.10.1-1 - Update to 2.10.1 - Fix writing over existing cache files in hub api - Allow repository names that start with a - character - List api among custom hub commands in help * Thu Feb 28 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.10.0-2 - Install bash-completion into the correct path (BZ #1683866) * Mon Feb 25 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.10.0-1 - Update to 2.10.0 - Features * New hub pr --format fields %pS and %pC for PR state and color %pS: "open", "draft", "merged", or "closed" %pC: green, gray, purple, or red * Have commands with rich output respect the --color flag default: --color=auto --color is equivalent to --color=always --color=never disables color for TTYs - Fixes * Make man pages parseable with whatis * Make hub checkout work independently of remote refspec * Wed Feb 13 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.9.0-1 - Update to 2.9.0 - Features * Add support for hub ci-status --format <FORMAT> string * Add hub create --remote-name <REMOTE> flag * Allow passing in a raw request body via hub api --input <FILE> * Cache HTTP 4xx (except 403) server responses in hub api --cache - Fixes * Ensure consistent ordering of hub ci-status -v results * Avoid crashing on invalid GitHub hostname * Fix parsing empty string within command-line arguments * Mon Feb 11 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.4-1 - Update to 2.8.4 - Drop DWARF decompression patch - Use Fedora compiler and linker flags * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.7.1-1 - Update to 2.7.1 - https://github.com/github/hub/releases/tag/v2.7.1 - https://github.com/github/hub/releases/tag/v2.7.0 * Thu Nov 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.6.0-1 - Update to 2.6.0 - https://github.com/github/hub/releases/tag/v2.6.0 - Features * Use "scissors" line to delineate comments in editable messages instead of stripping away lines that start with # * New command `hub issue show <NUMBER>` * Add `hub release show --format=<FORMAT>` functionality * `hub pr list --format=%rs` lists requested reviewers * Add support for communicating with GitHub Enterprise over Unix socket - Fixes * Prevent `hub create` setting a public upstream when creating a private repo * Fix `hub release create/edit/delete` when there are multiple git remotes * Auto-detect private/pushable repos in `hub remote add` * Fix `hub ci-status` exit code when there is only Checks * Allow `hub compare <RANGE>` even if not on any branch * Ensure consistent sort direction when listing issues, PRs * Match requested team names by slug instead of name in `hub pull-request -r <TEAM>` * Fri Sep 28 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.1-1 - Update to 2.5.1 - hub issue create: ignore the .github/ISSUE_TEMPLATE directory instead of crashing - hub pull-request: avoid re-requesting reviewers in case of CODEOWNERS - hub ci-status: handle cases when Checks API is unavailable, like older GitHub Enterprise - Handle HTTP 422 message format from server response - Ignore crash for malformed ~/.config/hub file - Clarify hub init -g documentation that it doesn't imply hub create - hub clone: add more documentation about git protocol used * Tue Jul 17 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-2 - Fix generation of debuginfo for F29 * Mon Jul 16 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1 - Update to 2.5.0 - Features * Have ci-status also query Checks API - Fixes * Do not pass '--cmd' to vi editor to ensure compatibility with older vi * Simplify cherry-picking commits from pull request URLs * Allow single-character branches/tag names in hub compare * Fix hub compare for Enterprise when <USER> is specified * Support remote add -t BRANCH argument * Bash shell completion fixes for git 2.18 * Documentation fixes * Thu Jun 14 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-2 - Don't own manpage directory * Wed Jun 13 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-1 - Release hub 2.4.0 - https://github.com/github/hub/releases/tag/v2.4.0 * Fri Jun 01 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.3.0-1 - Release hub 2.3.0 - https://github.com/github/hub/releases/tag/v2.3.0