Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
195ab5d0cc | ||
|
|
7db9d7666b | ||
|
|
da001d76bc | ||
|
|
5090882e16 |
1 changed files with 14 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
Name: vdirsyncer
|
||||
Version: 0.20.0
|
||||
Release: 3%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -46,6 +46,7 @@ BuildRequires: python3-aiohttp-oauthlib
|
|||
BuildRequires: python3-trustme
|
||||
BuildRequires: python3-pytest-httpserver
|
||||
BuildRequires: python3-pytest-localserver
|
||||
BuildRequires: python3-pkg-resources
|
||||
|
||||
Requires: python3-click >= 5.0
|
||||
Requires: python3-click-log >= 0.4
|
||||
|
|
@ -160,6 +161,18 @@ sh build.sh tests
|
|||
%doc docs/_build/html docs/_build/text
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 0.20.0-6
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Thu May 07 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.20.0-5
|
||||
- Add BR on python3-pkg-resources, setuptools 82 dropped pkg_resources
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Tue Dec 16 2025 Michel Lind <salimma@fedoraproject.org> - 0.20.0-3
|
||||
- Support building with old setuptools (pre-PEP 639)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue