diff --git a/.circleci/config.yml b/.circleci/config.yml index 9df01fd..7410886 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 diff --git a/README.md b/README.md index 7a3ab34..be54df1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -21,7 +22,7 @@ ___ ## Note For all kinds of problems, requests, enhancements, bug reports, etc., please drop me an e-mail. -Written by Humberto A. Sanchez II (C) 2024 +Written by Humberto A. Sanchez II (C) 2025 --- diff --git a/docs/query.slg b/docs/query.slg index 70ee5ab..5d30c73 100644 --- a/docs/query.slg +++ b/docs/query.slg @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6f09660..2625afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/requirements.txt b/requirements.txt index 61f0eda..45ff9b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/src/oglio/_version.py b/src/oglio/_version.py index 3bd2042..5688617 100644 --- a/src/oglio/_version.py +++ b/src/oglio/_version.py @@ -1 +1 @@ -__version__: str = '2.3.3' +__version__: str = '2.3.4'