openvpn-monitor is a web based OpenVPN monitor, that shows current connection information, such as users, location and data transferred.
GNU General Public License v3.0
968
stars
294
forks
source link
Update humanize to 4.1.0 #243
Closed
pyup-bot closed 2 years ago
This PR updates humanize from 3.13.1 to 4.1.0.
Changelog
### 4.1.0 ``` Added * Support Python 3.11 (13) hugovk * Add Arabic language (https://github.com/jmoiron/humanize/pull/256) AYMENJD * Docs: add dark mode toggle and default to system preference (https://github.com/jmoiron/humanize/pull/255) hugovk * Documentation improvements (https://github.com/jmoiron/humanize/pull/254) mondeja Changed * Update repo links (2) hugovk Fixed * Removed `VERSION` from `__all__` (11) SmartManoj ``` ### 4.0.0 ``` Removed * Drop support for Python 3.6 (https://github.com/jmoiron/humanize/pull/239) hugovk * Remove deprecated VERSION, use __version__ instead (https://github.com/jmoiron/humanize/pull/253) hugovk * Remove `when` from `naturaldelta()` and allow largest `timedelta` (https://github.com/jmoiron/humanize/pull/250) carterbox * Remove deprecated private function aliases (https://github.com/jmoiron/humanize/pull/241) samueljsb ``` ### 3.14.0 ``` Changed * Don't deprecate `time.Unit` enumeration (https://github.com/jmoiron/humanize/pull/252) hugovk * Use `humanize.intcomma` to format years in `time` module (https://github.com/jmoiron/humanize/pull/246) carterbox Deprecated * Deprecate `when` parameter of `naturaldelta` (https://github.com/jmoiron/humanize/pull/248) carterbox ```Links
- PyPI: https://pypi.org/project/humanize - Changelog: https://pyup.io/changelogs/humanize/ - Repo: https://github.com/python-humanize/humanize