Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc0c608a39 | ||
|
|
5e10570f6b |
2 changed files with 23 additions and 4 deletions
12
vdirsyncer-click-log-dependency-version.patch
Normal file
12
vdirsyncer-click-log-dependency-version.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -12,7 +12,7 @@
|
||||
requirements = [
|
||||
# https://github.com/mitsuhiko/click/issues/200
|
||||
"click>=5.0,<9.0",
|
||||
- "click-log>=0.3.0, <0.4.0",
|
||||
+ "click-log>=0.3.0, <0.5.0",
|
||||
# https://github.com/pimutils/vdirsyncer/issues/478
|
||||
"click-threading>=0.5",
|
||||
"requests >=2.20.0",
|
||||
|
||||
|
|
@ -10,12 +10,13 @@
|
|||
|
||||
Name: vdirsyncer
|
||||
Version: 0.18.0
|
||||
Release: 5%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/pimutils/%{name}
|
||||
Source0: %{pypi_source}
|
||||
Patch0: vdirsyncer-click-log-dependency-version.patch
|
||||
|
||||
BuildArch: noarch
|
||||
Obsoletes: python2-%{srcname} <= 0.12.1
|
||||
|
|
@ -38,7 +39,7 @@ BuildRequires: python3-sphinx_rtd_theme
|
|||
|
||||
Requires: python3-atomicwrites >= 0.1.7
|
||||
Requires: python3-click >= 5.0
|
||||
Requires: python3-click-log >= 0.3
|
||||
Requires: python3-click-log >= 0.4
|
||||
Requires: python3-click-threading >= 0.4.0
|
||||
Requires: python3-icalendar
|
||||
Requires: python3-lxml >= 3.1
|
||||
|
|
@ -61,7 +62,7 @@ Summary: %{sum}
|
|||
|
||||
Requires: python3-atomicwrites >= 0.1.7
|
||||
Requires: python3-click >= 5.0
|
||||
Requires: python3-click-log >= 0.3
|
||||
Requires: python3-click-log >= 0.4
|
||||
Requires: python3-click-threading >= 0.4.0
|
||||
Requires: python3-icalendar
|
||||
Requires: python3-lxml >= 3.1
|
||||
|
|
@ -85,7 +86,7 @@ The vdirsyncer-doc package provides all the documentation
|
|||
for the vdirsyncer calendar/address-book synchronization utility.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# Here we set upstream version based on setuptools_scm documentation
|
||||
|
|
@ -145,6 +146,12 @@ sh build.sh tests
|
|||
%doc docs/_build/html docs/_build/text
|
||||
|
||||
%changelog
|
||||
* Wed Aug 17 2022 David Kaufmann <astra@ionic.at> - 0.18.0-7
|
||||
- Fix autogenerated dependency
|
||||
|
||||
* Mon Aug 15 2022 David Kaufmann <astra@ionic.at> - 0.18.0-6
|
||||
- Update click-log dependency in all places
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue