summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2018-08-21p5-Time-Piece: update to 1.33.wiz2-7/+7
1.33 2018-08-18 - Allow objects in overloaded methods
2018-08-21p5-DateTime: update to 1.5000.wiz2-14/+12
1.50 2018-08-01 - The %F strftime pattern incorrectly zero-padded numbers less than four digits. According to POSIX::strftime, this should output the year as-is without padding. Reported by Andy Lester. GH #83.
2018-08-20Add p5-MooseX-Types-DateTime-MoreCoercionswen1-1/+2
2018-08-20Import MooseX-Types-DateTime-MoreCoercions-0.15 as ↵wen3-0/+35
time/p5-MooseX-Types-DateTime-MoreCoercions. MooseX::Types::DateTime::MoreCoercions builds on MooseX::Types::DateTime to add additional custom types and coercions. Since it builds on an existing type, all coercions and constraints are inherited.
2018-08-16revbump after boost-libs updateadam2-4/+4
2018-08-16py-vdirsyncer: update to 0.16.7.wiz2-7/+7
Version 0.16.7 ============== *released on July 19* - Fixes for Python 3.7
2018-08-14py-pendulum: Disable C Extensions when building the 2.7 multi-packageleot2-4/+11
C Extensions code does not seem supported when it is built with Python 2.7. Pass the environment variable to avoid compiling it and failing and adjust PLIST accordingly. Reported via #pkgsrc by Juraj Lutter, thanks!
2018-08-07py-pendulum: updated to 2.0.3adam2-7/+7
2.0.3: Fixed handling of pytz timezones. Fixed some formatter's tokens handling. Fixed errors on some systems when retrieving timezone from localtime files. Fixed diff methods. Fixed closest()/farthest() methods.
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
2018-07-20Recursive revbump from textproc/icu-62.1ryoon7-11/+14
2018-07-19Recursive revbump associated with the update of lang/ocaml to 4.07.jaapb3-6/+6
2018-07-18Mark packages that require C++03 (or the GNU variants) if they fail withjoerg2-4/+4
C++14 default language.
2018-07-09py-jdcal: updated to 1.4adam2-9/+9
1.4: Universal wheel distribution. Test to compare gcal2jd with astropy._erfa.cal2jd. Add more Python versions on Travis.
2018-07-09py-icalendar: updated to 4.0.2adam2-7/+7
4.0.2: Update all pypi.python.org URLs to pypi.org
2018-07-07Update to 0.14wen2-8/+7
Upstream changes: 0.14 2018-06-29 NEILB - Added "hrs" as another form for "hours". Thanks to Stig for the PR.
2018-07-07Update to 0.06wen2-7/+7
Upstream changes: 0.06 2018-06-28T02:18:10Z catching calls to localtime() (by mjemmeson)
2018-07-07py-tempora: updated to 1.13adam2-7/+8
1.13 Enhancements to BackoffDelay: - Added .reset method. - Made iterable to retrieve delay values.
2018-07-06Recursive revbump from audio/pulseaudioryoon1-2/+2
2018-07-04*: Move SUBST_STAGE from post-patch to pre-configurejperkin1-2/+2
Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
2018-07-03py-tempora: updated to 1.12adam3-12/+16
1.12: Added UTC module (Python 3 only), inspired by the utc project.
2018-07-03py-pytz: updated to 2018.5adam2-7/+7
2018.5: Unknown changes.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam5-10/+10
2018-06-24p5-Time-Local: update to 1.28.wiz2-7/+7
1.28 2018-06-12 - Some tests which required support for epoch values larger than 2**32 were not being skipped when the underlying Perl did not support that.
2018-06-21time: add kholidaysmarkd1-1/+2
2018-06-21kholidays: Add version 5.47.0markd5-0/+138
This library provides a C++ API that determines holiday and other special events for a geographical region.
2018-06-17py-vdirsyncer: update to 0.16.6.wiz2-9/+8
Version 0.16.6 ============== *released on 13 June 2018* - **Packagers:** Documentation building no longer needs a working installation of vdirsyncer. Version 0.16.5 ============== *released on 13 June 2018* - **Packagers:** click-log 0.3 is required. - All output will now happen on stderr (because of the upgrade of ``click-log``).
2018-06-16py-pendulum: updated to 2.0.2adam3-209/+167
2.0.2: Fixed the weeks property for negative Period instances. Fixed start_of() methods not setting microseconds to 0. Fixed errors on some systems when retrieving timezone from clock files. Fixed parsing of partial time. Fixed parsing not raising an error for week 53 for ordinary years. Fixed string formatting not supporting strftime format. 2.0.1: Fixed behavior of the YY token in from_format(). Fixed errors on some systems when retrieving timezone from clock files.
2018-06-10Update to 1.22wen2-7/+7
Upstream changes: 1.22 2018-06-08 - Update the glibc source data to the data from glibc 2.27. - Added documentation for this glibc data. - Reformatted the DateTime::Locale::FromData docs. 1.21 2018-06-08 - Added a new DateTime::Local->register_from_data method. This replaces the old custom locale registration system with something much simpler. Instead of providing a new class you simply provide a hash of data for the locale and it becomes available for use via DateTime::Local->load. Implemented by Ryley Breiddal. PR #21. Addresse GH #19.
2018-06-10Update to 1.27wen2-8/+7
Upstream changes: 1.27 2018-06-09 - This release is identical to 1.26 except that it is a stable release, not a trial. - Fixed the tests so they will not break in the year 2020. The tests were passing in 2-digit years on the assumption that a year like "70" would be treated as 1970, but starting in 2020 this would be treated as 2070 instead. Reported by Bernhard M. Wiedemann. RT #124787. - Added timelocal_modern and timegm_modern variants as optional exports. These versions do not munge years at all. They treat the year value that they are given exactly as-is. 1.26 2018-05-20 (TRIAL RELEASE) - Fixed the tests so they will not break in the year 2020. The tests were passing in 2-digit years on the assumption that a year like "70" would be treated as 1970, but starting in 2020 this would be treated as 2070 instead. Reported by Bernhard M. Wiedemann. RT #124787. - Added timelocal_modern and timegm_modern variants as optional exports. These versions do not munge years at all. They treat the year value that they are given exactly as-is.
2018-06-06Update to 2.19wen2-7/+7
Upstream changes: 2.19 2018-05-13 - This release is based on version 2018e of the Olson database. This release includes contemporary changes for North Korea.
2018-05-31xfce4-timer-plugin: remove patch that is not in distinfowiz1-24/+0
2018-05-27khal: update to 0.9.9.wiz2-8/+7
0.9.9 ===== released 2018-05-26 * Dependencies: only dateutil < 2.7 is supported (and always has been)
2018-05-21time/ruby-tzinfo03: update to 0.3.54taca3-9/+8
Updated to tzdata version 2018d (https://mm.icann.org/pipermail/tz-announce/2018-March/000049.html).
2018-05-21time/ruby-tzinfo-data: update to 1.2018.5taca2-7/+7
Based on version 2018e of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2018-May/000050.html).
2018-05-20Update to 1.49wen2-7/+7
Upstream changes: 1.49 2018-05-20 - Updated the ppport.h with the latest version of Devel::PPPort. This fixes a compilation warning when compiling with 5.27.11. Reported by Jim Keenan. Fixed GH #81.
2018-05-17xfce4-orage: Set _XOPEN_SOURCE correctly on SunOS.jperkin3-1/+37
2018-05-15Drop the gtk2 dependency.youri1-2/+1
2018-05-15Update to 1.7.0:youri3-14/+18
1.7.0 ====== - Port to GTK+3. - New icon (Bug #13517). - Add "keep above" for Beep dialog (Bug #13514). - When paused show all menu timers (Bug #13516). - Small UI improvements (Bug #13515). - Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur
2018-05-14libical: Sprinkle limits.h, fixes SunOS.jperkin3-4/+28
2018-05-14py-dateutil: updated to 2.7.3adam2-7/+7
Version 2.7.3: Data updates - Update tzdata to 2018e. Bugfixes - Fixed an issue where decimal.Decimal would cast NaN or infinite value in a parser.parse, which will raise decimal.Decimal-specific errors. - Fixed a ValueError being thrown if tzinfos call explicity returns None. - Fixed incorrect parsing of certain dates earlier than 100 AD when repesented in the form "%B.%Y.%d", e.g. "December.0031.30". - Fixed a bug where automatically generated DTSTART was naive even if a specified UNTIL had a time zone. Automatically generated DTSTART will now take on the timezone of an UNTIL date, if provided.
2018-05-12py-tzdata: updated to 2018.5adam3-13/+11
2018.5: Unknown changes.
2018-05-08Update to 1.20wen2-7/+7
Upstream changes: 1.20 2018-05-06 - Fix test failures on Windows. Reported by Adrian Devries. GH #23.
2018-04-29revbump for boost-libs updateadam2-4/+4
2018-04-26py-pendulum: updated to 1.5.1adam2-7/+7
1.5.1 Fixed set() not acception the tz keyword argument. Fixed datetime() not setting the timezone to UTC by default. 1.5.0 Added the datetime() helper. Added the set() method to set properties. Added the is_utc() and is_local() methods. year_(), month_(), day_(), hour_(), minute_(), second_(), microsecond_() are now deprecated. timezone_() and tz_() are now deprecated. timestamp_() is now deprecated. with_date_time(), with_time_from_string() and with_timestamp() are now deprecated. between() is now deprecated. min_(), max_(), minimum(), maximum() are now deprecated. is_today(), is_yesterday(), is_tomorrow() and is_same_day() are now depecreated. is_sunday() -> is_saturday() are now deprecated. The utc and local properties are now deprecated. Use is_utc() and is_local() instead.
2018-04-26xfce4-orage: fix PKGREVISIONmarkd1-3/+2
2018-04-25xfce4-orage: build with libical-3.markd3-2/+66
fixes PR pkg/53212
2018-04-25todotxt: Update time/todotxt to 2.11.0leot4-12/+50
pkgsrc changes: - Add support for the test suite (this needs gmake as a test tool dependency) - Fix the shebang of test shell script with REPLACE_BASH and also add a SUBST to fix a shebang in the middle of scripts (needed in shell script part of the test suite). REPLACE_INTERPRETER only adjust the shebang in the first line of the file. - Add patches/patch-tests_test-lib.sh to just use `date -r' in non-GNU and non-macOS lands. By default the current date is used and then the test will definitely fails. While there are no guarantees that the date(1) available on the system supports `-r' option it is probably better to try using it (indeed this make all the date tests happy on NetBSD and probably also on FreeBSD and OpenBSD according a quick skim of their date(1) man pages). - Also install USAGE.md document (it is referenced by README.md). Changes: ## [2.11.0] - 2018-03-26 ### Added - Added support for `$XDG_CONFIG_HOME` config file/actions location - Created [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md) ([#217]) - Created [CHANGELOG.md](/CHANGELOG.md) ([#218]) ### Changed - Updated `add` command to accept lowercase priority ([#230]) - Clean tests and version file in Makefile. Don't ignore errors in tests. - Updated [README.md](/README.md) ([#219]) - Update Downloads links to point at the Releases page ([#228]) - Set the executable bit when preparing releases ([#156]) ### Fixes - Update links to use https - Suppress todo.sh error messages when invoked during completion ([#8])
2018-04-25libical: update to 3.0.3markd6-64/+107
Version 3.0.3: -------------- * VTODO COMPLETED property can be a DATE-TIME or DATE (for backward compatibility) * Improved recurrence iteration Version 3.0.2: -------------- * No longer attempt to detect the need for -DUSE_32BIT_TIME_T with MSVC * New CMake option ICAL_BUILD_DOCS which can be used to disable the docs target * Fix threading hang in BSD type systems (OpenBSD, MacOS,...) * Build with Ninja improvements Version 3.0.1: -------------- * Built-in timezones updated to tzdata2017c * Fix a multi-threaded deadlock in icaltimezone_load_builtin_timezone() * Fix a CMake problem with parallel builds Version 3.0.0: -------------- * Relicense from MPL 1.0 to MPL 2.0 (keep dual license for LGPL v2.1) * Requires CMake v3.1.0 or higher along with various CMake and buildsystem fixes * Added a 'make uninstall' * Fixed use-after-free issues and some memory leaks * Built-in timezones updated to tzdata2017b * More accurate VTIMEZONE generation when using the system time zone data (when USE_BUILTIN_TZDATA=False) * icalvalue_as_ical_string() returns "TRUE" (non-zero) or "FALSE" (zero) values only. * New icalvalue.h convenience macros: ICAL_BOOLEAN_TRUE and ICAL_BOOLEAN_FALSE * Better value type checking of property values when parsing * icalvalue_new/set_date and icalvalue_new/set_datetime now enforce DATE and DATE-TIME values respectively * draft-ietf-calext-extensions (RFC 7986) support added * Parameter values are now en/decoded per RFC 6868 * Removed is_utc from icaltimetype struct * Set icaltimetype.zone to icaltimezone_get_utc_timezone() to change a time to UTC * Use icaltime_is_utc() to check if a time is in UTC * Added support for VPATCH component * New publicly available functions: + icalproperty_set_parent (icalproperty_get_parent was already public) + icalvalue_get_parent (icalvalue_set_parent was already public) + icalparameter_set_parent + icalparameter_get_parent + icalvalue_new_datetimedate (DATE or DATE-TIME) + icalvalue_set_datetimedate + icalvalue_get_datetimedate + icalrecur_iterator_set_start + icalcomponent_normalize() + icalproperty_normalize() * Removed deprecated functions: + icaltime_from_timet (use icaltime_from_timet_with_zone) + icaltime_start_day_of_week (use icaltime_start_day_week) + icalproperty_remove_parameter (use icalproperty_remove_parameter_by_kind) + icalproperty_string_to_enum (use icalproperty_kind_and_string_to_enum) * Signature changed for functions: + VObject *Parse_MIME_FromFileName(const char *fname) + icalgauge *icalgauge_new_from_sql(const char *sql, int expand) + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep) + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep) + void set_zone_directory(const char *path) + icalcalendar *icalcalendar_new(const char *dir) + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array) Version 2.0.0: -------------- * WARNING: Version 2 IS NOT Binary Compatible with Older Versions * Version 2 is Source Compatible with Older Versions * Lots of source code scrubbing * [New] RSCALE support (requires libicu from http://www.icu-project.org) * [New] CalDAV attachment support (draft-ietf-calext-caldav-attachments) * [New] Resurrect the Berkeley DB storage support * [Bug] issue83: Incorrect recurrence generation for weekly pattern * Handle RRULEs better * Handle threading better
2018-04-23Update to 1.19wen2-7/+7
Upstream changes: 1.19 2018-04-21 - Fix handling of a locale (nds) that does not provide a native name for its own locale code. This is a bug in CLDR, but since it exists we should handle it sanely. - If you attempted to thaw a DateTime::Locale::FromData object in a process that had not loaded DateTime::Locale this would fail. Reported by Gregor Herrmann. GH #18.
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz2-4/+4