Skip to content

Commit

Permalink
<>[]: <Prep for release>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Nov 16, 2022
1 parent 218676d commit f65fec1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
18 changes: 10 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
wheel~=0.37.1
setuptools==65.5.0
wheel==0.38.4
setuptools==65.5.1
twine==4.0.1
build==0.9.0
html-testRunner~=1.2.1

mypy==0.982
mypy==0.991
mypy-extensions~= 0.4.3
typing_extensions==4.4.0
types-setuptools==65.5.0.2

pyutmodel==1.1.0
ogl==0.60.8
untanglepyut==0.5.5
types-setuptools==65.5.0.3

wxpython~=4.2.0

pyutmodel==1.2.0
ogl==0.60.9

untanglepyut==0.6.0

2 changes: 1 addition & 1 deletion scripts/runmypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ changeToProjectRoot

echo "current: $(pwd)"

mypy --config-file .mypi.ini --pretty --no-color-output --show-error-codes oglio tests
mypy --config-file .mypi.ini --pretty --no-color-output --show-error-codes --check-untyped-defs oglio tests
# mypy --config-file .mypi.ini --pretty --no-color-output --show-error-codes --no-incremental oglio tests
# mypy --config-file .mypi.ini --pretty --show-error-codes oglio tests
status=$?
Expand Down
2 changes: 1 addition & 1 deletion scripts/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ changeToProjectRoot

echo "Travis Build directory: ${TRAVIS_BUILD_DIR}"

python3 -m tests.TestAll
python3 -Wdefault -m tests.TestAll
status=$?


Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="oglio",
version="0.5.10",
version="0.5.15",
author_email='[email protected]',
maintainer='Humberto A. Sanchez II',
maintainer_email='[email protected]',
Expand All @@ -27,8 +27,8 @@
},
install_requires=[
'wxPython==4.2.0',
'pyutmodel==1.1.0',
'ogl==0.60.8',
'untanglepyut==0.5.5',
'pyutmodel==1.2.0',
'ogl==0.60.9',
'untanglepyut==0.6.0',
],
)

0 comments on commit f65fec1

Please sign in to comment.