Hello community, here is the log from the commit of package python-icalendar for openSUSE:Factory checked in at 2018-08-24 17:10:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-icalendar (Old) and /work/SRC/openSUSE:Factory/.python-icalendar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-icalendar" Fri Aug 24 17:10:53 2018 rev:21 rq:631046 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes 2017-08-10 14:11:29.985550901 +0200 +++ /work/SRC/openSUSE:Factory/.python-icalendar.new/python-icalendar.changes 2018-08-24 17:10:54.338556469 +0200 @@ -1,0 +2,19 @@ +Thu Aug 23 08:09:51 UTC 2018 - [email protected] + +- Version update to 4.0.2: + * Update all pypi.python.org URLs to pypi.org + * Added rudimentary command line interface. + * Readme, setup and travis updates. + * Drop support for Python 2.6 and 3.3. + * Accept Windows timezone identifiers as valid. #242 + * Fix ResourceWarnings in setup.py when Python warnings are enabled. #244 + * Fix invalid escape sequences in string and bytes literals. #245 + * Include license file in the generated wheel package. #243 + * Fix non-ASCII TZID and TZNAME parameter handling. #238 + * Docs: update install instructions. #240 + * added vUTCOffset.ignore_exceptions to allow surpressing of failed TZOFFSET parsing (for now this ignores the check for offsets > 24h) + * Fix VTIMEZONEs including RDATEs #234. +- Update URL to point to the repo rather than to docs +- Use %license for license install + +------------------------------------------------------------------- Old: ---- icalendar-3.11.5.tar.gz New: ---- icalendar-4.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-icalendar.spec ++++++ --- /var/tmp/diff_new_pack.keBRss/_old 2018-08-24 17:10:54.778556992 +0200 +++ /var/tmp/diff_new_pack.keBRss/_new 2018-08-24 17:10:54.778556992 +0200 @@ -1,8 +1,8 @@ # # spec file for package python-icalendar # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 7/2011 - now open-slx GmbH <[email protected]> +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2011 open-slx GmbH <[email protected]> # Copyright (c) 2009 - 7/2011 Sascha Manns <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -21,15 +21,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define modname icalendar Name: python-%{modname} -Version: 3.11.5 +Version: 4.0.2 Release: 0 Summary: Python parser/generator of iCalendar files package -# please see https://github.com/collective/icalendar/issues/2 for re-licensing discussion License: BSD-2-Clause Group: Development/Languages/Python -Url: http://icalendar.readthedocs.org +URL: https://github.com/collective/icalendar Source0: https://files.pythonhosted.org/packages/source/i/icalendar/%{modname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module base} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} @@ -50,7 +48,6 @@ %prep %setup -q -n %{modname}-%{version} -rm -rf icalendar.egg-info %build %python_build @@ -60,11 +57,13 @@ %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -%python_exec %{_bindir}/py.test src +# test_create_america_new_york - https://github.com/collective/icalendar/issues/260 +%python_exec %{_bindir}/py.test src -k 'not test_create_america_new_york' %files %{python_files} -%defattr(-,root,root) -%doc README.rst LICENSE.rst CHANGES.rst +%license LICENSE.rst +%doc README.rst CHANGES.rst +%python3_only %{_bindir}/icalendar %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/ ++++++ icalendar-3.11.5.tar.gz -> icalendar-4.0.2.tar.gz ++++++ ++++ 2460 lines of diff (skipped)
