Hello community, here is the log from the commit of package vit for openSUSE:Factory checked in at 2020-12-16 11:01:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vit (Old) and /work/SRC/openSUSE:Factory/.vit.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vit" Wed Dec 16 11:01:52 2020 rev:5 rq:856263 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vit/vit.changes 2019-01-08 12:31:50.988051849 +0100 +++ /work/SRC/openSUSE:Factory/.vit.new.2328/vit.changes 2020-12-16 11:01:58.419657486 +0100 @@ -1,0 +2,24 @@ +Wed Dec 16 03:18:46 UTC 2020 - Mia Herkt <[email protected]> + +- Switch to 2.x branch, update to 2.0.0 +Complete ground up rewrite in Python, feature-complete with VIT 1.x + +New features: + * Advanced tab completion + * Per-column colorization with markers (see COLOR.md) + * Intelligent sub-project indenting + * Multiple/customizable themes (see CUSTOMIZE.md) + * Override/customize column formatters (see CUSTOMIZE.md) + * Fully-customizable key bindings (see CUSTOMIZE.md) + * Table-row striping + * Show version/context/report execution time in status area + * Customizable config dir (see CUSTOMIZE.md) + * Command line bash completion wrapper + * Context support + +This release also changes the software license from GPL to MIT. + +See https://github.com/vit-project/vit/blob/2.x/UPGRADE.md for +instructions on how to upgrade from VIT 1.3. + +------------------------------------------------------------------- Old: ---- _service _servicedata vit-1.3~20190107.g96134b3.tar.xz New: ---- vit-2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vit.spec ++++++ --- /var/tmp/diff_new_pack.1bXTEQ/_old 2020-12-16 11:01:59.075658130 +0100 +++ /var/tmp/diff_new_pack.1bXTEQ/_new 2020-12-16 11:01:59.079658134 +0100 @@ -1,7 +1,7 @@ # # spec file for package vit # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,41 +17,58 @@ Name: vit -Version: 1.3~20190107.g96134b3 +Version: 2.0.0 Release: 0 -Summary: Curses-based front end to Taskwarrior -License: GPL-3.0-only +Summary: Visual Interactive Taskwarrior full-screen terminal interface +License: MIT Group: Productivity/Office/Organizers -Url: https://github.com/scottkosty/vit -Source0: %{name}-%{version}.tar.xz -BuildRequires: taskwarrior -BuildRequires: perl(Curses) +URL: https://github.com/scottkosty/vit +Source: https://files.pythonhosted.org/packages/source/v/vit/vit-%{version}.tar.gz +BuildRequires: bash-completion +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: python3-setuptools +BuildRequires: python3-tasklib +BuildRequires: python3-tzlocal +BuildRequires: python3-urwid +Requires: python3-tasklib +Requires: python3-tzlocal +Requires: python3-urwid Requires: taskwarrior -Requires: perl(Curses) -Requires: perl(Text::CharWidth) BuildArch: noarch %description -VIT - a minimalistic Taskwarrior full-screen terminal interface with Vim key -bindings +Visual Interactive Taskwarrior full-screen terminal interface. +Features: + * Fully-customizable key bindings (default Vim-like) + * Uncluttered display + * No mouse + * Speed + * Per-column colorization + * Advanced tab completion + * Multiple/customizable themes + * Override/customize column formatters + * Intelligent sub-project indenting %prep -%setup -q -echo %{version} > VERSION +%setup -q -n vit-%{version} %build -%configure -make %{?_smp_mflags} +%python3_build %install -%make_install +%python3_install +install -Dm644 scripts/bash/vit.bash_completion %{buildroot}%{_datadir}/bash-completion/completions/vit +%fdupes %{buildroot}%{python3_sitelib} + +%check +python3 -m unittest %files +%doc COLOR.md CUSTOMIZE.md README.md %license LICENSE -%doc AUTHORS CHANGES README %{_bindir}/vit -%{_datadir}/vit -%{_mandir}/man1/vit.1%{ext_man} -%{_mandir}/man5/vitrc.5%{ext_man} +%{_datadir}/bash-completion/completions/vit +%{python3_sitelib}/* %changelog _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
