From 6e86d7ecb57852d46c95e405c45231eae37186176ba357a9631717235ee1ea61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 5 Nov 2024 15:39:04 +0000 Subject: [PATCH] Accepting request 1221482 from home:glaubitz:branches:devel:languages:python - Update to 0.9.8 * Accumulated bug fixes - Move %python_uninstall_alternative from %preun to %postun - Update BuildRequires and Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1221482 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vobject?expand=0&rev=15 --- python-vobject.changes | 8 ++++++++ python-vobject.spec | 10 ++++++---- vobject-0.9.7.tar.gz | 3 --- vobject-0.9.8.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 vobject-0.9.7.tar.gz create mode 100644 vobject-0.9.8.tar.gz diff --git a/python-vobject.changes b/python-vobject.changes index 6a9c859..4df6cf8 100644 --- a/python-vobject.changes +++ b/python-vobject.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 5 15:07:32 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.9.8 + * Accumulated bug fixes +- Move %python_uninstall_alternative from %preun to %postun +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Thu May 2 22:20:21 UTC 2024 - Dirk Müller diff --git a/python-vobject.spec b/python-vobject.spec index 4d79456..6387d8f 100644 --- a/python-vobject.spec +++ b/python-vobject.spec @@ -19,7 +19,7 @@ %global modname vobject %{?sle15_python_module_pythons} Name: python-vobject -Version: 0.9.7 +Version: 0.9.8 Release: 0 Summary: Python package for parsing and creating iCalendar and vCard files License: Apache-2.0 @@ -28,11 +28,13 @@ URL: https://github.com/py-vobject/vobject/ Source: https://files.pythonhosted.org/packages/source/v/vobject/%{modname}-%{version}.tar.gz BuildRequires: %{python_module PyICU} BuildRequires: %{python_module devel >= 2.7} -BuildRequires: %{python_module python-dateutil >= 2.4.0} +BuildRequires: %{python_module python-dateutil >= 2.7.0} +BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-python-dateutil >= 2.4.0 +Requires: python-python-dateutil >= 2.7.0 +Requires: python-pytz Requires: python-six Requires(post): update-alternatives Requires(preun): update-alternatives @@ -70,7 +72,7 @@ done %python_install_alternative change_tz %python_install_alternative ics_diff -%preun +%postun %python_uninstall_alternative change_tz %python_uninstall_alternative ics_diff diff --git a/vobject-0.9.7.tar.gz b/vobject-0.9.7.tar.gz deleted file mode 100644 index 1b587ef..0000000 --- a/vobject-0.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab727bf81de88984ada5c11f066f1e1649903d3e3d7ec91f1ce968172afd5256 -size 58657 diff --git a/vobject-0.9.8.tar.gz b/vobject-0.9.8.tar.gz new file mode 100644 index 0000000..ac0752e --- /dev/null +++ b/vobject-0.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db00a7f4db49397155dd8a6871e8a2a0175a6eba5a654c30e910f82b29514b58 +size 61760