Skip to content

Commit

Permalink
<>[]: <Trust Me>
Browse files Browse the repository at this point in the history
[
Fix README
Fix query.slg for auto updates
]

[#121]
  • Loading branch information
Humberto Sanchez II committed Dec 22, 2024
1 parent bb57bff commit 2370f33
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 31 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
pip install six==1.16.0
pip install html-testRunner
pip install attrdict3
pip install -v -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install wxPython
pip install antlr4-python3-runtime==4.13.1
pip install networkx==3.0
pip install codeallybasic==1.7.0
pip install codeallyadvanced==1.3.2
pip install pyutmodelv2==2.2.0
pip install ogl==3.6.0
pip install oglio==2.3.3
pip install codeallybasic==1.8.0
pip install codeallyadvanced==1.3.3
pip install pyutmodelv2==2.2.2
pip install ogl==3.6.1
pip install oglio==2.3.4
pip install buildlackey~=1.7.0
pip install orthogonal==1.3.1
pip install pyumldiagrams==3.1.20
Expand Down
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ install:
- pip install attrdict3
- pip install wxPython
- pip install antlr4-python3-runtime==4.13.1
- pip install codeallybasic==1.7.0
- pip install codeallyadvanced==1.3.2
- pip install pyutmodelv2==2.2.0
- pip install ogl==3.1.0
- pip install untanglepyut==2.4.0
- pip install oglio==2.3.1
- pip install codeallybasic==1.8.0
- pip install codeallyadvanced==1.3.3
- pip install pyutmodelv2==2.2.2
- pip install ogl==3.6.1
- pip install oglio==2.3.4
- pip install buildlackey~=1.7.0
- pip install orthogonal==1.3.1
- pip install pyumldiagrams==3.1.20
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This project uses [buildlackey](https://github.com/hasii2011/buildlackey) for da

___

Written by <a href="mailto:[email protected]@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2023
Written by <a href="mailto:[email protected]@gmail.com?subject=Hello Humberto">Humberto A. Sanchez II</a> (C) 2025

___

Expand Down
5 changes: 3 additions & 2 deletions developer/query.slg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ hasii2011/code-ally-basic,codeallybasic
hasii2011/code-ally-advanced,codeallyadvanced
hasii2011/pyutmodelv2
hasii2011/ogl
hasii2011/untanglepyut
hasii2011/oglio
hasii2011/pyumldiagrams
hasii2011/buildlackey
hasii2011/orthogonal
hasii2011/py-force-directed-layout,pyforcedirectedlayout
hasii2011/py-orthogonal-routing,pyorthogonalrouting
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@g
keywords = ['pyut', 'python', 'plugin']

dependencies = [
'codeallybasic>=1.7.0',
'codeallyadvanced>=1.3.2',
'pyutmodelv2>=2.2.0',
'ogl>=3.6.0',
'oglio>=2.3.3',
'codeallybasic>=1.8.0',
'codeallyadvanced>=1.3.3',
'pyutmodelv2>=2.2.2',
'ogl>=3.6.1',
'oglio>=2.3.4',
'wxPython>=4.2.2',
'antlr4-python3-runtime==4.13.1',
'pyumldiagrams>=3.1.20',
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
wheel==0.44.0
setuptools==75.2.0
twine==5.1.1
wheel==0.45.1
setuptools==75.6.0
twine==6.0.1
build==1.2.2.post1
html-testRunner~=1.2.1

buildlackey==1.7.0

mypy==1.13.0
mypy==1.14.0
mypy-extensions==1.0.0

# For IOPython
antlr4-python3-runtime==4.13.1

# For the Scaffold Test App
click==8.1.7
click==8.1.8

wxPython==4.2.2

codeallybasic==1.7.0
codeallyadvanced==1.3.2
codeallybasic==1.8.0
codeallyadvanced==1.3.3

pyutmodelv2==2.2.0
ogl==3.6.0
oglio==2.3.3
pyutmodelv2==2.2.2
ogl==3.6.1
oglio==2.3.4

orthogonal==1.3.1
pyumldiagrams==3.1.20
Expand Down
2 changes: 1 addition & 1 deletion src/pyutplugins/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '3.1.1'
__version__: str = '3.1.2'

0 comments on commit 2370f33

Please sign in to comment.