SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-arrow-1.2.3-64.31.noarch.rpm :

* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Sat Sep 10 2022 Arun Persaud - update to version 1.2.3:
* [NEW] Added Amharic, Armenian, Georgian, Laotian and Uzbek locales.
* [FIX] Updated Danish locale and associated tests.
* [INTERNAl] Small fixes to CI.
* Mon Mar 07 2022 pgajdosAATTsuse.com- python-mock is actually not required
* Sat Jan 29 2022 Arun Persaud - specfile:
* update copyright year- update to version 1.2.2:
* [NEW] Added Kazakh locale.
* [FIX] The Belarusian, Bulgarian, Czech, Macedonian, Polish, Russian, Slovak and Ukrainian locales now support dehumanize.
* [FIX] Minor bug fixes and improvements to ChineseCN, Indonesian, Norwegian, and Russian locales.
* [FIX] Expanded testing for multiple locales.
* [INTERNAL] Started using xelatex for pdf generation in documentation.
* [INTERNAL] Split requirements file into requirements.txt, requirements-docs.txt and requirements-tests.txt.
* [INTERNAL] Added flake8-annotations package for type linting in pre-commit.
* Sat Nov 06 2021 Dirk Müller - 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.
* Sun Jul 04 2021 Dirk Müller - 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.
* Tue May 18 2021 Dirk Müller - 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.
* Thu Apr 15 2021 John Paul Adrian Glaubitz - Disable Python2 builds which are no longer supported upstream
* Tue Mar 09 2021 Steve Kowalik - 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.
* Fri Oct 30 2020 Arun Persaud - update to version 0.17.0:
* [WARN] Arrow will drop support for Python 2.7 and 3.5 in the upcoming 1.0.0 release. This is the last major release to support Python 2.7 and Python 3.5.
* [NEW] Arrow now properly handles imaginary datetimes during DST shifts.
* [NEW] Added humanize week granularity translation for Tagalog.
* [CHANGE] Calls to the timestamp property now emit a DeprecationWarning. In a future release, timestamp will be changed to a method to align with Python’s datetime module. If you would like to continue using the property, please change your code to use the int_timestamp or float_timestamp properties instead.
* [CHANGE] Expanded and improved Catalan locale.
* [FIX] Fixed a bug that caused Arrow.range() to incorrectly cut off ranges in certain scenarios when using month, quarter, or year endings.
* [FIX] Fixed a bug that caused day of week token parsing to be case sensitive.
* [INTERNAL] A number of functions were reordered in arrow.py for better organization and grouping of related methods. This change will have no impact on usage.
* [INTERNAL] A minimum tox version is now enforced for compatibility reasons. Contributors must use tox >3.18.0 going forward.
* Sat Sep 19 2020 Arun Persaud - update to version 0.16.0:
* [WARN] Arrow will drop support for Python 2.7 and 3.5 in the 1.0.0 release in late September. The 0.16.x and 0.17.x releases are the last to support Python 2.7 and 3.5.
* [NEW] Implemented PEP 495 to handle ambiguous datetimes. This is achieved by the addition of the fold attribute for Arrow objects.
* [NEW] Added normalize_whitespace flag to arrow.get. This is useful for parsing log files and/or any files that may contain inconsistent spacing.
* Sat Jul 25 2020 Arun Persaud - specfile:
* updated url- update to version 0.15.8:
* [WARN] arrow will drop support for Python 2.7 and 3.5 in the 1.0.0 release in late September. The 0.15.x and 0.16.x releases are the last to support Python 2.7 and 3.5.
* [NEW] Added humanize week granularity translation for Czech.
* [FIX] arrow.get will now pick sane defaults when weekdays are passed with particular token combinations, see #446.
* [INTERNAL] Moved arrow to an organization. The repo can now be found here.
* [INTERNAL] Started issuing deprecation warnings for Python 2.7 and 3.5.
* [INTERNAL] Added Python 3.9 to CI pipeline.
* Sun Jul 12 2020 Arun Persaud - update to version 0.15.7:
* [NEW] Added a number of built-in format strings. See the docs for a complete list of supported formats. For example: >>> arw = arrow.utcnow() >>> arw.format(arrow.FORMAT_COOKIE) \'Wednesday, 27-May-2020 10:30:35 UTC\'
* [NEW] Arrow is now fully compatible with Python 3.9 and PyPy3.
* [NEW] Added Makefile, tox.ini, and requirements.txt files to the distribution bundle.
* [NEW] Added French Canadian and Swahili locales.
* [NEW] Added humanize week granularity translation for Hebrew, Greek, Macedonian, Swedish, Slovak.
* [FIX] ms and μs timestamps are now normalized in arrow.get(), arrow.fromtimestamp(), and arrow.utcfromtimestamp(). For example: >>> ts = 1591161115194556 >>> arw = arrow.get(ts) >>> arw.timestamp 1591161115
* [FIX] Refactored and updated Macedonian, Hebrew, Korean, and Portuguese locales.
* Fri May 15 2020 Benjamin Greiner - new version needs pytest instead of nose
* Tue May 12 2020 Dirk Mueller - update to 0.15.6: - [NEW] Added ``humanize`` week granularity translation for German, Italian, Polish & Taiwanese locales. - [FIX] Consolidated and simplified German locales.
* Sun Jan 05 2020 Arun Persaud - 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\'))
* [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.
 
ICM