From 5b0e87ae89e8679c666298fa60b85ea4f8942d29 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Apr 26 2021 12:26:08 +0000 Subject: Update to version 1.3.0 --- diff --git a/.gitignore b/.gitignore index f4129a3..6c1cdeb 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /waiverdb-1.1.6.tar.gz /waiverdb-1.1.7.tar.gz /waiverdb-1.2.0.tar.gz +/waiverdb-1.3.0.tar.gz diff --git a/sources b/sources index f789d26..0ed3f9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waiverdb-1.2.0.tar.gz) = c428bfee707ff88f3f4342aa94c8ef52743c7459d418719f70d831717c1d518a41feb70c7a05c8a3aadf1b2b4cb216adf064181f3cba28bccd25b3c3eaa61476 +SHA512 (waiverdb-1.3.0.tar.gz) = f95ec68ca39ae3ee446f1cf368d605aec3b8eb9fb797073c56fa3ea33faccaf0c5db0f7a10fa8f58c4668e14c6f4cf1b2c738f8764abfc7d2225f0ae2e3af5ee diff --git a/waiverdb.spec b/waiverdb.spec index d6f2a10..cc7db46 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -9,8 +9,8 @@ %endif Name: waiverdb -Version: 1.2.0 -Release: 3%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ URL: https://pagure.io/waiverdb @@ -169,9 +169,16 @@ install -D -m0644 \ %endif %changelog -* Fri Feb 19 2021 Lukas Holecek - 1.2.0-3 -- Add epel8 support -- Drop epel7 support (upstream no longer supports Python 2) +* Mon Apr 26 2021 Lukas Holecek - 1.3.0-1 +- A simpler permission configuration can be now used. New option + ``PERMISSIONS`` uses glob expressions instead of a regular expression to + verify the user is allowed to waive a test case. The configuration can be + listed with :http:get:`/api/v1.0/permissions`. Additional GET parameter + ``testcase`` can be used to filter the list by matching test case. + ``PERMISSION_MAPPING`` is deprecated but still works if the new option is not + defined. +- Fixes possible disconnecting issue with older stomp.py library + (https://github.com/jasonrbriggs/stomp.py/issues/323). * Wed Jan 27 2021 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild