forked from pool/python-vobject
Accepting request 651601 from home:frispete:python
- update to version 0.9.6.1:
* Revert too-strict serialization of timestamp values
- broke too many other implementations
- update to version 0.9.6:
* Correctly order calendar properties before calendar components
(#98)
* Pass correct formatting string to logger (#102)
- thanks @CruzR!
* RRULE: Fix floating UNTIL with dateutil > 2.6.1 (#115)
- thanks @Unrud!
* Encode params if necessary in serialization (#109)
- thanks @matthias-k!
* Ignore escaped semi-colons in UNTIL value (#114)
- thanks @Unrud!
* RRULE: Fix VTODO without DTSTART (#116)
- thanks @Unrud!
* Fixed regexp for VCF Version 2.1 (#121)
- thanks @farmovit!
* repr changed for datetime.timedelta in python 3.7 (#122)
- thanks @sharkcz!
- enable testing
OBS-URL: https://build.opensuse.org/request/show/651601
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vobject?expand=0&rev=7
This commit is contained in:
@@ -1,16 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 12:16:58 UTC 2018 - mvetter@suse.com
|
||||
Tue Nov 20 21:23:56 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
- Update to 0.9.6:
|
||||
* Correctly order calendar properties before calendar components (#98)
|
||||
- update to version 0.9.6.1:
|
||||
* Revert too-strict serialization of timestamp values
|
||||
- broke too many other implementations
|
||||
|
||||
- update to version 0.9.6:
|
||||
* Correctly order calendar properties before calendar components
|
||||
(#98)
|
||||
* Correctly serialize timestamp values (i.e. REV) (#99)
|
||||
* Pass correct formatting string to logger (#102) - thanks @CruzR!
|
||||
* RRULE: Fix floating UNTIL with dateutil > 2.6.1 (#115) - thanks @Unrud!
|
||||
* Encode params if necessary in serialization (#109) - thanks @matthias-k!
|
||||
* Ignore escaped semi-colons in UNTIL value (#114) - thanks @Unrud!
|
||||
* RRULE: Fix VTODO without DTSTART (#116) - thanks @Unrud!
|
||||
* Fixed regexp for VCF Version 2.1 (#121) - thanks @farmovit!
|
||||
* repr changed for datetime.timedelta in python 3.7 (#122) - thanks @sharkcz!
|
||||
* Pass correct formatting string to logger (#102)
|
||||
- thanks @CruzR!
|
||||
* RRULE: Fix floating UNTIL with dateutil > 2.6.1 (#115)
|
||||
- thanks @Unrud!
|
||||
* Encode params if necessary in serialization (#109)
|
||||
- thanks @matthias-k!
|
||||
* Ignore escaped semi-colons in UNTIL value (#114)
|
||||
- thanks @Unrud!
|
||||
* RRULE: Fix VTODO without DTSTART (#116)
|
||||
- thanks @Unrud!
|
||||
* Fixed regexp for VCF Version 2.1 (#121)
|
||||
- thanks @farmovit!
|
||||
* repr changed for datetime.timedelta in python 3.7 (#122)
|
||||
- thanks @sharkcz!
|
||||
|
||||
- enable testing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 20:00:25 UTC 2017 - benoit.monin@gmx.fr
|
||||
|
||||
Reference in New Issue
Block a user