From b417ba9c37db13c9555abbe125a0cf98fe4ad4ab Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Oct 01 2019 09:00:24 +0000 Subject: Merge branch 'f29' into epel7 --- diff --git a/.gitignore b/.gitignore index 84d42ff..dc548c0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /did-0.9.tar.bz2 /did-0.11.tar.bz2 /did-0.12.tar.bz2 +/did-0.13.tar.bz2 diff --git a/did.spec b/did.spec index 1ad120f..d974c78 100644 --- a/did.spec +++ b/did.spec @@ -1,5 +1,5 @@ Name: did -Version: 0.12 +Version: 0.13 Release: 1%{?dist} Summary: What did you do last week, month, year? @@ -12,8 +12,8 @@ BuildArch: noarch BuildRequires: git BuildRequires: python2-devel Requires: python2-requests-gssapi -Requires: python-nitrate python2-dateutil python2-bugzilla -Requires: python-feedparser +Requires: python2-nitrate python2-dateutil python2-bugzilla +Requires: python%{?fedora:2}-feedparser %description Comfortably gather status report data (e.g. list of committed @@ -45,6 +45,25 @@ install -pm 644 did.1.gz %{buildroot}%{_mandir}/man1 %license LICENSE %changelog +* Tue Oct 01 2019 Petr Šplíchal - 0.13-1 +- Support for the full file path config [#140] +- Add the 'last friday' command [#197] +- New plugin with basic confluence support [#199] +- Improve redmine documentation [#195] +- Add a new 'wip' option for gerrit [#194] +- Include project name in gerrit stats [#192] +- Fix the configuration examples for gerrit +- Simplify Pagure search for created issues +- Extended query for verified bugs [fix #189] +- Fix for reviewed gerrit changes [#188] +- Add gerrit work-in-progress changes [#187] +- Fix for gerrit log strings [#186] +- Improve gerrit search limit [#185] +- Document API key auth for bugzilla [fix #180] +- Mock bugzilla module to fix generating docs +- Update feedparser requires +- Fix for gerrit plugin typo [#179] + * Thu Dec 20 2018 Petr Šplíchal 0.12-1 - Add missing redmine dependency [fix #177] - Fix GitLab plugin's ssl_verify option [fix #168] diff --git a/sources b/sources index 3b1fcbe..984c019 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (did-0.12.tar.bz2) = 15e558bace972dc50fdf9a5120315f093397899907099e51983da24f984ffe03e490620f3510c91bf939d6a4d44c7382421ca3c0c24ef9674164b53070daf6d4 +SHA512 (did-0.13.tar.bz2) = 34049adb8025464d9506985a8c03d725d8d677c26ede8a69367255e6a3c279592d347f0ac9ccbea0c22b4045924080bb4a12a0270010901d70e148df5222e2ac diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..72fa963 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,14 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - help: + dir: . + run: did --help + - year: + dir: . + run: did --test this year + required_packages: + - did