Commit Graph

35 Commits

Author SHA256 Message Date
62116b9cf3 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
9ebf1190db 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
1ed79b9c7a - 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
bdebf88f24 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
b96d01f189 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
e76ce48c1e 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
b3a4e688ce 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
313300eebe - 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
65561d9a75 - 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
e1420b2bf7 - 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
b9c72af512 - 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
Steve Kowalik
ae484b545a - 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
Markéta Machová
a86a871a43 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
dd8c8d3344 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
acb8752830 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
22224252d7 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
ae436f3f2b 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
01f01d235f - 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
bd44ea1d29 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
520a533871 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
2cb9d44b72 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
e7281d1be4 - 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
a95ed5c025 - 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
e686d2d41c 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
ca4af69d49 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
88de00d8a6 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
5aaec9ed83 - 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
71f26bfb4a - 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
dd9f045c70 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
8b8976817c 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
bb7dab0eab 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
9d256e439f 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
Thomas Bechtold
1e1cb449d1 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
63677733f1 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
4dde481d1b - 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