furlongm / openvpn-monitor

openvpn-monitor is a web based OpenVPN monitor, that shows current connection information, such as users, location and data transferred.
http://openvpn-monitor.openbytes.ie
GNU General Public License v3.0
968 stars 294 forks source link

Update humanize to 3.3.0 #200

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates humanize from 1.0.0 to 3.3.0.

Changelog ### 3.3.0 ``` Added * Add humanize.number.clamp (188) rjgpacheco ``` ### 3.2.0 ``` Added * Internationalise intcomma and add fr_FR (183) hugovk Changed * Apply setup-py-upgrade (178) graingert * Test Python 3.9 final on Travis CI (176) jaimcamp Fixed * Fix grammar mistake in the Dutch translations (181) mildblimp ``` ### 3.1.0 ``` Added * Declare support for Python 3.9 (171) jaimcamp * testing/docs: Include doctests in testing (168) carlpatt * Allow custom "now" in naturaldelta and naturaltime (144) phijor Fixed * Represent with a zero if the delta is too small (170) eldipa ``` ### 3.0.1 ``` Fixed * Fix some translation for id_ID (165) adierebel ``` ### 3.0.0 ``` Added * Add explicit setuptools dependency for pkg_resources (158) mgorny Removed * Drop support for Python 3.5 (151) hugovk Fixed * Update `minimum_unit` handling of `naturaldelta` and `naturaltime` (142) hugovk * Internationalise a previously hardcoded 'and' (163) hugovk * Update docs (153) hugovk ``` ### 2.6.0 ``` Added * Deploy docs to Read the Docs (148) hugovk * Build API reference docs from docstrings using MKDocs (147) hugovk * Function to represent timedeltas without losing precision (precisedelta) (137) eldipa Changed * Improve default locale path discovering. (146) mondeja Fixed * Added Ukrainian language to list in README.md (141) tuxlabore ``` ### 2.5.0 ``` Added * Add pt_PT locale (138) rjgpacheco ``` ### 2.4.1 ``` Fixed * Explicit error if _DEFAULT_LOCALE_PATH is None (132) eldipa * Fix incorrect Portuguese spelling (135) webkaiyo * Fix fractional(0.333) output in README (134) hugovk ``` ### 2.4.0 ``` Added * Polish (pl_PL) locales added (129) parasit ``` ### 2.3.0 ``` Added * Added Spanish (Spain) locale (128) mondeja ``` ### 2.2.0 ``` Added * Add Ukrainian (125) tuxlabore Changed * Update translations (126) hugovk ``` ### 2.1.0 ``` Added * Add `ndigits` option to `intcomma` (123) hugovk * Show more than bytes for negative file sizes (122) hugovk Fixed * Fix: AP style for 0 is 'zero' (121) hugovk ``` ### 2.0.0 ``` **Note: Humanize 1.1.0 was meant to be tagged 2.0.0 because it drops support for Python 2, so is also released as 2.0.0. If you still support Python 2, use Humanize 1.0.0.** Added * Disambiguate naturaldate return: only append year if more than ~5 months away (107) hugovk * Add scientific notation to string support (110) Thx3r hugovk * Add micro- and millisecond units to naturaldelta and naturaltime (104) hugovk Changed * Disambiguate naturaldate return: only append year if more than ~5 months away (107) hugovk * Convert remaining tests to use pytest.mark.parametrize (109) hugovk * Refactor some tests to use pytest.mark.parametrize (108) hugovk Removed * Drop support for EOL Python 2 (102) hugovk Fixed * Fix intword returning 1000.0 million instead of 1.0 billion (113) Jasarin-V hugovk ``` ### 1.1.0 ``` **Note: This was meant to be tagged 2.0.0 because it drops support for Python 2, and is also released as 2.0.0. If you still support Python 2, use Humanize 1.0.0.** Added * Disambiguate naturaldate return: only append year if more than ~5 months away (107) hugovk * Add scientific notation to string support (110) Thx3r hugovk * Add micro- and millisecond units to naturaldelta and naturaltime (104) hugovk Changed * Disambiguate naturaldate return: only append year if more than ~5 months away (107) hugovk * Convert remaining tests to use pytest.mark.parametrize (109) hugovk * Refactor some tests to use pytest.mark.parametrize (108) hugovk Removed * Drop support for EOL Python 2 (102) hugovk Fixed * Fix intword returning 1000.0 million instead of 1.0 billion (113) Jasarin-V hugovk ```
Links - PyPI: https://pypi.org/project/humanize - Changelog: https://pyup.io/changelogs/humanize/ - Repo: https://github.com/jmoiron/humanize
pyup-bot commented 3 years ago

Closing this in favor of #202