14
0

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
This commit is contained in:
2024-11-05 15:39:04 +00:00
committed by Git OBS Bridge
parent f314e2b4ae
commit f0b67ade5d
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 5 15:07:32 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab727bf81de88984ada5c11f066f1e1649903d3e3d7ec91f1ce968172afd5256
size 58657

3
vobject-0.9.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db00a7f4db49397155dd8a6871e8a2a0175a6eba5a654c30e910f82b29514b58
size 61760