Skip to content

Commit

Permalink
Incremented version to 3.0.5, based on CSW-3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Dec 18, 2020
1 parent 3ef26a5 commit 226a17c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This package contains python APIs for the [TMT Common Software (CSW)](https://github.com/tmtsoftware/csw).

Note: Python version 3.8.5 was used for testing.
Note: Python version 3.8.6 was used for testing.

The latest release has been published to https://pypi.org/project/tmtpycsw/ and can be installed with:

Expand Down
6 changes: 3 additions & 3 deletions docs/Event.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<dl>
<dt id="csw.Event.Event"><code class="flex name class">
<span>class <span class="ident">Event</span></span>
<span>(</span><span>source: str, eventName: str, paramSet: List[<a title="csw.Parameter.Parameter" href="Parameter.html#csw.Parameter.Parameter">Parameter</a>], eventTime: <a title="csw.EventTime.EventTime" href="EventTime.html#csw.EventTime.EventTime">EventTime</a> = EventTime(seconds=1606860460, nanos=276463985), eventId: str = '36f287a1-788b-4d6d-b640-8961aa2f16c9')</span>
<span>(</span><span>source: str, eventName: str, paramSet: List[<a title="csw.Parameter.Parameter" href="Parameter.html#csw.Parameter.Parameter">Parameter</a>], eventTime: <a title="csw.EventTime.EventTime" href="EventTime.html#csw.EventTime.EventTime">EventTime</a> = EventTime(seconds=1608288228, nanos=284583091), eventId: str = 'cf74013a-8814-4b25-9c31-591a173cfade')</span>
</code></dt>
<dd>
<div class="desc"><p>Abstract base class that creates an Event that can be published to the event service
Expand Down Expand Up @@ -414,7 +414,7 @@ <h2 id="args">Args</h2>
</dd>
<dt id="csw.Event.ObserveEvent"><code class="flex name class">
<span>class <span class="ident">ObserveEvent</span></span>
<span>(</span><span>source: str, eventName: str, paramSet: List[<a title="csw.Parameter.Parameter" href="Parameter.html#csw.Parameter.Parameter">Parameter</a>], eventTime: <a title="csw.EventTime.EventTime" href="EventTime.html#csw.EventTime.EventTime">EventTime</a> = EventTime(seconds=1606860460, nanos=276463985), eventId: str = '36f287a1-788b-4d6d-b640-8961aa2f16c9')</span>
<span>(</span><span>source: str, eventName: str, paramSet: List[<a title="csw.Parameter.Parameter" href="Parameter.html#csw.Parameter.Parameter">Parameter</a>], eventTime: <a title="csw.EventTime.EventTime" href="EventTime.html#csw.EventTime.EventTime">EventTime</a> = EventTime(seconds=1608288228, nanos=284583091), eventId: str = 'cf74013a-8814-4b25-9c31-591a173cfade')</span>
</code></dt>
<dd>
<div class="desc"><p>An event type fired when an observation has taken place.</p>
Expand Down Expand Up @@ -491,7 +491,7 @@ <h3>Inherited members</h3>
</dd>
<dt id="csw.Event.SystemEvent"><code class="flex name class">
<span>class <span class="ident">SystemEvent</span></span>
<span>(</span><span>source: str, eventName: str, paramSet: List[<a title="csw.Parameter.Parameter" href="Parameter.html#csw.Parameter.Parameter">Parameter</a>], eventTime: <a title="csw.EventTime.EventTime" href="EventTime.html#csw.EventTime.EventTime">EventTime</a> = EventTime(seconds=1606860460, nanos=276463985), eventId: str = '36f287a1-788b-4d6d-b640-8961aa2f16c9')</span>
<span>(</span><span>source: str, eventName: str, paramSet: List[<a title="csw.Parameter.Parameter" href="Parameter.html#csw.Parameter.Parameter">Parameter</a>], eventTime: <a title="csw.EventTime.EventTime" href="EventTime.html#csw.EventTime.EventTime">EventTime</a> = EventTime(seconds=1608288228, nanos=284583091), eventId: str = 'cf74013a-8814-4b25-9c31-591a173cfade')</span>
</code></dt>
<dd>
<div class="desc"><p>An event type for publishing changes in system data.</p>
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

setuptools.setup(
name="tmtpycsw",
version="3.0.4",
python_requires='>=3.8.5',
version="3.0.5",
python_requires='>=3.8.6',
author="Allan Brighton",
author_email="[email protected]",
description="A python API for TMT CSW services",
Expand Down
2 changes: 1 addition & 1 deletion tests/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Script that starts the CSW services, compiles and runs the test assembly and then runs the python tests.
# Assumes that csw-services.sh, sbt, pytest are all in your shell path.

CSW_VERSION=3.0.0-RC1
CSW_VERSION=3.0.0

logfile=test.log
if ! hash csw-services 2>/dev/null ; then
Expand Down
2 changes: 1 addition & 1 deletion tests/testSupport/project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object AkkaHttp {
}

object CSW {
val Version = "3.0.0-RC1"
val Version = "3.0.0"
// val Version = "0.1.0-SNAPSHOT"

val `csw-framework` = "com.github.tmtsoftware.csw" %% "csw-framework" % Version
Expand Down

0 comments on commit 226a17c

Please sign in to comment.