forked from pool/python-vobject
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:
@@ -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>
|
Thu May 2 22:20:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%global modname vobject
|
%global modname vobject
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-vobject
|
Name: python-vobject
|
||||||
Version: 0.9.7
|
Version: 0.9.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python package for parsing and creating iCalendar and vCard files
|
Summary: Python package for parsing and creating iCalendar and vCard files
|
||||||
License: Apache-2.0
|
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
|
Source: https://files.pythonhosted.org/packages/source/v/vobject/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyICU}
|
BuildRequires: %{python_module PyICU}
|
||||||
BuildRequires: %{python_module devel >= 2.7}
|
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: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
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: python-six
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(preun): update-alternatives
|
Requires(preun): update-alternatives
|
||||||
@@ -70,7 +72,7 @@ done
|
|||||||
%python_install_alternative change_tz
|
%python_install_alternative change_tz
|
||||||
%python_install_alternative ics_diff
|
%python_install_alternative ics_diff
|
||||||
|
|
||||||
%preun
|
%postun
|
||||||
%python_uninstall_alternative change_tz
|
%python_uninstall_alternative change_tz
|
||||||
%python_uninstall_alternative ics_diff
|
%python_uninstall_alternative ics_diff
|
||||||
|
|
||||||
|
|||||||
@@ -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
3
vobject-0.9.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db00a7f4db49397155dd8a6871e8a2a0175a6eba5a654c30e910f82b29514b58
|
||||||
|
size 61760
|
||||||
Reference in New Issue
Block a user