summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18py-pendulum: updated to 2.0.5adam3-8/+17
2.0.5: Fixed * Fixed ISO week dates not being parsed properly in from_format(). * Fixed loading of some timezones with empty posix spec. * Fixed deprecation warnings. Locales * Added RU locale.
2019-07-18Use https for xfce.org subdomains.nia2-4/+4
2019-07-12py-aniso8601: updated to 7.0.0adam2-7/+7
Changes 7.0.0 Handle all fractional components as an integer number of microseconds, eliminating rounding issues
2019-07-09Use https for pythonhosted.org.nia1-2/+2
2019-07-08time/ruby-tzinfo-data: update to 1.2019.2taca2-7/+7
Update ruby-tzinfo-data to 1.2019.2. Based on version 2019b of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2019-July/000056.html).
2019-07-08py-tzdata: updated to 2019.2adam2-7/+7
2019.2: Unknown changes
2019-07-07Add a package for py-pytimeparse-1.1.8.bsiegert5-1/+55
PR pkg/54340. A small Python library to parse various kinds of time expressions, inspired by a StackOverflow question. The single function pytimeparse.timeparse.timeparse defined in the library (also available as pytimeparse.parse) parses time expressions like the following: 32m 2h32m 3d2h32m 1w3d2h32m 1w 3d 2h 32m 1 w 3 d 2 h 32 m ...
2019-07-02Recursive revbump from gpsd-3.19gdt1-2/+2
2019-07-02time/ntpsec: Re-enable gpsdgdt2-5/+6
ntpsec used to depend on gpsd, but gpsd in pkgsrc was old so it didn't for a while. Depend on it again, which reenables ntploggps.
2019-07-01Follow some remaining search.cpan.org redirects.nia12-27/+27
2019-07-01Added ocaml-mtime to Makefile SUBDIRsjaapb1-1/+2
2019-07-01Added time/ocaml-mtime, a monotonic wall clock library for OCaml.jaapb7-0/+118
This is needed as a dependency for some options of ocaml-git.
2019-07-01Recursive revbump from boost-1.70.0ryoon2-4/+4
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia51-102/+102
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-16py-arrow: updated to 0.14.2adam2-7/+7
0.14.2 - [CHANGE] Travis CI builds now use tox to lint and run tests. - [FIX] Fixed UnicodeDecodeError on certain locales. 0.14.1 - [FIX] Fixed "ImportError: No module named 'dateutil'". 0.14.0 - [NEW] Added provisional support for Python 3.8. - [CHANGE] Removed support for EOL Python 3.4. - [FIX] Updated setup.py with modern Python standards. - [FIX] Upgraded dependencies to latest versions. - [FIX] Enabled flake8 and black on travis builds. - [FIX] Formatted code using black and isort.
2019-05-29(time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@mef1-2/+2
2019-05-29(time/ocaml-time_now) Add BUILD_DEPENDS+= bash to fix following problemmef1-1/+3
===> Building for ocaml-time_now-0.12.0 I need bash to interpret (bash ...) actions but I couldn't find it :( *** Error code 1
2019-05-25py-vdirsyncer: fix build with latest setuptools_scmwiz2-1/+27
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig3-7/+7
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-05-22py-arrow: updated to 0.13.2adam2-7/+7
0.13.2 - [NEW] Add is_between method. - [FIX] Improved humanize behaviour for near zero durations. - [FIX] Correct humanize behaviour with future days. - [FIX] Documentation updates. - [FIX] Improvements to German Locale.
2019-05-18Update to 1.21wen2-9/+7
Upstream changes: 1.21 2019-05-11 NEILB - Added Time::Elapsed to SEE ALSO, suggested by Ron Savage in RT#122186. - Updated AUTHOR section to reflect that Neil Bowers is current maintainer. - Extended testsuite so there's full code coverage (not pod yet).
2019-05-18Update to 0.15wen2-8/+7
Upstream changes: 0.15 2019-05-12 NEILB - Added support for fractional parts of seconds in hh:mm:ss.ssss - Added L<> links to Time::Duration and duration_exact in that module. - Fixed grammar in doc
2019-05-18Update to 0.08wen2-7/+7
Upstream changes: 0.08 2019-05-07T01:55:51Z Fix test (thanks to manwar, mjemmeson, chorny)
2019-05-18Update to 2.35wen2-7/+7
Upstream changes: 2.35 2019-04-21 - Handle "infinity" as a representation of infinite values in serialized objects. On Solaris we end up with "infinity" and "-infinity" as opposed to just "inf" and "-inf". Fixed by Andrew Paprocki. GH #36.
2019-05-18Update to 1.51wen2-8/+7
Upstream changes: 1.51 2019-04-21 - Fix CLDR formatting of 'S' pattern with more than 9 digits of precision. While we only store nanoseconds in the DateTime object we should still be able to handle an arbitrary number of digits properly. Fixed by Slaven Rezić. GH #89.
2019-05-05Recursive rebvump from devel/nssryoon1-2/+2
2019-05-05py-jdcal: updated to 1.4.1adam2-7/+12
jdcal 1.4.1 Remove testing for Python 2.6 and 3.3. Added testing for Python 3.7. For current Python versions tested see travis.yml. Removed unused function fpart.
2019-05-04xfce4-datetime-plugin: update to 0.7.1gutteridge3-10/+12
Change log: * Removed the frame around the calendar popup to simplify appearance * Spacing improvements in the preferences dialog (bug #14662) * Fixed build warnings * Updated translations
2019-05-02Forget about Python 3.4adam1-5/+2
2019-04-26fix some whitespace, mostly introduced in the previousmaya2-4/+4
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya5-10/+10
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-25kholidays: update KDE Frameworks to 5.57.0markd3-14/+9
KHolidays # Sort the polish holidays categories
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya5-8/+10
This is a semi-manual PKGREVISION bump.
2019-04-19py-tempora: updated to 1.14.1adam2-7/+7
1.14.1 Fix failing doctest in parse_timedelta.
2019-04-11py-tzdata: updated to 2019.1adam2-7/+7
Release 2019.1 (2019a): Unknown changes
2019-04-11py-pytz: updated to 2019.1adam2-7/+7
2019.1: Unknown changes
2019-04-07Update to 2.34wen2-7/+7
Upstream changes: 2.34 2019-03-26 - This release is based on version 2019a of the Olson database. This release includes contemporary changes for Palestine and Metlakatla, Alaska.
2019-04-07Update to 1.24wen2-7/+7
Upstream changes: 1.24 2019-03-28 - Rebuilt all locale data with CLDR 35, released on 2019-03-27.
2019-04-07Update to 1.76wen2-8/+7
Upstream changes: 1.76 2019-02-07 [BACKWARDS INCOMPATIBILITIES] * The ability to set the pattern, time_zone, and locale via accessor methods has been removed. This was deprecated over three years ago in version 1.60. It also turns out that the setting was actually broken for a long time but no one seemed to notice, so I think it's afe to remove this feature.
2019-04-07Update to 1.07wen2-7/+7
Upstream changes: 1.07 2019-03-29 <schubiger@cpan.org> - Merged development version to stable. 1.06_01 2019-03-13 <schubiger@cpan.org> - New supported format: <variant> quarter. [Xiao Yafeng]
2019-04-03py-relativetimebuilder: added version 1.0.0adam5-1/+48
aniso8601 builder for dateutil relativedeltas Features * Provides RelativeTimeBuilder compatible with aniso8601 * Returns dateutil relativedelta objects for durations
2019-04-03py-aniso8601: updated to 6.0.0adam3-16/+29
aniso8601 6.0.0 Remove previously deprecated built in version of relativetimebuilder Python 2 support will be removed in 7.0.0 aniso8601 5.0.0 Previously deprecated relative keyword removed Move builders to builders module aniso8601.builder.PythonTimeBuilder -> aniso8601.builders.python.PythonTimeBuilder aniso8601.builder.RelativeTimeBuilder -> aniso8601.builders.relative.RelativeTimeBuilder aniso8601.builder.TupleBuilder -> aniso8601.builders.TupleBuilder UTCOffset moved out of builder (aniso8601.builder.UTCOffset -> aniso8601.utcoffset.UTCOffset) Fractional arguments are now handled with greater precision When build_time is called with only hh 24<=hh<25, a MidnightBoundsError is raised, this used to be a HoursOutOfBoundsError Promote interval components to datetime objects if the given duration has second or microsecond resolution, or if the duration tuple has hour, minute, or second components Before promotion would only happen if the duration tuple had hour, minute, or second components The built in RelativeTimeBuilder is deprecated, it will be removed in aniso8601 6.0.0, use RelativeTimeBuilder from relativetimebuilder instead
2019-04-03Recursive revbump from textproc/icuryoon7-14/+14
2019-04-02khal: update to 0.10.1.wiz3-14/+12
0.10.1 ====== 2019-03-30 * FIX error with the new color priority system and `discover` calendar type * FIX search results in ikhal are ordered, same as in `khal search` 0.10.0 ====== 2019-03-25 * only dateutil < 2.7 is supported * NEW DEPENDENCY added click_log >= 0.2.0 * NEW DEPENDENCY for Python 3.4: typing * UPDATED DEPENDENCY icalendar>=4.03 * DROPPED support for Python 3.3 * vdirsyncer is still a test dependency (and always has been) * FIX ordinal numbers in birthday entries (before, all number would end on `th`) * FIX `search` will no longer break on overwritten events with a master event * FIX when using short dates, khal infers that you meant next year, when date is before today * FIX Check for multi_uid .ics files in vdirs and don't import those events (All .ics files in vdirs should only contain VEVENTS with the same UID.) * CHANGE only searched configuration file paths are now $XDG_CONFIG_HOME/khal/config and $XDG_CONFIG_HOME/khal/khal.conf (deprecated) * CHANGE removed default command * CHANGE default date/time formats to be the system's locale's formats * CHANGE ``--verbose`` flag to ``--verbosity``, allowing finer granularity * CHANGE `search` will now print one line for every different event in a recurrence set, that is one line for the master event, and one line for every different overwritten event * CHANGE khal learned to read .ics files with nonsenscial TZOFFSETs > 24h and prints a warning * CHANGE better error message for a specific kind of invalid config file * NEW khal learned the ``--logfile/-l LOGFILE`` flag which allows logging to a file * NEW format can now print the duration of an event with `{duration}` * NEW configuration option: [view]monthdisplay = firstday|firstfullweek, if set to 'firstday', khal displays the month name as soon as any day in the week is within the new month. If set to 'firstfullweek', khal displays the month name only if the first day of the week is within the new month. * NEW ikhal learned to show log messages in the header and in a new log pane, access with default keybinding `L` * NEW python 3.7 is now officially supported. * NEW configuration option [[per_calendar]]priority = int (default 10). If multiple calendars events are on the same day, the day will be colored with the color of the calendar with highest priority. If multiple calendars have the same highest priority, it falls back to the previous system. * NEW format can now print the organizer of the event with '(organizer)'
2019-03-25ntpsec: fix HOMEPAGEtnn1-2/+2
2019-03-25add time/ntpsectnn1-1/+2
2019-03-25ntpsec: import ntpsec-1.1.3tnn8-0/+301
A secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic, Dave Mills's original.
2019-03-16Update to 0.82wen2-9/+7
Upstream changes: 0.82 2019-03-03 - Removed use of Class::Factory::Util. That distro is poorly maintained (by me) and it has some issues with its use of Module::Build. This distro (DateTime-Format-Builder) really doesn't need to use Class::Factory::Util.
2019-03-13Added ocaml-time_now to Makefile SUBDIRsjaapb1-1/+2
2019-03-13Added time/ocaml-time_now, to report the time in ns since the Unix epochjaapb5-0/+61