Path to this page:
./
textproc/py-vobject,
Python iCalendar (ics) and vCard library
Branch: CURRENT,
Version: 0.9.8,
Package name: py312-vobject-0.9.8,
Maintainer: kleinkVObject simplifies the process of parsing and creating iCalendar and
vCard objects.
Required to run:[
devel/py-setuptools] [
time/py-dateutil] [
lang/python310]
Master sites:
Filesize: 60.313 KB
Version history: (Expand)
- (2024-10-01) Updated to version: py312-vobject-0.9.8
- (2024-04-05) Updated to version: py311-vobject-0.9.7
- (2023-02-09) Updated to version: py310-vobject-0.9.6.1nb2
- (2022-01-05) Updated to version: py39-vobject-0.9.6.1nb2
- (2022-01-05) Updated to version: py39-vobject-0.9.6.1nb1
- (2021-10-07) Updated to version: py39-vobject-0.9.6.1
CVS history: (Expand)
2024-04-05 13:00:49 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-vobject: update to 0.9.7.
Changes not found.
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2018-08-07 08:09:09 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-vobject: updated to 0.9.6.1
0.9.6.1:
Bug fixes.
|
2018-07-08 11:38:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-vobject: updated to 0.9.6
0.9.6:
Correctly order calendar properties before calendar components
Correctly serialize timestamp values (i.e. REV)
Pass correct formatting string to logger
RRULE: Fix floating UNTIL with dateutil > 2.6.1
Encode params if necessary in serialization
Ignore escaped semi-colons in UNTIL value
RRULE: Fix VTODO without DTSTART
Fixed regexp for VCF Version 2.1
repr changed for datetime.timedelta in python 3.7
|
2017-08-01 20:12:38 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-vobject to 0.9.5.
0.9.5
-----
* Make ics_diff.py work with Python 3
* Huge changes to text encoding for Python 2/3 compatibility
* Autogenerate DTSTAMP if not provided
* Fix getrruleset() for Python 3 and in the case that addRDate=True
* Update vCard property validation to match specifications
* Handle offset-naive and offset-aware datetimes in recurrence rules
* Improved documentation for multi-value properties
|