14
0

Accepting request 508105 from home:alois:branches:devel:languages:python

Update to 0.16.0 (2nd attempt)

OBS-URL: https://build.opensuse.org/request/show/508105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=2
This commit is contained in:
Jan Matejek
2017-07-04 12:41:09 +00:00
committed by Git OBS Bridge
parent db7e1bb2a8
commit e5af172521
4 changed files with 39 additions and 8 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Jul 4 12:30:14 UTC 2017 - aloisio@gmx.com
- Update to version 0.16.0
* Strip METHOD:PUBLISH added by some calendar providers, see
:gh:`502`.
* Fix crash of Google storages when saving token file.
* Make DAV discovery more RFC-conformant, see :ghpr:`585`.
* Vdirsyncer is now tested against Xandikos, see :ghpr:`601`.
* Subfolders with a leading dot are now ignored during
discover for filesystem storage. This makes it easier to combine
it with version control.
* Statuses are now stored in a sqlite database. Old data is
automatically migrated. Users with really large datasets should
encounter performance improvements. This means that sqlite3 is
now a dependency of vdirsyncer.
* Vdirsyncer is now licensed under the 3-clause BSD license,
see :gh:`610`.
* Vdirsyncer now includes experimental support for EteSync,
see :ghpr:`614`.
* Vdirsyncer now uses more filesystem metadata for determining
whether an item changed. You will notice a possibly heavy CPU/IO
spike on the first sync after upgrading.
* Packagers: Reference systemd.service and systemd.timer unit
files are provided. It is recommended to install these as
documentation if your distribution is systemd-based.
- Provides vdirsyncer only for python3.
-------------------------------------------------------------------
Fri Jun 30 16:34:31 UTC 2017 - aloisio@gmx.com

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-vdirsyncer
Version: 0.15.0
Version: 0.16.0
Release: 0
Summary: Synchronize CalDAV and CardDAV
License: MIT
License: BSD-3-Clause
Group: Productivity/Networking/News/Utilities
Url: https://github.com/untitaker/vdirsyncer
Url: https://github.com/pimutils/vdirsyncer
Source: https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}
BuildRequires: fdupes
@@ -39,8 +39,10 @@ Requires: python-pytz
Requires: python-requests >= 2.0.1
Requires: python-requests-toolbelt >= 0.4.0
Recommends: python-requests-oauthlib
%ifpython3
Provides: vdirsyncer == %{version}
Obsoletes: vdirsyncer <= %{version}
Obsoletes: vdirsyncer < %{version}
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -62,7 +64,7 @@ rm -rf vdirsyncer.egg-info
%files %{python_files}
%defattr(-,root,root)
%doc LICENSE
%doc LICENSE README.rst
%python3_only %{_bindir}/vdirsyncer
%{python_sitelib}/*

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52f7acccab443ce20aca2623b80475f741844929977c08b2f8f11fc9ba2f4a21
size 110907

3
vdirsyncer-0.16.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cfdbfa799373ca08f533bfc57bd0d3afefe8a2c5f845782db38b889a19aca958
size 113408