Skip to content

Commit

Permalink
<>[]: <Trust Buster>
Browse files Browse the repository at this point in the history
[]

[#60]
  • Loading branch information
hasii2011 committed Dec 22, 2024
1 parent a1386df commit f737dec
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workflows:
jobs:
build:
docker:
- image: cimg/python:3.11-browsers
- image: cimg/python:3.12-browsers
executor: python/default
steps:
- checkout
Expand All @@ -33,11 +33,11 @@ jobs:
pip install html-testRunner~=1.2.1
pip install attrdict3~=2.0.2
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython
pip install codeallybasic==1.7.0
pip install codeallyadvanced==1.3.2
pip install codeallybasic==1.8.0
pip install codeallyadvanced==1.3.3
pip install pyutmodelv2>=2.1.6
pip install ogl>=3.6.0
pip install untanglepyut>=2.6.1
pip install ogl>=3.6.1
pip install untanglepyut>=2.6.2
pip install buildlackey~=1.7.0
- run:
name: run tests
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
[![PyPI version](https://badge.fury.io/py/oglio.svg)](https://badge.fury.io/py/oglio)

# Introduction
Provides a common way to parse and write Pyut XML files. Additionally, removes this code from
Pyut and places in a new project, so we can easily version the library. Furthermore, it allows
the development of an IOXml plugin for Pyut with common code

This package provides a common way to read and write [Pyut](https://github.com/hasii2011/pyut) XML files. Additionally, it removes this code from
Pyut and places in a new package, so we can easily version the library. Furthermore, it allows
the development of an IOXml plugin for Pyut with common code.

# Overview

Expand All @@ -21,7 +22,7 @@ ___
## Note
For all kinds of problems, requests, enhancements, bug reports, etc.,
please drop me an e-mail.
Written by <a href="mailto:[email protected]@gmail.com?subject=Hello Humberto"> Humberto A. Sanchez II</a> (C) 2024
Written by <a href="mailto:[email protected]@gmail.com?subject=Hello Humberto"> Humberto A. Sanchez II</a> (C) 2025


---
Expand Down
6 changes: 3 additions & 3 deletions docs/query.slg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
hasii2011/pyutmodel
hasii2011/pyutmodelv2
hasii2011/ogl
hasii2011/untanglepyut
hasii2011/code-ally-basic
hasii2011/code-ally-advanced
hasii2011/code-ally-basic,codeallybasic
hasii2011/code-ally-advanced,codeallyadvanced
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ keywords = ['pyut', 'python', 'xml']

dependencies = [
'wxPython==4.2.2',
'codeallybasic>=1.7.0',
'codeallyadvanced>=1.3.2',
'pyutmodelv2>=2.2.0',
'ogl>=3.6.0',
'untanglepyut>=2.6.1',
'codeallybasic>=1.8.0',
'codeallyadvanced>=1.3.3',
'pyutmodelv2>=2.2.2',
'ogl>=3.6.1',
'untanglepyut>=2.6.2',
]

[project.urls]
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ build==1.2.2.post1
html-testRunner~=1.2.1
buildlackey==1.7.0

mypy==1.13.0
mypy==1.14.0

wxPython>=4.2.2

codeallybasic>=1.7.0
codeallyadvanced>=1.3.2
pyutmodelv2==2.2.0
ogl>=3.6.0
untanglepyut>=2.6.1
codeallybasic>=1.8.0
codeallyadvanced>=1.3.3
pyutmodelv2==2.2.2
ogl>=3.6.1
untanglepyut>=2.6.2
2 changes: 1 addition & 1 deletion src/oglio/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '2.3.3'
__version__: str = '2.3.4'

0 comments on commit f737dec

Please sign in to comment.