Commit Graph

30 Commits

Author SHA256 Message Date
b277bb67f1 - Fix spec file title
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=48
2021-04-15 12:46:51 +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
4ee507537e 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
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
fde041141f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=29 2019-12-16 08:01:47 +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
ddcf808ff4 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=10
2018-12-04 17:09:57 +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
Dominique Leuenberger
f05c0a589f Accepting request 513036 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/513036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=1
2017-08-24 16:42:42 +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