python-vobject 0.9.5-1 source package in Ubuntu

Changelog

python-vobject (0.9.5-1) unstable; urgency=medium

  [ upstream ]
  * New release:
    + 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.
    Closes: Bug#866979.

  [ Jonas Smedegaard ]
  * Unfuzz patches.
  * Modernize Vcs-Browser field: Use git (not cgit) in path.
  * Declare compliance with Debian Policy 4.0.0.
  * Relax to build-depend unversioned on cdbs, and depend unversioned on
    python-dateutil/python3-dateutil: Needed versions satisfied even in
    oldstable.
  * Fix lowercase "v" in "vCards" in short descriptions.
  * Add myself as uploader.

 -- Jonas Smedegaard <email address hidden>  Mon, 03 Jul 2017 22:26:51 +0200

Upload details

Uploaded by:
Debian Calendarserver Team
Uploaded to:
Sid
Original maintainer:
Debian Calendarserver Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-vobject_0.9.5-1.dsc 2.2 KiB 573c91e46de71bf6fc9b06619a4550254f54277ca2ccbdc3bf6d0ef56dc9b8e4
python-vobject_0.9.5.orig.tar.gz 210.5 KiB 344bd0e2b95c507a1b99fee44f4f2bf3e12991f14b6f181bf98eed42162db764
python-vobject_0.9.5-1.debian.tar.xz 6.9 KiB b10491db6f6756545ea439022d85154db153a7412023070fa6e6c27d485b2e28

Available diffs

No changes file available.

Binary packages built by this source

python-vobject: No summary available for python-vobject in ubuntu cosmic.

No description available for python-vobject in ubuntu cosmic.

python3-vobject: parse iCalendar and vCards in Python3

 Parses iCalendar and vCard files into Python3 data structures, decoding the
 relevant encodings. Also serializes vobject data structures to valid iCalendar
 or vCard unicode strings.