Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Python Maint
605b3ec697 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:13:39 +02:00
Python Maint
fff70b818c Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:44:14 +02:00
Fedora Release Engineering
d8e16581eb Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 19:16:30 +00:00
Python Maint
9ac5782295 Rebuilt for Python 3.14 2025-06-04 19:32:54 +02:00

View file

@ -1,6 +1,6 @@
Name: did
Version: 0.22
Release: 1%{?dist}
Release: 5%{?dist}
Summary: What did you do last week, month, year?
License: GPL-2.0-or-later
@ -60,6 +60,18 @@ export LANG=en_US.utf-8
%license LICENSE
%changelog
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.22-5
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.22-4
- Rebuilt for Python 3.14.0rc2 bytecode
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.22-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Jun 04 2025 Python Maint <python-maint@redhat.com> - 0.22-2
- Rebuilt for Python 3.14
* Tue Jun 03 2025 Petr Šplíchal <psplicha@redhat.com> - 0.22-1
- Implement `transition` stats for the `jira` plugin (#352)
- Fix issue with wrong `until` in GitHub search (#376)