[openstack-dev] [release][infrastructure] yaml2ical 0.6.0 release

no-reply at openstack.org no-reply at openstack.org
Fri Apr 8 10:18:51 UTC 2016


We are glad to announce the release of:

yaml2ical 0.6.0: Convert YAML meeting descriptions into iCalendar
files

For more details, please see below.

Changes in yaml2ical 0.5.0..0.6.0
---------------------------------

3dd31a4 Add functionality to batch the meetings list
0559b4c Remove argparse from requirements
f02d892 Add one off events for skipped meetings
ddf64ae Add support for skipping/excluding meetings
a8c789d start_date now supported in schedules
d561ce4 Make help text less OpenStack specific
81c242b Update docs to indicate requirements and expand example meeting

Diffstat (except docs and test files)
-------------------------------------

README.rst                                 | 107 ++++++++++++++++++++++++-----
meetings/example.yaml                      |   9 ---
meetings/example1.yaml                     |  12 ++++
meetings/example2.yaml                     |  13 ++++
requirements.txt                           |   1 -
yaml2ical/cli.py                           |   3 +-
yaml2ical/ical.py                          |  62 ++++++++++++-----
yaml2ical/index.py                         |  17 +++++
yaml2ical/meeting.py                       |  52 +++++++++++++-
12 files changed, 380 insertions(+), 47 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 2966a4e..13028b6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2 +1,0 @@ pbr>=0.6,!=0.7,<1.0
-argparse





More information about the OpenStack-dev mailing list