36 Commits

Author SHA256 Message Date
ec5f730daa Accepting request 1314531 from home:glaubitz:branches:devel:languages:python
- Update to 1.4.0
  * [ADDED] Added ``week_start`` parameter to ``floor()`` and ``ceil()`` methods. PR #1222
  * [ADDED] Added ``FORMAT_RFC3339_STRICT`` with a T separator. PR #1201
  * [ADDED] Added Macedonian in Latin locale support. PR #1200
  * [ADDED] Added Persian/Farsi locale support. PR #1190
  * [ADDED] Added week and weeks to Thai locale timeframes. PR #1218
  * [ADDED] Added weeks to Catalan locale. PR #1189
  * [ADDED] Added Persian names of months, month-abbreviations and
    day-abbreviations in Gregorian calendar. PR #1172
  * [CHANGED] Migrated Arrow to use ZoneInfo for timezones instead of pytz. PR #1217
  * [FIXED] Fixed humanize month limits. PR #1224
  * [FIXED] Fixed type hint of ``Arrow.__getattr__``. PR #1171
  * [FIXED] Fixed spelling and removed poorly used expressions in Korean locale. PR #1181
  * [FIXED] Updated ``shift()`` method for issue #1145. PR #1194
  * [FIXED] Improved Greek locale translations (seconds, days, "ago", and month typo). PR #1184
  * [FIXED] Addressed ``datetime.utcnow`` deprecation warning. PR #1182
  * [INTERNAL] Added codecov test results. PR #1223
  * [INTERNAL] Updated CI dependencies (actions/setup-python, actions/checkout,
    codecov/codecov-action, actions/cache).
  * [INTERNAL] Added docstrings to parser.py. PR #1010
  * [INTERNAL] Updated Python versions support and bumped CI dependencies. PR #1177
  * [INTERNAL] Added dependabot for GitHub actions. PR #1193
  * [INTERNAL] Moved dateutil types to test requirements. PR #1183
  * [INTERNAL] Added documentation link for ``arrow.format``. PR #1180
- Update BuildRequires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1314531
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=67
2025-10-30 11:16:23 +00:00
8d76fe4287 Accepting request 1138316 from home:bnavigator:branches:devel:languages:python
- Don't require types-python-dateutil gh#arrow-py/arrow#1169
  in order to shrink the Factory Ring1

OBS-URL: https://build.opensuse.org/request/show/1138316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=65
2024-01-14 15:16:54 +00:00
b58611e889 Accepting request 1126469 from home:mimi_vx:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1126469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=63
2023-11-14 21:05:10 +00:00
89e45b1762 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=61
2023-09-12 11:06:43 +00:00
2b0e221fe6 Accepting request 1081328 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=59
2023-04-21 14:58:35 +00:00
56fd9817e3 Accepting request 1002429 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1002429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=57
2022-09-12 07:25:20 +00:00
9252400623 Accepting request 959847 from home:pgajdos:python
- python-mock is actually not required

OBS-URL: https://build.opensuse.org/request/show/959847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=55
2022-03-07 11:34:04 +00:00
94d5bcd86f Accepting request 949891 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/949891
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=54
2022-01-31 00:56:32 +00:00
caa3c3088d - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=53
2021-11-06 17:35:52 +00:00
d9500ffe83 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=52
2021-07-04 19:51:01 +00:00
5fba61e601 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=50
2021-05-18 22:07:22 +00:00
cac27e694e - Disable Python2 builds which are no longer supported upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=47
2021-04-15 12:37:36 +00:00
0f89cb6302 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=45
2021-03-09 05:19:35 +00:00
5cbef84423 Accepting request 845112 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/845112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=43
2020-11-02 15:21:43 +00:00
Tomáš Chvátal
7a066764df Accepting request 835594 from home:apersaud:branches:devel:languages:python
added version requirement for dateutil

- 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.

OBS-URL: https://build.opensuse.org/request/show/835594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=41
2020-09-20 06:09:01 +00:00
Tomáš Chvátal
a33e6ac86d Accepting request 822777 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/822777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=39
2020-07-25 17:37:06 +00:00
Tomáš Chvátal
aa72496e75 Accepting request 820577 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/820577
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=37
2020-07-13 06:29:43 +00:00
Tomáš Chvátal
abc080ad7b Accepting request 805926 from home:bnavigator:branches:devel:languages:python
- new version needs pytest instead of nose

OBS-URL: https://build.opensuse.org/request/show/805926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=35
2020-05-16 09:19:21 +00:00
a0799bd020 - update to 0.15.6:
- [NEW] Added ``humanize`` week granularity translation for German, Italian, Polish & Taiwanese locales.
 - [FIX] Consolidated and simplified German locales.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=34
2020-05-12 08:50:38 +00:00
Tomáš Chvátal
75ab4c24f0 Accepting request 760862 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/760862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=31
2020-01-05 07:53:28 +00:00
Tomáš Chvátal
5cba1986a4 Accepting request 757123 from home:StefanBruens:branches:devel:languages:python
- Use _multibuild for tests to reduce the build dependencies
  and simplify bootstrap for e.g. rpmlint.

OBS-URL: https://build.opensuse.org/request/show/757123
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=28
2019-12-16 07:59:53 +00:00
Tomáš Chvátal
edce4f622f Accepting request 747233 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/747233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=26
2019-11-11 12:42:38 +00:00
Tomáš Chvátal
53fa320e84 - Update to 0.15.2:
* [NEW] Added humanize week granularity translations for Portuguese and Brazilian Portuguese.
  * [NEW] Embedded changelog within docs and added release dates to versions.
  * [FIX] Fixed a bug that caused test failures on Windows only, see #668 for details.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=24
2019-09-17 09:26:39 +00:00
Tomáš Chvátal
ab7b222a01 - Update to 0.15.1:
* Too many changes to enumerate, see CHANGELOG.rst

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=23
2019-09-13 12:52:10 +00:00
Tomáš Chvátal
4084ed0bb6 Accepting request 720888 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/720888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=21
2019-08-04 17:00:51 +00:00
Tomáš Chvátal
0f86109f3f Accepting request 719408 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/719408
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=20
2019-07-29 08:42:46 +00:00
Tomáš Chvátal
d488f17494 Accepting request 708782 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/708782
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=18
2019-06-10 08:15:48 +00:00
Tomáš Chvátal
6770f75470 - Update to 0.13.1:
* Support for python3.7
- Remove merged patch arrow-py37.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=16
2019-03-06 12:16:12 +00:00
Tomáš Chvátal
151452e9ba - Add patch to work with python 3.7:
* arrow-py37.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=14
2019-01-22 08:57:29 +00:00
Tomáš Chvátal
77e8f2b736 Accepting request 667209 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/667209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=12
2019-01-20 09:17:01 +00:00
d37e9100f9 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=9
2018-12-04 13:13:53 +00:00
Tomáš Chvátal
f86cd28890 Accepting request 578551 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/578551
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=7
2018-02-21 07:05:03 +00:00
Tomáš Chvátal
1a10974abe Accepting request 578220 from home:apersaud:branches:devel:languages:python
hope this fixes the %ifpython2 using bcond without

OBS-URL: https://build.opensuse.org/request/show/578220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=5
2018-02-20 08:22:11 +00:00
e19bae4210 Accepting request 510513 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/510513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=3
2017-07-17 05:00:55 +00:00
cee1b2c83d Accepting request 361670 from home:tbechtold:branches:devel:languages:python
- Require python-python-dateutil. package was renamed

OBS-URL: https://build.opensuse.org/request/show/361670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=2
2016-02-26 14:50:07 +00:00
Todd R
1dd378871e - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=1
2014-08-06 08:35:47 +00:00