14
0

Accepting request 1171474 from devel:languages:python

- 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/request/show/1171474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vobject?expand=0&rev=6
This commit is contained in:
2024-05-03 17:44:08 +00:00
committed by Git OBS Bridge
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> Sun Jun 25 07:20:17 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
@@ -21,19 +28,19 @@ Tue Nov 20 21:23:56 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
* Correctly order calendar properties before calendar components * Correctly order calendar properties before calendar components
(#98) (#98)
* Correctly serialize timestamp values (i.e. REV) (#99) * Correctly serialize timestamp values (i.e. REV) (#99)
* Pass correct formatting string to logger (#102) * Pass correct formatting string to logger (#102)
- thanks @CruzR! - thanks @CruzR!
* RRULE: Fix floating UNTIL with dateutil > 2.6.1 (#115) * RRULE: Fix floating UNTIL with dateutil > 2.6.1 (#115)
- thanks @Unrud! - thanks @Unrud!
* Encode params if necessary in serialization (#109) * Encode params if necessary in serialization (#109)
- thanks @matthias-k! - thanks @matthias-k!
* Ignore escaped semi-colons in UNTIL value (#114) * Ignore escaped semi-colons in UNTIL value (#114)
- thanks @Unrud! - thanks @Unrud!
* RRULE: Fix VTODO without DTSTART (#116) * RRULE: Fix VTODO without DTSTART (#116)
- thanks @Unrud! - thanks @Unrud!
* Fixed regexp for VCF Version 2.1 (#121) * Fixed regexp for VCF Version 2.1 (#121)
- thanks @farmovit! - thanks @farmovit!
* repr changed for datetime.timedelta in python 3.7 (#122) * repr changed for datetime.timedelta in python 3.7 (#122)
- thanks @sharkcz! - thanks @sharkcz!
- enable testing - enable testing

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-vobject # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,15 @@
# #
%{?sle15_python_module_pythons}
%global modname vobject %global modname vobject
%{?sle15_python_module_pythons}
Name: python-vobject Name: python-vobject
Version: 0.9.6.1 Version: 0.9.7
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
Group: Development/Languages/Python 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 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}
@@ -35,7 +35,7 @@ BuildRequires: python-rpm-macros
Requires: python-python-dateutil >= 2.4.0 Requires: python-python-dateutil >= 2.4.0
Requires: python-six Requires: python-six
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(preun):update-alternatives Requires(preun): update-alternatives
Recommends: python-PyICU Recommends: python-PyICU
Provides: %{modname} = %{version} Provides: %{modname} = %{version}
Obsoletes: %{modname} < 0.9.2 Obsoletes: %{modname} < 0.9.2

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