Hello community,

here is the log from the commit of package python-icalendar for 
openSUSE:Factory checked in at 2015-04-25 09:52:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-icalendar (Old)
 and      /work/SRC/openSUSE:Factory/.python-icalendar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-icalendar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes        
2014-11-07 09:06:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-icalendar.new/python-icalendar.changes   
2015-04-25 11:25:40.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Apr 23 06:57:19 UTC 2015 - [email protected]
+
+- Update to 3.9.0:
+  - Creating timezone objects from VTIMEZONE components.
+  - Make ``python-dateutil`` a dependency.
+  - Made RRULE tolerant of trailing semicolons.
+  - Documentation fixes.
+- Use .tar.gz as Source
+- Add missing dependency on pytz, dateutil
+- Run testsuite in %check and adjust build requires
+
+-------------------------------------------------------------------

Old:
----
  icalendar-3.8.4.zip

New:
----
  icalendar-3.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-icalendar.spec ++++++
--- /var/tmp/diff_new_pack.Vyb6r0/_old  2015-04-25 11:25:41.000000000 +0200
+++ /var/tmp/diff_new_pack.Vyb6r0/_new  2015-04-25 11:25:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-icalendar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 7/2011 - now  open-slx GmbH <[email protected]>
 # Copyright (c) 2009 - 7/2011 Sascha Manns <[email protected]> 
 #
@@ -20,20 +20,23 @@
 
 %define        modname icalendar
 Name:           python-%{modname}
-Version:        3.8.4
+Version:        3.9.0
 Release:        0
 Summary:        Python parser/generator of iCalendar files package
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 # please see https://github.com/collective/icalendar/issues/2 for re-licensing 
discussion
 Url:            http://icalendar.readthedocs.org
-Source0:        
https://pypi.python.org/packages/source/i/icalendar/%{modname}-%{version}.zip
+Source0:        
https://pypi.python.org/packages/source/i/icalendar/%{modname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
+BuildRequires:  python-dateutil
 BuildRequires:  python-devel
+BuildRequires:  python-pytest
 BuildRequires:  python-pytz
 BuildRequires:  python-setuptools
-BuildRequires:  unzip
+Requires:       python-dateutil
+Requires:       python-pytz
 %{py_requires}
 %if 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
@@ -57,6 +60,9 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes -s %{buildroot}
 
+%check
+py.test src
+
 %files
 %defattr(-,root,root)
 %doc README.rst LICENSE.rst CHANGES.rst


Reply via email to