SHA256
1
0
forked from pool/python-arrow

2 Commits

Author SHA256 Message Date
1e5eee4845 Accepting request 1314537 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1314537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=31
2025-10-31 15:27:52 +00:00
477675a89e - 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/package/show/devel:languages:python/python-arrow?expand=0&rev=67
2025-10-30 11:16:23 +00:00
4 changed files with 34 additions and 5 deletions

Binary file not shown.

3
arrow-1.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed0cc050e98001b8779e84d461b0098c4ac597e88704a655582b21d116e526d7
size 152931

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Oct 30 10:47:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Fri Jan 12 12:18:48 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -25,7 +25,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-arrow%{?psuffix}
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Better dates and times for Python
License: Apache-2.0
@@ -43,7 +43,7 @@ BuildRequires: %{python_module arrow == %{version}}
BuildRequires: %{python_module dateparser}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz >= 2021.1}
BuildRequires: %{python_module pytz >= 2025.02}
BuildRequires: %{python_module simplejson}
%endif
%python_subpackages