Skip to content

Commit

Permalink
v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jun 17, 2022
2 parents a6c6910 + 036e1ad commit 6a01c78
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions doc/Dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ PyPI (see :ref:`installation`).
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
| **Package** | **Version** | **License** | **Dependencies** |
+==========================================================+=============+===========================================================================================+=================================================================================================================================+
| `colorama <https://GitHub.com/tartley/colorama>`__ | ≥0.4.4 | `BSD-3-Clause <https://GitHub.com/tartley/colorama/blob/master/LICENSE.txt>`__ | None |
| `colorama <https://GitHub.com/tartley/colorama>`__ | ≥0.4.5 | `BSD-3-Clause <https://GitHub.com/tartley/colorama/blob/master/LICENSE.txt>`__ | None |
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ |1.9.5 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ |2.1.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | *None* |
+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+


Expand Down Expand Up @@ -139,7 +139,7 @@ install the mandatory dependencies too.
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| **Package** | **Version** | **License** | **Dependencies** |
+============================================================================+==============+==========================================================================================================+======================================================================================================================================================+
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ |1.9.5 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
| `pyTooling <https://GitHub.com/pyTooling/pyTooling>`__ |2.1.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| `wheel <https://GitHub.com/pypa/wheel>`__ | any | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt>`__ | *Not yet evaluated.* |
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 0 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,4 @@ License
License
Doc-License
genindex

.. #
py-modindex
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r ../requirements.txt

pyTooling>=1.9.5
pyTooling>=2.1.0

# Enforce latest version on ReadTheDocs
sphinx>=4.5.0
sphinx>=5.0.2

# Sphinx Extenstions
#sphinx.ext.coverage
Expand Down
2 changes: 1 addition & 1 deletion pyTooling/TerminalUI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
__email__ = "Paebbels@gmail.com"
__copyright__ = "2007-2022, Patrick Lehmann"
__license__ = "Apache License, Version 2.0"
__version__ = "1.5.8"
__version__ = "1.5.9"
__keywords__ = ["terminal", "shell", "text user interface", "TUI", "console", "message logging"]

from enum import Enum, unique
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"pyTooling >= 1.9.5",
"pyTooling >= 2.1.0",
"setuptools >= 60.9.3",
"wheel >= 0.37.1"
]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
colorama>=0.4.4
colorama>=0.4.5

pyTooling>=1.9.5
pyTooling>=2.1.0
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Coverage>=6.3

# Test Runner
pytest>=7.1.1
pytest>=7.1.2
pytest-cov>=3.0.0

# Static Type Checking
mypy>=0.931
lxml>=4.8
lxml>=4.9

0 comments on commit 6a01c78

Please sign in to comment.