This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gregg Van Hove
committed
Oct 25, 2018
1 parent
c9a65d0
commit 479b45d
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Jasmine Py 3.3 Release Notes | ||
|
||
## Summary | ||
|
||
Updates JS to Jasmine Core 3.3.0. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/master/release_notes/3.3.0.md) | ||
for details. | ||
|
||
## Changes | ||
|
||
* Get browser separately from creating test server to ensure we can load the browser before starting server | ||
- See [#55](https://github.com/jasmine/jasmine-py/issues/55) | ||
|
||
* Fix jasmine-core dependency to allow minor updates | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="jasmine", | ||
version="3.2.0", | ||
version="3.3.0", | ||
url="http://jasmine.github.io", | ||
author="Pivotal Labs", | ||
author_email="[email protected]", | ||
|
@@ -46,7 +46,7 @@ | |
install_requires=[ | ||
'PyYAML>=3.10, <4.0', | ||
'Jinja2>=2.0, <3.0', | ||
'jasmine-core>=3.2.0, <4.0', | ||
'jasmine-core>=3.3.0, <4.0', | ||
'CherryPy>=11', | ||
'selenium>=3.0', | ||
], | ||
|