From fa4c1c62050bc7693f74b3b884b92b5a0f2c79d0 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Sun, 6 Feb 2022 05:45:50 +0300 Subject: [PATCH] Release 1.8.0 --- docs/ahriman.1 | 8 ++++---- package/archlinux/PKGBUILD | 2 +- src/ahriman/version.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ahriman.1 b/docs/ahriman.1 index 3500cf66..319efef8 100644 --- a/docs/ahriman.1 +++ b/docs/ahriman.1 @@ -119,7 +119,7 @@ remove user web server .SH OPTIONS 'ahriman aur-search' usage: ahriman aur-search [-h] [-i] - [--sort-by {category_id,description,first_submitted,id,last_modified,license,maintainer,name,num_votes,out_of_date,package_base,package_base_id,url,url_path,version}] + [--sort-by {conflicts,depends,description,first_submitted,id,keywords,last_modified,license,maintainer,make_depends,name,num_votes,opt_depends,out_of_date,package_base,package_base_id,popularity,provides,url,url_path,version}] search [search ...] search for package in AUR using API @@ -133,13 +133,13 @@ search terms, can be specified multiple times, result will match all terms show additional package information .TP -\fB\-\-sort\-by\fR {category_id,description,first_submitted,id,last_modified,license,maintainer,name,num_votes,out_of_date,package_base,package_base_id,url,url_path,version} +\fB\-\-sort\-by\fR {conflicts,depends,description,first_submitted,id,keywords,last_modified,license,maintainer,make_depends,name,num_votes,opt_depends,out_of_date,package_base,package_base_id,popularity,provides,url,url_path,version} sort field by this field. In case if two packages have the same value of the specified field, they will be always sorted by name .SH OPTIONS 'ahriman search' usage: ahriman aur-search [-h] [-i] - [--sort-by {category_id,description,first_submitted,id,last_modified,license,maintainer,name,num_votes,out_of_date,package_base,package_base_id,url,url_path,version}] + [--sort-by {conflicts,depends,description,first_submitted,id,keywords,last_modified,license,maintainer,make_depends,name,num_votes,opt_depends,out_of_date,package_base,package_base_id,popularity,provides,url,url_path,version}] search [search ...] search for package in AUR using API @@ -153,7 +153,7 @@ search terms, can be specified multiple times, result will match all terms show additional package information .TP -\fB\-\-sort\-by\fR {category_id,description,first_submitted,id,last_modified,license,maintainer,name,num_votes,out_of_date,package_base,package_base_id,url,url_path,version} +\fB\-\-sort\-by\fR {conflicts,depends,description,first_submitted,id,keywords,last_modified,license,maintainer,make_depends,name,num_votes,opt_depends,out_of_date,package_base,package_base_id,popularity,provides,url,url_path,version} sort field by this field. In case if two packages have the same value of the specified field, they will be always sorted by name diff --git a/package/archlinux/PKGBUILD b/package/archlinux/PKGBUILD index ac5ac857..e8a7d8b3 100644 --- a/package/archlinux/PKGBUILD +++ b/package/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Evgeniy Alekseev pkgname='ahriman' -pkgver=1.7.0 +pkgver=1.8.0 pkgrel=1 pkgdesc="ArcH Linux ReposItory MANager" arch=('any') diff --git a/src/ahriman/version.py b/src/ahriman/version.py index ef176c8e..1cfb00b3 100644 --- a/src/ahriman/version.py +++ b/src/ahriman/version.py @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -__version__ = "1.7.0" +__version__ = "1.8.0"