summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2020-08-07time/R-lubridate: import R-lubridate-1.7.4brook4-1/+33
Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details.
2020-08-05xfce4-timer-plugin: update to 1.7.1gutteridge3-10/+12
Change log: 1.7.1 ====== - Update URLs from goodies.x.o to docs.x.o (Bug #16180) - Do not recreate box when orientation changes - Remove unused eventbox - Avoid square-sized plugin (Bug #16101) - Remove unused variables and function - Resolve GCC warning: ISO C90 forbids mixed declarations and code - Preferences: Improved spacing and layout in editor (Bug #14678) - Selecting a timer always starts it - Add Hossam Ayman's multiple timer code, some leak and g_free fixes in update_function. - Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan)
2020-08-03+py-l18njoerg1-1/+2
2020-08-03Add py-l18n-2018.5:joerg4-0/+57
This package provides lazy translations for names used for localization purposes, e.g. places and timezones. The name l18n is a contraction of i18n and l10n (internationalisation and localization).
2020-07-24py-arrow: updated to 0.15.8adam2-8/+8
0.15.8 - [WARN] arrow will **drop support** for Python 2.7 and 3.5 in the 1.0.0 release in late September. The 0.15.x and 0.16.x releases are the last to support Python 2.7 and 3.5. - [NEW] Added ``humanize`` week granularity translation for Czech. - [FIX] ``arrow.get`` will now pick sane defaults when weekdays are passed with particular token combinations. - [INTERNAL] Moved arrow to an organization. The repo can now be found `here <https://github.com/arrow-py/arrow>`_. - [INTERNAL] Started issuing deprecation warnings for Python 2.7 and 3.5. - [INTERNAL] Added Python 3.9 to CI pipeline.
2020-07-22py-vdirsyncer: accept current click (pkgsrc is newer than upper bound)wiz3-2/+19
Bump PKGREVISION.
2020-07-17py-vdirsyncer: update to 0.16.8.wiz3-33/+7
Version 0.16.8 ============== *released 09 June 2020* - Support Python 3.7 and 3.8. This release is functionally identical to 0.16.7. It's been tested with recent Python versions, and has been marked as supporting them. It will also be the final release supporting Python 3.5 and 3.6.
2020-07-14py-tzdata: updated to 2020.1adam3-10/+14
2020.1: Unknown changes
2020-07-08lua-tz: Support for testingnia1-1/+6
2020-07-08lua-date: Support for testingnia1-1/+6
2020-07-08time: Add lua-tznia5-1/+53
A lua library for time and date manipulation. Features include: - Normalisation of broken down date objects - allows for complex time/date manipulation logic, e.g. "What day is it in 2 days, 5 hours from now?" - Conversion between locations (time zones) using your local zoneinfo database. - `strftime` style formatting
2020-07-08time: Add lua-datenia5-1/+47
Date and Time module for Lua 5.x. Features: * Date and Time string parsing. * Time addition and subtraction. * Time span calculation. * Support ISO 8601 Dates. * Local time support. * Lua module (not binary). * Formats Date and Time like strftime.
2020-07-01py-cftime: added version 1.1.3adam5-1/+44
Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions.
2020-06-30Modernize patch filenames, adding patch comments. NFCI.schmonz2-4/+6
2020-06-25Retire 'djbware-errno-hack' and associated options.mk cleverness.schmonz1-1/+3
Instead: 1. Package makefiles including their own options.mk 2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed 3. Packages adjust SUBST_FILES.djberrno, if needed Should fix bulk build failures due to multiple inclusions of options.mk and/or incorrect definitions of DJB_ERRNO_HACK. Approved during the freeze by wiz@.
2020-06-21time/ruby-iso8601: update to 0.12.2taca3-9/+8
Update ruby-iso8601 to 0.12.2. 0.12.2 (2020-06-19) * Fix DateTime#to_s (thanks @nbeyer).
2020-06-20py-arrow: updated to 0.15.7adam2-7/+7
0.15.7: - [NEW] Added a number of built-in format strings. See the `docs <https://arrow.readthedocs.io/#built-in-formats>`_ for a complete list of supported formats. For example: .. code-block:: python >>> arw = arrow.utcnow() >>> arw.format(arrow.FORMAT_COOKIE) 'Wednesday, 27-May-2020 10:30:35 UTC' - [NEW] Arrow is now fully compatible with Python 3.9 and PyPy3. - [NEW] Added Makefile, tox.ini, and requirements.txt files to the distribution bundle. - [NEW] Added French Canadian and Swahili locales. - [NEW] Added ``humanize`` week granularity translation for Hebrew, Greek, Macedonian, Swedish, Slovak. - [FIX] ms and μs timestamps are now normalized in ``arrow.get()``, ``arrow.fromtimestamp()``, and ``arrow.utcfromtimestamp()``. For example: .. code-block:: python >>> ts = 1591161115194556 >>> arw = arrow.get(ts) <Arrow [2020-06-03T05:11:55.194556+00:00]> >>> arw.timestamp 1591161115 - [FIX] Refactored and updated Macedonian, Hebrew, Korean, and Portuguese locales.
2020-06-20py-dateparser: updated to 0.7.6adam3-8/+26
0.7.6: Improvements: * Rename ``scripts`` to ``dateparser_scripts`` to avoid name collisions with modules from other packages or projects 0.7.5: New features: * Add Python 3.8 support * Implement a ``REQUIRE_PARTS`` setting * Add support for subscript and superscript numbers * Extended French support * Extended German support Improvements: * Migrate test suite to Pytest * Add test to check the `yaml` and `json` files content * Add flake8 pipeline with pytest-flake8 * Add partial support for 8-digit dates without separators * Fix possible ``OverflowError`` errors and explicitly avoid to raise ``ValueError`` when parsing relative dates * Fix double-digit GMT and UTC parsing * Fix bug when using ``DATE_ORDER`` * Fix bug when parsing relative time with timezone * Fix milliseconds parsing * Fix wrong values to be interpreted as ``'future'`` in ``PREFER_DATES_FROM`` * Other small improvements
2020-06-10rsibreak: update to 0.12.13markd3-12/+9
changes unknown, other than builds with qt5.15
2020-06-09kde: update kde release service to 20.04.1markd5-17/+15
changes unknown
2020-06-07kholidays: update to 5.70.0markd2-7/+6
5.67 Update holidays and add flagdays and namedays for Sweden 5.68 Update Japanese holidays holiday_jp_ja - fix spelling for National Foundation Day 5.70 Nicaragua Holidays Taiwanese holidays Updated Romanian holidays
2020-06-07kcalendarcore: update to 5.70.0markd2-7/+6
5.68 Update visibility cache when notebook visibility is changed 5.69 Fix fallback to vCalendar loading on iCalendar load failure
2020-06-02Revbump for icuadam14-27/+28
2020-06-01time/xfce4-orage: remove unknown configure optionrillig1-3/+1
2020-06-01py-parsedatetime: updated to 2.6adam3-9/+8
v2.6 release Polished README.rst fix pyicu import to suppress warnings Fixed missing comma in seconds strings Updated Pipfile and Makefile to: - update and move packages to the "dev" section - use Python 3.7 for pipenv - install tox-pipenv plugin to try and fix Tox (currently doesn't) - simplify tox.ini to try and fix Tox (didn't) - move ci makefile target to the circle config
2020-05-28time: remove gtodo - gnome 2 app discontinued in 2004nia7-112/+1
2020-05-28time: reordermarkd1-2/+2
2020-05-23py-ciso8601: added version 2.1.3adam5-1/+35
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects. Since it's written as a C module, it is much faster than other Python libraries.
2020-05-22revbump after updating security/nettleadam1-2/+2
2020-05-22time: add tex-datetime2* packagesmarkd1-1/+45
2020-05-22tex-datetime2*: Add datetime2 base and language support packagesmarkd176-0/+1308
This package provides commands for formatting dates, times and time zones and redefines \today to use the same formatting style. In addition to \today, you can also use \DTMcurrenttime (current time) or \DTMnow (current date and time). Dates and times can be saved for later use. The accompanying datetime2-calc package can be used to convert date-times to UTC+00:00. Language and regional support is provided by independently maintained and installed modules. The datetime2-calc package uses the pgfcalendar package (part of the PGF/TikZ bundle).
2020-05-19libical: Update to 3.0.8nia5-57/+12
Version 3.0.8 is a patch release. This release is binary and source compatible with version 3.0.0. Note that the libical-glib library is considered unstable; therefore not binary compatible with previous releases ReleaseNotes: - Fix for icalattach_new_from_data() and the 'free_fn' argument - Fix if recurrencetype contains both COUNT and UNTIL (only output UNTIL in the RRULE)
2020-05-18pytest from versioned dependsadam5-15/+20
2020-05-18py-ligotimegps: updated to 2.0.1adam2-8/+8
v2.0.1: Bug-fixes (including package, unit test, and documentation updates): - added readthedocs sphinx configuration
2020-05-16time/todotxt: fix build in SUBST_NOOP_OK=no moderillig1-1/+2
2020-05-14Really replace CCjoerg1-2/+2
2020-05-14Needs autopoint, msgfmt --desktop and contains broken glib checksjoerg1-2/+9
2020-05-13hs-*: add PLIST files for a few more Haskell packagesrillig1-0/+28
2020-05-12py-tzlocal: updated to 2.1adam2-7/+7
2.1: - No changes. 2.1b1: - The is_dst flag is wrong for Europe/Dublin on some Unix releases. I changed to another way of determining if DST is in effect or not. - Added support for Python 3.7 and 3.8. Dropped 3.5 although it still works.
2020-05-11hs-*: add PLIST filesrillig5-0/+239
These PLIST files have been autogenerated by mk/haskell.mk using HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes to the packages. The Haskell packages didn't have PLIST files because their paths contained package hashes. These hashes are now determined by mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
2020-05-07py-icalendar: updated to 4.0.6adam2-7/+7
4.0.6: Bug fixes: - Use ``vText`` as default type, when convert recurrence definition to ical string.
2020-05-07py-arrow: updated to 0.15.6adam2-7/+11
0.15.6: - [NEW] Added support for parsing and formatting `ISO 8601 week dates <https://en.wikipedia.org/wiki/ISO_week_date>`_ via a new token ``W``, for example: .. code-block:: python >>> arrow.get("2013-W29-6", "W") <Arrow [2013-07-20T00:00:00+00:00]> >>> utc=arrow.utcnow() >>> utc <Arrow [2020-01-23T18:37:55.417624+00:00]> >>> utc.format("W") '2020-W04-4' - [NEW] Formatting with ``x`` token (microseconds) is now possible, for example: .. code-block:: python >>> dt = arrow.utcnow() >>> dt.format("x") '1585669870688329' >>> dt.format("X") '1585669870' - [NEW] Added ``humanize`` week granularity translation for German, Italian, Polish & Taiwanese locales. - [FIX] Consolidated and simplified German locales. - [INTERNAL] Moved testing suite from nosetest/Chai to pytest/pytest-mock. - [INTERNAL] Converted xunit-style setup and teardown functions in tests to pytest fixtures. - [INTERNAL] Setup Github Actions for CI alongside Travis. - [INTERNAL] Help support Arrow's future development by donating to the project on `Open Collective <https://opencollective.com/arrow>`_.
2020-05-02time/libical: remove broken REPLACE_INTERPRETER blockrillig1-6/+1
The block was called "perl" but replaced "tclsh". Its empty REPLACE_FILES triggered a warning, which I converted to an error in my local bulk build.
2020-04-29py-pytz: updated to 2020.1adam3-8/+9
2020.1: Unknown changes
2020-04-27time/ruby-tzinfo-data: update to 1.2020.1taca3-8/+9
Update ruby-tzinfo-data to 1.2020.1. 1.2020.1 (2020-04-24) * Based on version 2020a of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2020-April/000058.html).
2020-04-27time/ruby-tzinfo: update to 2.0.2taca2-7/+7
Update ruby-tzinfo to 2.0.2. ## Version 2.0.2 - 2-Apr-2020 * Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114. * Fixed warnings when running on Ruby 2.8. #113.
2020-04-27time/ruby-tzinfo1: update to 1.2.7taca2-7/+7
Update ruby-tzinfo1 to 1.2.7. Version 1.2.7 - 2-Apr-2020 -------------------------- * Fixed 'wrong number of arguments' errors when running on JRuby 9.0. #114. * Fixed warnings when running on Ruby 2.8. #112.
2020-04-26time/anacron: allow no-op SUBST blockrillig1-1/+2
2020-04-14gnome-pomodoro: fix typowiz1-1/+1
2020-04-14time: Enable gnome-pomodororyoon1-1/+2