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
|
2017-02-20 15:51:03 by Klaus Klein | Files touched by this commit (2) |
Log message:
Update py-vobject to 0.9.4.1.
0.9.4.1
-------
* Pickling/deepcopy hotfix (#60)
|
2017-01-20 23:38:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated py-vobject to 0.9.4.
0.9.4
improved PEP8 compliance (#53)
improved Python 3 compatibility (#55)
improved encoding/decoding (#49, #58) - thanks @pbiering!
correct handling of pytz timezones (#45) - thanks @Achimh3011!
0.9.3
Fixed use of doc in setup.py for -OO mode (#19) - thanks @dsanders11!
Added python3 compatibility for base64 encoding (#21) - thanks @prauscher!
Fixed ORG fields with multiple components (#23) - thanks @untitaker!
Removed stray HTML entity in README (#26) - thanks @inglesp!
Updated README.md to show example of adding "ORG" to a vCard (#28) \
- thanks @Tamerz!
Handle pytz timezones in iCalendar serialization (#33) - thanks @medmunds!
Use logging instead of printing to stdout (#35) - thanks @lucc!
|
2017-01-03 14:23:05 by Jonathan Perkin | Files touched by this commit (52) |
Log message:
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in \
post-install targets.
|
2016-10-31 17:28:28 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Downgrade py-vobject to 0.9.2
Due to
https://github.com/eventable/vobject/issues/39
|
2016-08-28 17:48:37 by Thomas Klausner | Files touched by this commit (112) |
Log message:
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.
Mark a couple more packages as not ready for python-3.x.
|
2016-08-27 17:45:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add ALTERNATIVES file for py-vobject.
|
2016-08-27 17:45:19 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Updated py-vobject to 0.9.3.
26 August 2016
vobject 0.9.3 released
Release Notes
Fixed use of doc in setup.py for -OO mode
Added python3 compatibility for base64 encoding
Fixed ORG fields with multiple components
Handle pytz timezones in iCalendar serialization
Use logging instead of printing to stdout
13 March 2016
vobject 0.9.2 released
Release Notes
Better line folding for utf-8 strings
Convert unicode to utf-8 to be StringIO compatible
16 February 2016
vobject 0.9.1 released
Release Notes
Removed lock on dateutil version (>=2.4.0 now works)
3 February 2016
vobject 0.9.0 released
Release Notes
Python 3 compatible
Updated version of dateutil (2.4.0)
More comprehensive unit tests available in tests.py
Performance improvements in iteration
Test files are included in PyPI download package
28 January 2016
vobject 0.8.2 released
Release Notes
Removed unnecessary ez_setup call from setup.py
|
2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599) |
Log message:
Remove python33: adapt all packages that refer to it.
|
2015-12-05 22:26:09 by Adam Ciarcinski | Files touched by this commit (578) |
Log message:
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
|