| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=hikld7pbhghs4nu0c41absg74i; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 02:20:48 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
py-arrow
wip
wm
www
x11
* = Virtual Category
Path to this page:
./time/py-arrow, Better dates and times for Python
[
Branch: CURRENT, Version: 1.4.0, Package name: py313-arrow-1.4.0, Maintainer: kamelderouiche
Arrow is a Python library that offers a sensible, human-friendly approach to
creating, manipulating, formatting and converting dates, times, and timestamps
It implements and updates the datetime type, plugging gaps in functionality, and
provides an intelligent module API that supports many common creation scenarios
Simply put, it helps you work with dates and times with fewer imports and
a lot less code.
Required to run:
[time/py-dateutil] [lang/python310]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
py-arrowwip
wm
www
x11
* = Virtual Category
Path to this page:
./time/py-arrow, Better dates and times for Python
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.4.0, Package name: py313-arrow-1.4.0, Maintainer: kamelderouiche
Arrow is a Python library that offers a sensible, human-friendly approach to
creating, manipulating, formatting and converting dates, times, and timestamps
It implements and updates the datetime type, plugging gaps in functionality, and
provides an intelligent module API that supports many common creation scenarios
Simply put, it helps you work with dates and times with fewer imports and
a lot less code.
Required to run:
[time/py-dateutil] [lang/python310]
Master sites:
Filesize: 149.347 KBVersion history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-20) Updated to version: py313-arrow-1.4.0
- (2025-02-23) Updated to version: py312-arrow-1.3.0nb2
- (2024-08-10) Updated to version: py311-arrow-1.3.0nb1
- (2023-10-09) Updated to version: py311-arrow-1.3.0
CVS history: (Expand)
| 2025-10-20 12:22:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-arrow: updated to 1.4.0 1.4.0 (2025-10-18) - [ADDED] Added ``week_start`` parameter to ``floor()`` and ``ceil()`` methods. - [ADDED] Added ``FORMAT_RFC3339_STRICT`` with a T separator. - [ADDED] Added Macedonian in Latin locale support. - [ADDED] Added Persian/Farsi locale support. - [ADDED] Added week and weeks to Thai locale timeframes. - [ADDED] Added weeks to Catalan locale. - [ADDED] Added Persian names of months, month-abbreviations and \ day-abbreviations in Gregorian calendar. - [CHANGED] Migrated Arrow to use ZoneInfo for timezones instead of pytz. - [FIXED] Fixed humanize month limits. - [FIXED] Fixed type hint of ``Arrow.__getattr__``. - [FIXED] Fixed spelling and removed poorly used expressions in Korean locale. - [FIXED] Updated ``shift()`` method for issue 1145. - [FIXED] Improved Greek locale translations (seconds, days, "ago", \ and month typo). - [FIXED] Addressed ``datetime.utcnow`` deprecation warning. - [INTERNAL] Added codecov test results. - [INTERNAL] Updated CI dependencies (actions/setup-python, actions/checkout, \ codecov/codecov-action, actions/cache). - [INTERNAL] Added docstrings to parser.py. - [INTERNAL] Updated Python versions support and bumped CI dependencies. - [INTERNAL] Added dependabot for GitHub actions. - [INTERNAL] Moved dateutil types to test requirements. - [INTERNAL] Added documentation link for ``arrow.format``. |
| 2025-02-23 21:16:03 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-arrow: adapt for flit_core 3.11. Bump PKGREVISION. |
| 2024-08-10 10:17:42 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-arrow: convert to wheel.mk Remove unused test dependency. Document test status. Bump PKGREVISION. |
| 2023-10-09 14:25:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-arrow: updated to 1.3.0 1.3.0 (2023-09-30) - [ADDED] Added official support for Python 3.11 and 3.12. - [ADDED] Added dependency on ``types-python-dateutil`` to improve Arrow mypy \ compatibility. - [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. - [INTERNAL] Adopt ``.readthedocs.yaml`` configuration file for continued \ ReadTheDocs support. |
| 2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96) |
Log message: *: use PYTHON_VERSION instead of _PYTHON_VERSION |
| 2022-09-05 15:25:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-arrow: updated to 1.2.3 1.2.3 (2022-06-25) ------------------ - [NEW] Added Amharic, Armenian, Georgian, Laotian and Uzbek locales. - [FIX] Updated Danish locale and associated tests. - [INTERNAl] Small fixes to CI. |
| 2022-07-11 15:32:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-arrow: updated to 1.2.2
1.2.2 (2022-01-19)
------------------
- [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``.
1.2.1 (2021-10-24)
------------------
- [NEW] Added quarter granularity to humanize, for example:
.. code-block:: python
>>> import arrow
>>> now = arrow.now()
>>> four_month_shift = now.shift(months=4)
>>> now.humanize(four_month_shift, granularity="quarter")
'a quarter ago'
>>> four_month_shift.humanize(now, granularity="quarter")
'in a quarter'
>>> thirteen_month_shift = now.shift(months=13)
>>> thirteen_month_shift.humanize(now, granularity="quarter")
'in 4 quarters'
>>> now.humanize(thirteen_month_shift, granularity="quarter")
'4 quarters ago'
- [NEW] Added Sinhala and Urdu locales.
- [NEW] Added official support for Python 3.10.
- [CHANGED] Updated Azerbaijani, Hebrew, and Serbian locales and added tests.
- [CHANGED] Passing an empty granularity list to ``humanize`` now raises a \
``ValueError``.
1.2.0 (2021-09-12)
------------------
- [NEW] Added Albanian, Tamil and Zulu locales.
- [NEW] Added support for ``Decimal`` as input to ``arrow.get()``.
- [FIX] The Estonian, Finnish, Nepali and Zulu locales now support ``dehumanize``.
- [FIX] Improved validation checks when using parser tokens ``A`` and ``hh``.
- [FIX] Minor bug fixes to Catalan, Cantonese, Greek and Nepali locales.
|
| 2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
