[packagedb-cli] Update to 2.6

Pierre-YvesChibon pingou at fedoraproject.org
Fri Nov 21 16:37:01 UTC 2014


commit b86a3278094ebcd7d45d4d6aab054099a38a1bf6
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Fri Nov 21 17:36:46 2014 +0100

    Update to 2.6

 .gitignore         |    1 +
 packagedb-cli.spec |   14 +++++++++++++-
 sources            |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3dc0251..71983ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /packagedb-cli-2.3.1.tar.gz
 /packagedb-cli-2.4.tar.gz
 /packagedb-cli-2.5.tar.gz
+/packagedb-cli-2.6.tar.gz
diff --git a/packagedb-cli.spec b/packagedb-cli.spec
index 6e1b011..9f7d35e 100644
--- a/packagedb-cli.spec
+++ b/packagedb-cli.spec
@@ -1,5 +1,5 @@
 Name:           packagedb-cli
-Version:        2.5
+Version:        2.6
 Release:        1%{?dist}
 Summary:        A CLI for pkgdb
 
@@ -65,6 +65,18 @@ It also allows you to orphan and/or retire your package(s).
 
 
 %changelog
+* Fri Nov 21 2014 Pierre-Yves Chibon <pingou at pingoured.fr> - 2.6-1
+- Update to 2.6
+- New structure: use the traditional python module structure instead of two
+  python files
+- Do one API call for `orphan --retire`
+- Prevent user from retiring packages that have no dead.package file
+- Add support for obsoleting ACL requests (Stanislav Ochotnicky)
+- Enable restricting orphan to a specific user (while specifying more branches)
+- Enable restricting give to a specific user (while specifying more branches)
+- Let the unorphan action call the unorphan API endpoint
+- When listing packages, encode the output as UTF-8 before printing
+
 * Wed Jul 30 2014 Pierre-Yves Chibon <pingou at pingoured.fr> - 2.5-1
 - Update to 2.5
 - Fixes https://bugzilla.redhat.com/1123524 (Don't add stream handler to root
diff --git a/sources b/sources
index d136477..b6a5852 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b5927b78b0f9a719bc26cdd1a05d8e6  packagedb-cli-2.5.tar.gz
+526535964175ba96c7bf18a99bbe8976  packagedb-cli-2.6.tar.gz


More information about the scm-commits mailing list