From 5190feb011e5e107b4d417b5155c11cfe6f099568241d9aa2f65edfe6cdfe7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 Aug 2018 08:17:16 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=45 --- icalendar-3.11.5.tar.gz | 3 --- icalendar-4.0.2.tar.gz | 3 +++ python-icalendar.changes | 19 +++++++++++++++++++ python-icalendar.spec | 19 +++++++++---------- 4 files changed, 31 insertions(+), 13 deletions(-) delete mode 100644 icalendar-3.11.5.tar.gz create mode 100644 icalendar-4.0.2.tar.gz diff --git a/icalendar-3.11.5.tar.gz b/icalendar-3.11.5.tar.gz deleted file mode 100644 index 23dde90..0000000 --- a/icalendar-3.11.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f34b24efcc5de06bf86e5a56ec2121ee85c3fcbfa4773442034f0d94b414ce78 -size 80102 diff --git a/icalendar-4.0.2.tar.gz b/icalendar-4.0.2.tar.gz new file mode 100644 index 0000000..b45caea --- /dev/null +++ b/icalendar-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80362a9f3c2686b88791fdb78c063f33bd96451f7b1b12140c5aad2df81c008c +size 80379 diff --git a/python-icalendar.changes b/python-icalendar.changes index 898724a..ad07a91 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Aug 23 08:09:51 UTC 2018 - tchvatal@suse.com + +- 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 + ------------------------------------------------------------------- Tue Jul 4 06:59:44 UTC 2017 - aloisio@gmx.com diff --git a/python-icalendar.spec b/python-icalendar.spec index 6d75b71..bcafa6a 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -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 +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2011 open-slx GmbH # Copyright (c) 2009 - 7/2011 Sascha Manns # # 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 @@ with Python. It follows the RFC 2445 (iCalendar) specification. %prep %setup -q -n %{modname}-%{version} -rm -rf icalendar.egg-info %build %python_build @@ -60,11 +57,13 @@ rm -rf icalendar.egg-info %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/