Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-caldav for openSUSE:Factory checked in at 2021-07-14 23:59:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-caldav (Old) and /work/SRC/openSUSE:Factory/.python-caldav.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-caldav" Wed Jul 14 23:59:03 2021 rev:8 rq:906346 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-caldav/python-caldav.changes 2020-06-15 20:31:56.774676244 +0200 +++ /work/SRC/openSUSE:Factory/.python-caldav.new.2625/python-caldav.changes 2021-07-14 23:59:27.897304039 +0200 @@ -1,0 +2,14 @@ +Mon Jul 12 23:22:46 UTC 2021 - Jason Craig <[email protected]> + +- Update to 0.8.0 + * Support for WebDAV sync-tokens + * Work on support for RFC6635, scheduling/RVSP (partially done) + * Improved support for iCloud, Google + * Calendar API improvements + * Improvement of the documentation, examples and inline + docstrings and comments + * Bugfixes +- Use fdupes to remove duplicate files. +- Remove shebangs from various non-executable Python files. + +------------------------------------------------------------------- Old: ---- caldav-0.7.1.tar.gz New: ---- caldav-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-caldav.spec ++++++ --- /var/tmp/diff_new_pack.LgskWs/_old 2021-07-14 23:59:28.309301022 +0200 +++ /var/tmp/diff_new_pack.LgskWs/_new 2021-07-14 23:59:28.309301022 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-caldav +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname caldav Name: python-%{modname} -Version: 0.7.1 +Version: 0.8.0 Release: 0 Summary: CalDAV (RFC4791) client library for Python -License: GPL-3.0-or-later AND Apache-2.0 +License: Apache-2.0 AND GPL-3.0-or-later Group: Development/Languages/Python URL: https://pypi.python.org/pypi/%{modname} Source: https://files.pythonhosted.org/packages/source/c/caldav/%{modname}-%{version}.tar.gz @@ -31,6 +31,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module vobject} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lxml Requires: python-requests @@ -51,6 +52,8 @@ %prep %setup -q -n %{modname}-%{version} +# Remove shebangs +find caldav -name "*.py" | xargs sed -i '1 {/^#!/d}' %build %python_build @@ -61,6 +64,7 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license COPYING.APACHE COPYING.GPL ++++++ caldav-0.7.1.tar.gz -> caldav-0.8.0.tar.gz ++++++ ++++ 9420 lines of diff (skipped)
