Go to file
Dominique Leuenberger 94981b53d7 Accepting request 761075 from devel:languages:python
- specfile:
  * update copyright year
- update to version 0.15.5:
  * [WARN] Python 2 reached EOL on 2020-01-01. arrow will drop support
    for Python 2 in a future release to be decided (see #739).
  * [NEW] Added bounds parameter to span_range, interval and span
    methods. This allows you to include or exclude the start and end
    values.
  * [NEW] arrow.get() can now create arrow objects from a timestamp
    with a timezone, for example:
    >>> arrow.get(1367900664, tzinfo=tz.gettz('US/Pacific'))
    <Arrow [2013-05-06T21:24:24-07:00]>
  * [NEW] humanize can now combine multiple levels of granularity, for
    example:
    >>> later140 = arrow.utcnow().shift(seconds=+8400)
    >>> later140.humanize(granularity="minute")
    'in 139 minutes'
    >>> later140.humanize(granularity=["hour", "minute"])
    'in 2 hours and 19 minutes'
  * [NEW] Added Hong Kong locale (zh_hk).
  * [NEW] Added humanize week granularity translation for Dutch.
  * [NEW] Numbers are now displayed when using the seconds granularity
    in humanize.
  * [CHANGE] range now supports both the singular and plural forms of
    the frames argument (e.g. day and days).
  * [FIX] Improved parsing of strings that contain punctuation.
  * [FIX] Improved behaviour of humanize when singular seconds are
    involved.

OBS-URL: https://build.opensuse.org/request/show/761075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=13
2020-01-08 18:32:16 +00:00
_multibuild Accepting request 757123 from home:StefanBruens:branches:devel:languages:python 2019-12-16 07:59:53 +00:00
.gitattributes - Initial version 2014-08-06 08:35:47 +00:00
.gitignore - Initial version 2014-08-06 08:35:47 +00:00
arrow-0.15.5.tar.gz Accepting request 760862 from home:apersaud:branches:devel:languages:python 2020-01-05 07:53:28 +00:00
python-arrow.changes Accepting request 760862 from home:apersaud:branches:devel:languages:python 2020-01-05 07:53:28 +00:00
python-arrow.spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=32 2020-01-06 08:10:49 +00:00