Skip to content

Tags: SemaphoreSolutions/s4-clarity-lib

Tags

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Declare minimum versions of urllib3 and requests as dependencies (#64)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
smallsco Scott Small
Fix missing dependency to publish to PyPi using Python 3.12

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
smallsco Scott Small
Bump version to 1.5.0, update changelog, use log.warning instead of w…

…arnings lib

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate CI/CD from Travis-CI to GitHub Actions (#47)

* Replacing Travis-CI with GitHub Actions

* add more python versions

* hardcode ubuntu version, bump action dependency versions

* remove python 2.7 for the moment

* not sure if checkout is required

* yes, checkout was required

* add coveralls

* invoke coveralls using their action

* try python 2.7 again, using a container

* Remove Travis references, update badge icon

* test pypi publishing

* remove environment

* manually install wheel and run setup

* requirements install may not be necessary since we run setup directly

* add a workflow for real pypi

* bump version to 1.4.2 to test prod pypi publish

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #41 from smallsco/release_1.4.1

Bump version to 1.4.1, update changelog

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #39 from smallsco/release_1.4.0

Bump version to 1.4.0, update changelog

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from smallsco/fix_stage_routing_and_bump_versi…

…on_to_1.3.1

Fix regression in stage routing, bump version to 1.3.1

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.3.0 (#31)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for 1.2.0 release (#22)

Bump version number
Add links to documentation and source to setup.py
Update Change Log

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove timeout from wait_for_EPP. (#15)

The existing code would time out after waiting 60
seconds. On systems processing large numbers of
samples, EPPs can easily take longer than this.