Release did-0.19
This commit is contained in:
parent
20ddc45cf2
commit
43822add2a
3 changed files with 28 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@
|
|||
/did-0.16.tar.bz2
|
||||
/did-0.17.tar.bz2
|
||||
/did-0.18.tar.bz2
|
||||
/did-0.19.tar.bz2
|
||||
|
|
|
|||
36
did.spec
36
did.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: did
|
||||
Version: 0.18
|
||||
Release: 4%{?dist}
|
||||
Version: 0.19
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: What did you do last week, month, year?
|
||||
License: GPLv2+
|
||||
|
|
@ -10,6 +10,7 @@ Source0: %{url}/releases/download/%{version}/did-%{version}.tar.bz2
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: git-core
|
||||
BuildRequires: python3-bodhi-client
|
||||
BuildRequires: python3-bugzilla
|
||||
BuildRequires: python3-dateutil
|
||||
BuildRequires: python3-devel
|
||||
|
|
@ -53,14 +54,29 @@ export LANG=en_US.utf-8
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.18-2
|
||||
- Rebuilt for Python 3.10
|
||||
* Tue Jan 18 2022 Lukáš Zachar <lzachar@redhat.com> - 0.19-1
|
||||
- Install all required packages during docs building
|
||||
- Adjust code style to be pep8 compatible
|
||||
- Update docs for contributors, enable pre-commit
|
||||
- Add basic support for Zammad
|
||||
- Check if the GitHub credential token is valid
|
||||
- Fix jira issues search when user `login` provided
|
||||
- Add minor clarification note about token name
|
||||
- Split jira token expiration into two options
|
||||
- Adjust the support for Jira Personal Access Tokens
|
||||
- Support Personal Access Token in the Jira plugin
|
||||
- Return all the bugzilla results from a search
|
||||
- Install fresh sphinx when building readthedocs
|
||||
- Adjust the paging support for the GitHub plugin
|
||||
- Add pagination support for GitHub, fixes #247
|
||||
- Adjust the new plugin for reporting bodhi updates
|
||||
- Add a new plugin with support for Bodhi updates
|
||||
- Use user email for searching updated jira issues
|
||||
- Adjust the switch from fiscal to calendar year
|
||||
- Switch from fiscal year to natural year
|
||||
- Update docs for gitlab, github and confluence
|
||||
- Give a better message upon jira search failure
|
||||
- Raise the number of github issues fetched per page
|
||||
|
||||
* Mon Apr 19 2021 Petr Šplíchal <psplicha@redhat.com> - 0.18-1
|
||||
- Support custom xmlrpc endpoint for MoinMoin wiki
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (did-0.18.tar.bz2) = e13976d3bcaac431adfe9fcf8aa5f36bb934cb4f56e06d99181c7106fdcd55dc7f23cda1242ba8f3b5739cbc326f2309aa14588695c44e095ef2d13327bc7e0d
|
||||
SHA512 (did-0.19.tar.bz2) = e47f90024af5c446487094d896f59afecb7a83d1f23ce4055dd1d9e410ba224d8f30625385352b046255967346411de92985ab8c90ebe91dccb5db041df8a5cd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue