From bcae7c565c41a5d69ae4b790d68a900933a61942 Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Feb 12 2019 12:25:01 +0000 Subject: Fix incorrect splitting of Python files into subpackages. Improve authentication error response. Introduce a /metrics endpoint to the API for monitoring reasons. --- diff --git a/.gitignore b/.gitignore index d41ed7d..b2a886b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /waiverdb-0.10.0.tar.gz /waiverdb-0.11.0.tar.gz /waiverdb-0.13.0.tar.gz +/waiverdb-0.14.0.tar.gz diff --git a/sources b/sources index e9180f0..7c491ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waiverdb-0.13.0.tar.gz) = 15a31353c1990ccd72db8cc2ecb9880a57a426968abdf614d3538ec127f0fb4d85cd1d363d1cfa34db825dc853ec2f2d24a5dd055fdc99fffb58ee7cf2a8fd5d +SHA512 (waiverdb-0.14.0.tar.gz) = f13ddfec600bd22236a61a32d125da2a80f1a6fac2ffa2b769506dcaa254cdd244cd0fa9a988590800c052931259e8ba8ad85a308cf1c4dd9bc58244abbf775b diff --git a/waiverdb.spec b/waiverdb.spec index 6cf473c..04d1bf2 100644 --- a/waiverdb.spec +++ b/waiverdb.spec @@ -1,4 +1,4 @@ -%global upstream_version 0.13.0 +%global upstream_version 0.14.0 %if 0%{?fedora} || 0%{?rhel} > 7 %bcond_without server @@ -9,8 +9,8 @@ %endif Name: waiverdb -Version: 0.13.0 -Release: 3%{?dist} +Version: 0.14.0 +Release: 1%{?dist} Summary: Service for waiving results in ResultsDB License: GPLv2+ URL: https://pagure.io/waiverdb @@ -43,6 +43,8 @@ BuildRequires: python3-click BuildRequires: python3-flask-migrate BuildRequires: python3-stomppy BuildRequires: python3-fedmsg +BuildRequires: python3-prometheus_client +BuildRequires: python3-six Requires: python3-flask Requires: python3-sqlalchemy Requires: python3-flask-restful @@ -56,6 +58,7 @@ Requires: python3-click Requires: python3-flask-migrate Requires: python3-stomppy Requires: python3-fedmsg +Requires: python3-prometheus_client Requires: waiverdb-common = %{version}-%{release} %endif @@ -193,6 +196,11 @@ install -D -m0644 \ %endif %changelog +* Mon Feb 11 2019 Giulia Naponiello - 0.14.0-1 +- Fix incorrect splitting of Python files into subpackages. +- Improve authentication error response. +- Introduce a /metrics endpoint to the API for monitoring reasons. + * Sun Feb 03 2019 Fedora Release Engineering - 0.13.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild