14
0

- update to 0.9.7:

* Cosmetic release, switching to new maintenance organization.
  * This release is functionally identical to 0.9.6.1.
  * Pass correct formatting string to logger (#102)
  * RRULE: Fix floating UNTIL with dateutil > 2.6.1 (#115)
  * Encode params if necessary in serialization (#109)
  * Ignore escaped semi-colons in UNTIL value (#114)
  * RRULE: Fix VTODO without DTSTART (#116)
  * Fixed regexp for VCF Version 2.1 (#121)
  * repr changed for datetime.timedelta in python 3.7 (#122)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vobject?expand=0&rev=13
This commit is contained in:
2024-05-02 22:21:36 +00:00
committed by Git OBS Bridge
parent a26fd61d7f
commit f314e2b4ae
4 changed files with 22 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu May 2 22:20:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.9.7:
* Cosmetic release, switching to new maintenance organization.
* This release is functionally identical to 0.9.6.1.
-------------------------------------------------------------------
Sun Jun 25 07:20:17 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-vobject
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
#
%{?sle15_python_module_pythons}
%global modname vobject
%{?sle15_python_module_pythons}
Name: python-vobject
Version: 0.9.6.1
Version: 0.9.7
Release: 0
Summary: Python package for parsing and creating iCalendar and vCard files
License: Apache-2.0
Group: Development/Languages/Python
URL: http://eventable.github.io/%{modname}/
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}

View File

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

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

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