Releases: uqfoundation/pox
0.3.7
0.3.7 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.9
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- Bump jinja2 from 3.1.5 to 3.1.6 in /docs by @mmckerns in #71
- drop formal support for python 3.8 by @mmckerns in #72
- Bump h11 from 0.14.0 to 0.16.0 in /docs by @dependabot[bot] in #73
- RTD and codecov doc updates by @mmckerns in #75
- Bump requests from 2.32.3 to 2.32.4 in /docs by @dependabot[bot] in #74
- update rtfd to 3.12 and docs requirements by @mmckerns in #77
- formal support for 3.14; init support for 3.15 by @mmckerns in #78
- sync with rtd 15.4.1 by @mmckerns in #80
- Bump starlette from 0.47.2 to 0.49.1 in /docs by @dependabot[bot] in #79
- update copyright for 2026, urllib3 in docs by @mmckerns in #82
- sync with rtfd 15.10.0 by @mmckerns in #84
- Bump urllib3 from 2.6.0 to 2.6.3 in /docs by @dependabot[bot] in #83
- travis use noble, 3.15t, 3.14, coverage on 3.10 by @mmckerns in #85
- cleanup code relics by @mmckerns in #86
Full Changelog: 0.3.6...0.3.7
0.3.6
0.3.6 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.8
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- update travis badge link by @mmckerns in #60
- docs formatting for sphinx 8.x by @mmckerns in #61
- add initial support for python 3.14 by @mmckerns in #65
- Bump starlette from 0.37.2 to 0.40.0 in /docs by @dependabot in #62
- fix typo in requirements.txt by @mmckerns in #66
- updated copyright for 2025 by @mmckerns in #67
- Bump jinja2 from 3.1.4 to 3.1.5 in /docs by @dependabot in #68
- update docs requirements; CI for pypy3.11 by @mmckerns in #70
Full Changelog: 0.3.5...0.3.6
0.3.5
0.3.5 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.8
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- Bump idna from 3.4 to 3.7 in /docs by @dependabot in #52
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #53
- Bump requests from 2.31.0 to 2.32.0 in /docs by @dependabot in #54
- Bump tornado from 6.3.3 to 6.4.1 in /docs by @dependabot in #55
- update docs requirements to rtfd 10.27.0 by @mmckerns in #57
- Bump urllib3 from 2.0.7 to 2.2.2 in /docs by @dependabot in #56
- Bump certifi from 2024.2.2 to 2024.7.4 in /docs by @dependabot in #58
- formal support for python 3.13 by @mmckerns in #59
Full Changelog: 0.3.4...0.3.5
0.3.4
0.3.4 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.8
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- drop formal support for python 3.7 by @mmckerns in #41
- define html_theme as rtd workaround by @mmckerns in #42
- update install doc in tests by @mmckerns in #43
- use raw string to avoid SyntaxWarning in python 3.12 by @mmckerns in #44
- formal support for 3.12, initial support for 3.13 by @mmckerns in #45
- add build to rtfd config by @mmckerns in #46
- updated copyright for 2024 by @mmckerns in #47
- Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #48
- update sphinx to 6.2.1 by @mmckerns in #49
- Bump urllib3 from 2.0.4 to 2.0.7 in /docs by @dependabot in #50
- Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #51
Full Changelog: pox-0.3.3...0.3.4
pox-0.3.3
pox 0.3.3 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.7
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- Bump requests from 2.27.1 to 2.31.0 in /docs by @dependabot in #39
- Bump pygments from 2.11.2 to 2.15.0 in /docs by @dependabot in #40
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: pox-0.3.2...pox-0.3.3
pox-0.3.2
pox 0.3.2 Release Notes
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, >=3.7
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
What's Changed
- Fix test_shutils when there is “python3” but no “python” by @musicinmybrain in #31
New Contributors
- @musicinmybrain made their first contribution in #31
Full Changelog: pox-0.3.1...pox-0.3.2
pox-0.3.1
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with pip:
$ pip install pox
Pox requires:
- python or pypy, ==2.7 or >=3.7
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
pox-0.3.0
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with easy_install or pip:
$ pip install pox
Pox requires:
- python, version == 2.7 *or* version >= 3.6 *or* pypy
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
pox-0.2.9
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with easy_install or pip:
$ pip install pox
Pox requires:
- python, version == 2.7 *or* version >= 3.5 *or* pypy
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())
pox-0.2.8
With pox, you have some simple utilities to explore and manipulate local and remote filesystems.
Pox installs with easy_install or pip:
$ pip install pox
Pox requires:
- python, version == 2.7 *or* version >= 3.5 *or* pypy
Pox is licensed under 3-clause BSD:
>>> import pox
>>> print (pox.license())
To cite pox:
>>> import pox
>>> print (pox.citation())