[release-announce] [infrastructure] yaml2ical 0.7.0

no-reply at openstack.org no-reply at openstack.org
Thu Aug 3 11:41:50 UTC 2017


We are chuffed to announce the release of:

yaml2ical 0.7.0: Convert YAML meeting descriptions into iCalendar
files

Download the package from:

    https://tarballs.openstack.org/yaml2ical/

For more details, please see below.

Changes in yaml2ical 0.6.1..0.7.0
---------------------------------

2bc8590 Add adhoc to the README
f2f9828 Add Adhoc frequency
c29e042 Remove discover from test-requirements
23cff67 Manual sync to global-requirements
cf13e1a Update hacking test-requirement
c085308 Clarify KeyError() in Schedule.__init__()


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

README.rst                         |  8 ++++++--
requirements.txt                   |  6 +++---
test-requirements.txt              | 15 +++++++--------
yaml2ical/ical.py                  |  5 +++++
yaml2ical/meeting.py               | 15 ++++++++++++---
yaml2ical/recurrence.py            | 28 ++++++++++++++++++++++++++--
9 files changed, 85 insertions(+), 18 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 13028b6..8d28e40 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=1.6  # Apache-2.0
@@ -3,2 +3,2 @@ icalendar
-jinja2
-pyyaml
+Jinja2>=2.8  # BSD License (3 clause)
+PyYAML>=3.1.0  # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 9a94963..6578a34 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1 +1 @@
-hacking>=0.5.6,<0.8
+hacking>=0.11.0,<0.12  # Apache-2.0
@@ -3,7 +3,6 @@ hacking>=0.5.6,<0.8
-coverage>=3.6
-discover
-fixtures>=0.3.14
-python-subunit
-testrepository>=0.0.17
-testscenarios>=0.4,<0.5
-testtools>=0.9.32
+coverage>=3.6  # Apache-2.0
+fixtures>=3.0.0  # Apache-2.0/BSD
+python-subunit>=0.0.18  # Apache-2.0/BSD
+testrepository>=0.0.18  # Apache-2.0/BSD
+testscenarios>=0.4  # Apache-2.0/BSD
+testtools>=1.4.0  # MIT






More information about the Release-announce mailing list