Revisions of python-arrow

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1126470 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 29)
- update to 1.3.0
 * [ADDED] Added official support for Python 3.11 and 3.12.
 * [ADDED] Added dependency on types-python-dateutil to improve Arrow mypy compatibility. PR #1102
 * [FIX] Updates to Italian, Romansh, Hungarian, Finish and Arabic locales.
 * [FIX] Handling parsing of UTC prefix in timezone strings.
 * [CHANGED] Update documentation to improve readability.
 * [CHANGED] Dropped support for Python 3.6 and 3.7, which are end-of-life.
 * [INTERNAL Migrate from setup.py/Twine to pyproject.toml/Flit for packaging and distribution. (forwarded request 1126469 from mimi_vx)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1110582 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
- drop unnecessary test dependencies to chai (it uses pytest now)

    argument to the Arrow constructor.
  * Updated Turkish locale and added tests.
- new version needs pytest instead of nose
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 929904 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
- update to 1.2.1:
  * Added quarter granularity to humanize
  * Added Sinhala and Urdu locales
  * Support Python 3.10
  * Updated Azerbaijani, Hebrew, and Serbian locale
  * Added Albanian, Tamil and Zulu locales.
  * Added support for Decimal as input to arrow.get().
  * The Estonian, Finnish, Nepali and Zulu locales now support dehumanize.
  * Improved validation checks when using parser tokens A and hh.
  * Minor bug fixes to Catalan, Cantonese, Greek and Nepali locales.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 903987 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
- update to 1.1.1:
  * Added Odia, Maltese, Serbian, Sami, and Luxembourgish locales.
  * All calls to ``arrow.get()`` should now properly pass the ``tzinfo``
    argument to the Arrow constructor. 
  * Humanize output is now properly truncated when a locale class
    overrides ``_format_timeframe()``.
  * Updated Turkish locale and added tests.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 894168 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
- update to 1.1.0:
  * [NEW] Implemented the ``dehumanize`` method for ``Arrow`` objects.
  * [NEW] Made the start of the week adjustable when using ``span("week")``
  * [NEW] Added Croatian, Latin, Latvian, Lithuanian and Malay locales.
  * [FIX] Internally standardize locales and improve locale validation.
  * [FIX] Correct type checking for ``arrow.get(2021, 3, 9)`` construction.
  * [FIX] Audited all docstrings for style, typos and outdated info.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 885633 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 20)
- Disable Python2 builds which are no longer supported upstream
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 877856 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 19)
- Update to 1.0.3:
  * [FIX] Updated internals to avoid issues when running mypy --strict.
  * [FIX] Corrections to Swedish locale.
  * [INTERNAL] Lowered required coverage limit until humanize month tests are
    fixed.
  * [FIXED] Fixed an OverflowError that could occur when running Arrow on a
    32-bit OS.
  * [FIXED] A py.typed file is now bundled with the Arrow package to conform
    to PEP 561.
  * [CHANGE] Arrow has dropped support for Python 2.7 and 3.5.
  * [CHANGE] There are multiple breaking changes with this release, please see
    the migration guide for a complete overview.
  * [CHANGE] Made humanize granularity="auto" limits more accurate to reduce
    strange results.
  * [NEW] Added support for Python 3.9.
  * [NEW] Added a new keyword argument "exact" to span, span_range and
    interval methods. This makes timespans begin at the start time given and
    not extend beyond the end time given.
  * [NEW] Arrow now natively supports PEP 484-style type annotations.
  * [FIX] Fixed handling of maximum permitted timestamp on Windows systems.
  * [FIX] Corrections to French, German, Japanese and Norwegian locales.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 761075 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 757264 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
- Use _multibuild for tests to reduce the build dependencies
  and simplify bootstrap for e.g. rpmlint.
Displaying revisions 1 - 20 of 30
openSUSE Build Service is sponsored by