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.4.0 #260
Closed
pyup-bot closed 1 year ago
This PR updates humanize from 3.13.1 to 4.4.0.
Changelog
### 4.4.0 ``` Added * Add installation instructions (56) hugovk * Internationalise the decimal separator in `intcomma()` (53) Luflosi * Internationalise `intcomma` for de_DE locale (49) Luflosi Fixed * Replace short scale with long scale for Polish numbers (54) mjmikulski * Fix `intcomma()` failing with a string as input when `ndigits` is not `None` (52) Luflosi * Fix some pylint findings (42) hugovk * Fix "ValueError: math domain error" for `metric(0)` (47) liukun ``` ### 4.3.0 ``` Added * Add Greek translation (46) waseigo * Polish: Added thousand, fixed big numbers (43) dejurin Fixed * Fix intword for negative numbers (41) vishket ``` ### 4.2.3 ``` Fixed * Update annotations, docs, and tests: `naturaltime` can also accept a `timedelta` (31) nuztalgia ``` ### 4.2.2 ``` Fixed * Update annotations: `naturadelta` and `naturaltime` can also accept a `float` (29) hugovk ``` ### 4.2.1 ``` Fixed * Rename Arabic locale from `ar_SA` to `ar` to enable fallbacks (27) hugovk * Use `%d` for year translations, convert to string for `intcomma` after (23) carterbox * Fix `intcomma` with `ndigits=0` (26) hugovk ``` ### 4.2.0 ``` Added * Add `humanize.metric()` for converting big/small numbers to SI units (22) bwoodsend * Add type hints (15) hugovk Fixed * Fix `scientific()` on small positive numbers (22) bwoodsend * Remove redundant `wheel` dependency from `pyproject.toml` (16) mgorny ``` ### 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