From cd302c45ac995b45c46b3f9f13b6e9626521121f Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 30 Apr 2019 07:47:42 +0530 Subject: [PATCH] Prepare for release v4.2 --- CHANGELOG | 11 +++++++++++ README.md | 6 +++--- buku | 8 ++++---- buku.1 | 2 +- packagecore.yaml | 13 +++++++++++-- 5 files changed, 30 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 42a55f6f..abb1127e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +Buku v4.2 +2019-04-30 + +- Disabled appending tags from page on update +- Improved Windows color support using colorama (optional dep) +- New format option to show only title and tag +- Python 3.4 is EOL, support discontinued +- Several fixes and code refactor + +------------------------------------------------------------------------------- + Buku v4.1 2019-01-15 diff --git a/README.md b/README.md index 1bccbd5f..3c56dc69 100644 --- a/README.md +++ b/README.md @@ -231,9 +231,9 @@ POWER TOYS: print all bookmarks, if no arguments -n shows the last n results (like tail) -f, --format N limit fields in -p or JSON search output - N=1: URL, N=2: URL and tag, N=3: title, - N=4: URL, title and tag. To omit DB index, - use N0, e.g., 10, 20, 30, 40. + N=1: URL; N=2: URL, tag; N=3: title; + N=4: URL, title, tag; N=5: title, tag; + N0 (10, 20, 30, 40, 50) omits DB index -j, --json JSON formatted output for -p and search --colors COLORS set output colors in five-letter string --nc disable color output diff --git a/buku b/buku index 5f1217a5..500ccbeb 100755 --- a/buku +++ b/buku @@ -51,7 +51,7 @@ try: except ImportError: TypedDict = None # type: ignore -__version__ = '4.1' +__version__ = '4.2' __author__ = 'Arun Prakash Jana ' __license__ = 'GPLv3' @@ -4827,9 +4827,9 @@ POSITIONAL ARGUMENTS: print all bookmarks, if no arguments -n shows the last n results (like tail) -f, --format N limit fields in -p or JSON search output - N=1: URL, N=2: URL and tag, N=3: title, - N=4: URL, title and tag. To omit DB index, - use N0, e.g., 10, 20, 30, 40. + N=1: URL; N=2: URL, tag; N=3: title; + N=4: URL, title, tag; N=5: title, tag; + N0 (10, 20, 30, 40, 50) omits DB index -j, --json JSON formatted output for -p and search --colors COLORS set output colors in five-letter string --nc disable color output diff --git a/buku.1 b/buku.1 index bcadeb67..b3c26eaf 100644 --- a/buku.1 +++ b/buku.1 @@ -1,4 +1,4 @@ -.TH "BUKU" "1" "15 Jan 2019" "Version 4.1" "User Commands" +.TH "BUKU" "1" "30 Apr 2019" "Version 4.2" "User Commands" .SH NAME buku \- Bookmark manager like a text-based mini-web .SH SYNOPSIS diff --git a/packagecore.yaml b/packagecore.yaml index 2e199fd7..32c95d7e 100644 --- a/packagecore.yaml +++ b/packagecore.yaml @@ -18,7 +18,7 @@ packages: - python-urllib3 container: "archlinux/base" # centos no beautifulsoup4 - centos7.3: + centos7.5: builddeps: - make deps: @@ -30,7 +30,7 @@ packages: commands: pre: - yum install epel-release - centos7.4: + centos7.6: builddeps: - make deps: @@ -84,6 +84,15 @@ packages: - python3-certifi - python3-cryptography - python3-urllib3 + opensuse15.1: + builddeps: + - make + deps: + - python3 + - python3-beautifulsoup4 + - python3-certifi + - python3-cryptography + - python3-urllib3 opensuse42.3: builddeps: - make