Commit graph

2509 commits

Author SHA1 Message Date
markd
16248d3902 kcalendarcore: Add version 5.64.0
This library provides access to and handling of calendar data.
It supports the standard formats iCalendar and vCalendar and the
group scheduling standard iTIP.

A calendar contains information like incidences (events, to-dos, journals),
alarms, time zones, and other useful information.  This API provides
access to that calendar information via well known calendar formats
iCalendar (or iCal) and the older vCalendar.
2019-11-11 09:28:58 +00:00
markd
49e99bc09d kholidays: update to 5.64.0
5.62.0

KHolidays
  Display filename where we return an error
2019-11-11 09:05:38 +00:00
nia
679fe5359c libical: Include limits.h for INT_MAX 2019-11-10 11:12:53 +00:00
adam
73de30bbc2 py-dateutil: updated to 2.8.1
Version 2.8.1:

Data updates
- Updated tzdata version to 2019c.

Bugfixes
- Fixed a race condition in the ``tzoffset`` and ``tzstr`` "strong" caches on
  Python 2.7.
- Parsing errors will now raise ``ParserError``, a subclass of ``ValueError``,
  which has a nicer string representation.
- ``parser.parse`` will now raise ``TypeError`` when ``tzinfos`` is passed a
  type that cannot be interpreted as a time zone. Prior to this change, it
  would raise an ``UnboundLocalError`` instead.
- Changed error message raised when when passing a ``bytes`` object as the time
  zone name to gettz in Python 3.
- Changed compatibility logic to support a potential Python 4.0 release.
- Updated many modules to use ``tz.UTC`` in favor of ``tz.tzutc()`` internally,
  to avoid an unnecessary function call.
- Fixed issue where ``dateutil.tz`` was using a backported version of
  ``contextlib.nullcontext`` even in Python 3.7 due to a malformed import
  statement.

Tests
- Switched from using assertWarns to using pytest.warns in the test suite.
- Fix typo in setup.cfg causing PendingDeprecationWarning to not be explicitly
  specified as an error in the warnings filter.
- Fixed issue where ``test_tzlocal_offset_equal`` would fail in certain
  environments (such as FreeBSD) due to an invalid assumption about what time
  zone names are provided.
- Fixed a minor bug in ``test_isoparser`` related to ``bytes``/``str``
  handling.
- Explicitly listed all markers used in the pytest configuration.
- Extensive improvements to the parser test suite, including the adoption of
  ``pytest``-style tests and the addition of parametrization of several test
  cases.
- Added tests for tzinfos input types.
- Fixed failure of test suite when changing the TZ variable is forbidden.
- Pinned all test dependencies on Python 3.3.

Documentation changes
- Fixed many misspellings, typos and styling errors in the comments and
  documentation.

Misc
- Added Python 3.8 to the trove classifiers.
- Moved as many keys from ``setup.py`` to ``setup.cfg`` as possible.
- Reorganized ``parser`` methods by functionality.
- Switched ``release.py`` over to using ``pep517.build`` for creating releases,
  rather than direct invocations of ``setup.py``.
- Added a "build" environment into the tox configuration, to handle dependency
  management when making releases.
2019-11-06 20:49:22 +00:00
schmonz
67a17b157f Promote p5-File-ShareDir-Install from TEST_DEPENDS to BUILD_DEPENDS
(it's needed during configure).
2019-11-03 23:43:49 +00:00
nia
0a0986fecd libical: Update to 3.0.6
Changes in 3.0.6:

    Handle both COUNT and UNTIL in RRULEs
    Fix RRULE BYDAY with INTERVAL=2 conflict
    Various fuzzification fixes
    New publicly available function:
        icaltimezone_truncate_vtimezone()
    Add option to disable building the test suite
    Built-in timezones updated to tzdata2019c

Changes in 3.0.5:

    New publicly available function:
        icalproperty_get_datetime_with_component()
    Allow reset DATE/DATE-TIME VALUE parameter for all-day events
    icalproperty_get_datetime_with_component() will use location as TZID fallback.
    New CMake option ENABLE_GTK_DOC for disabling the libical-glib developer documentation
    GObject Introspection - use $MAJOR-0 versioning
    libical-glib API is considered unstable:
        define LIBICAL_GLIB_UNSTABLE_API=1 before including <libical-glib/libical-glib.h>
    Built-in timezones updated to tzdata2019a
    De-fuzzifications and Coverity fixes

Changes in 3.0.4:

    Silently fail RSCALE recurrence clauses when RSCALE is disabled
    Fixed icalcomponent_set_comment() and icalcomponent_set_uid()
    fix FREQ=MONTHLY;BYMONTH
    Skip UTF-8 marker when parsing
    Fix parsing ? in VCF files produced by Outlook
    Fix TZID on DATE-TIME value can override time specified in UTC
    CMake discovery module for ICU uses pkg-config now
    New publicly available function:
        icalparameter_kind_is_valid()
    Built-in timezones updated to tzdata2018e
2019-11-02 20:55:46 +00:00
rillig
5c9d5e5586 time: align variable assignments
pkglint -Wall -F --only aligned -r

No manual corrections.
2019-11-02 16:28:37 +00:00
mef
d0f86cd8b1 (time/p5-Data-ICal) Updated to 0.23
0.23 2019-08-14
 - Rewrite property folding to be faster (and clearer)(thanks to Calvin Morrison)
 - Linewrap tests: add a stronger assertion about expectation(thanks to Ricardo Signes)
Note that as the folding code is rewritten, there is a tiny behavior change:
Long folded strings will always contain CRLF at the end no matter if
original strings have that or not(they should have according to RFC).
Please report if this is an issue to you.
2019-11-02 14:51:35 +00:00
mef
7a68175acb (time/p5-DateTime-Format-Flexible) Updated to 0.32
0.32 Sat Sep 14 2019
  - add support for offset timezones without a space separator and
    formatted HH:MM '2019-09-03T10:42:00.000-04:00'
    - thanks Stijn Heymans
  - allow negative timezone offsets in 2 and 4 digit lengths with and without spaces
    - now works: 2007-05-06T04:44:44-0800
    - now works: 2007-05-06T04:44:44-08
    - now works: 2007-05-06T04:44:44 -08
  - validate all timezone offsets
2019-11-02 14:39:05 +00:00
mef
3cf31d6fe6 (time/p5-DateTime-Locale) Updated to 1.25
1.25     2019-10-09
- Rebuilt all locale data with CLDR 36, released on 2019-10-04.
2019-11-02 14:06:49 +00:00
nia
81cd98ad8a evolution: Update to 3.34.1
Switched to GTK3, etc.
2019-10-30 17:26:49 +00:00
adam
43ce47ef3e Fix sphinx-build binary name 2019-10-21 22:15:10 +00:00
adam
2a440b5b60 py-tzdata: updated to 2019.3
2019.3:
Unknown changes
2019-10-15 17:13:49 +00:00
adam
1ec4169275 py-pytz: updated to 2019.3
2019.3:
Unknown changes
2019-10-15 17:12:09 +00:00
adam
8630cc0db6 py-jrnl: mark as incompatible with Python 2.7 2019-09-25 13:11:03 +00:00
adam
a6c8ba6d4e py-jrnl: prefer py-cryptodome over py-crypto; bump revision 2019-09-20 16:52:46 +00:00
adam
4afab01a32 py-dateparser: updated to 0.7.2
0.7.2:
Features:
* Extended Czech support
* Added `time` to valid periods
* Added timezone information to dates found with `search_dates()`
* Support strings as date formats

Improvements:
* Fixed Collections ABCs depreciation warning
* Fixed dates with trailing colons not being parsed
* Fixed date format override on any settings change
* Fixed parsing current weekday as past date, regardless of settings
* Added UTC -2:30 as a valid offset
* Added Python 3.7 to supported versions, dropped support for Python 3.3 and 3.4
* Moved to importlib from imp where possible
* Improved support for Catalan
* Documentation improvements
2019-09-19 19:36:12 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
wen
c8e27b2577 Update to 0.101
Upstream changes:
0.101           2019-08-14      T. R. Wyant
    - Fix broken POD links, and add test to ensure they stay fixed.
2019-09-13 14:10:30 +00:00
wen
d487805d11 Update to 2.37
Upstream changes:
2.37    2019-09-11

- This release is based on version 2019c of the Olson database. This release
  includes contemporary changes for Fiji and Norfolk Island.


2.36    2019-07-01

- This release is based on version 2019b of the Olson database. This release
  includes contemporary changes for Brazil and Palestine.
2019-09-13 09:55:05 +00:00
wen
f8325d5481 Update to 1.15
Upstream changes:
1.15  2019 July 26
        - Fix a bug in the test suite due to floating-point rounding.  Thanks to
          Slaven Rezic (see CPAN RT bug 130150:
                              https://rt.cpan.org/Ticket/Display.html?id=130150)
        - Also improved __DATA__ handling, so as not to hold a lock on the library.

1.14  2019 July 22
        - Fix CPAN RT bug 87484 (https://rt.cpan.org/Ticket/Display.html?id=87484),
          concerning very small floating-point values (e.g. "2.1458e-06").
        - Fix CPAN RT Bug 95447, concerning floating-point numerical time values.
        - Fix CPAN RT Bug 121367, concerning loading perl-only routines after forking.
          This might (?) also fix bug 74880, but I can't reproduce that.
        - Skip locale tests on openbsd platform.
        - Fix accented strings in locale.t

1.13  2019 July 18
        - Fix CPAN RT bug 85001.
          This was a problem in the test suite only; no code changes were made
          in the main module lib/Time/Format.pm.
          The problem existed in how the test suite checked for whether certain
          CPAN modules were installed, and especially in how it attempted to
          unload them from memory afterward.
          Thanks to Sendu Bala for reporting this -- and to Jim Keenan for
          pushing me to fix this.
2019-09-13 09:48:33 +00:00
adam
0e45718c49 py-arrow: updated to 0.14.7
0.14.7

- [CHANGE] `ArrowParseWarning` will no longer be printed on every call to `arrow.get()` with a datetime string. The purpose of the warning was to start a conversation about the upcoming 0.15.0 changes and we appreciate all the feedback that the community has given us!

0.14.6

- [NEW] Added support for `week` granularity in `Arrow.humanize()`. For example, `arrow.utcnow().shift(weeks=-1).humanize(granularity="week")` outputs "a week ago". This change introduced two new untranslated words, `week` and `weeks`, to all locale dictionaries, so locale contributions are welcome!
- [NEW] Fully translated the Brazilian Portugese locale.
- [CHANGE] Updated the Macedonian locale to inherit from a Slavic base.
- [FIX] Fixed a bug that caused `arrow.get()` to ignore tzinfo arguments of type string (e.g. `arrow.get(tzinfo="Europe/Paris")`).
- [FIX] Fixed a bug that occurred when `arrow.Arrow()` was instantiated with a `pytz` tzinfo object.
- [FIX] Fixed a bug that caused Arrow to fail when passed a sub-second token, that when rounded, had a value greater than 999999 (e.g. `arrow.get("2015-01-12T01:13:15.9999995")`). Arrow should now accurately propagate the rounding for large sub-second tokens.
2019-09-06 13:37:14 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
nia
96b14bb159 glclock: needs MesaLib, freeglut, glu
(author note: shiny!)
2019-08-30 18:05:08 +00:00
markd
8087d344df kholidays: update to 5.61.0
5.61.0
  Add public holidays' substitute days in Russia, for 2019-2020
  Update holidays in Russia
5.60.0
  Update UK Early May bank holiday for 2020
  Fix ISO code for Hesse / Germany
5.58.0
  holidays/plan2/holiday_zm_en-gb - add Zambia holidays
  holidays/plan2/holiday_lv_lv - fix Midsummer's Day
  holiday_mu_en - Holidays 2019 in Mauritius
  holiday_th_en-gb - update for 2019
  Update Japanese holidays
  Add public holidays for Lower Saxony (Germany)
2019-08-27 20:42:33 +00:00
adam
9483f561ba py-arrow: updated to 0.14.5
0.14.5
- [NEW] Added Afrikaans locale.
- [CHANGE] Removed deprecated replace shift functionality.
- [FIX] Fixed bug that occurred when factory.get() was passed a locale kwarg.
2019-08-26 10:38:11 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
gutteridge
7a60a7f8d4 xfce4-datetime-plugin: update to 0.8.0
Change log:

2019-08-11
================================================================================
xfce4-datetime-plugin v0.8.0 released

* Updated translations: Armenian (Armenia), Danish, Finnish, French, Galician,
  Hebrew, Icelandic, Interlingue, Italian, Kazakh, Lithuanian, Norwegian Bokmål,
  Portuguese, Slovak, Slovenian, Turkish, Ukrainian
2019-08-18 22:06:08 +00:00
adam
2a61bfaaf6 py-tzlocal: updated to 2.0.0
2.0.0:

Major differences since 1.5.1
- When no time zone configuration can be find, tzlocal now return UTC.
  This is a major difference from 1.x, where an exception would be raised.
  This change is because Docker images often have no configuration at all,
  and the unix utilities will then default to UTC, so we follow that.
- If tzlocal on Unix finds a timezone name in a /etc config file, then
  tzlocal now verifies that the timezone it fouds has the same offset as
  the local computer is configured with. If it doesn't, something is
  configured incorrectly.
- Get timezone via Termux `getprop` wrapper on Android. It's not officially
  supported because we can't test it, but at least we make an effort.

Minor differences and bug fixes
- Skip comment lines when parsing /etc/timezone.
- Don't load timezone from current directory.
- Now verifies that the config files actually contain something before
  reading them.
- Got rid of a BytesWarning
- Now handles if config file paths exists, but are directories.
- Moved tests out from distributions
- Support wheels
2019-08-12 19:58:13 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
brook
93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00
adam
1bfb5865f6 py-arrow: updated to 0.14.4
0.14.4
- [FIX] Fixed a regression in 0.14.3 that prevented a tzinfo argument of type string to be passed to the get() function. Functionality such as arrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC") should work as normal again.
- [CHANGE] Moved backports.functools_lru_cache dependency from extra_requires to install_requires for Python 2.7 installs to fix

0.14.3
- [NEW] Added full support for Python 3.8.
- [CHANGE] Added warnings for upcoming factory.get() parsing changes in 0.15.0. Please see https://github.com/crsmithdev/arrow/issues/612 for full details.
- [FIX] Extensive refactor and update of documentation.
- [FIX] factory.get() can now construct from kwargs.
- [FIX] Added meridians to Spanish Locale.
2019-08-03 04:35:12 +00:00
adam
3b28990222 py-pytz: updated to 2019.2
2019.2:
Unknown changes
2019-08-03 04:30:14 +00:00
brook
1a3d999d0f R-timeDate: update to version 3043.102.
Update to the canonical form of an R package and fix the LICENSE
field.
2019-08-01 01:00:28 +00:00
brook
01a311b403 R-hms: initial commit.
Implements an S3 class for storing and formatting time-of-day values,
based on the 'difftime' class.
2019-07-31 13:56:46 +00:00
wiz
1ac2210b6f *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
wiz
c30c5fbc0b *: recursive bump for nettle 3.5.1 2019-07-20 22:45:58 +00:00
adam
21d2b9e524 py-pendulum: updated to 2.0.5
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-18 11:29:30 +00:00
nia
002101c67c Use https for xfce.org subdomains. 2019-07-18 08:15:34 +00:00
adam
880b3ff72f py-aniso8601: updated to 7.0.0
Changes 7.0.0
Handle all fractional components as an integer number of microseconds, eliminating rounding issues
2019-07-12 19:07:09 +00:00
nia
9c28fc111b Use https for pythonhosted.org. 2019-07-09 11:29:30 +00:00
taca
e884ee29ce time/ruby-tzinfo-data: update to 1.2019.2
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-08 13:51:10 +00:00
adam
19d648cc5a py-tzdata: updated to 2019.2
2019.2:
Unknown changes
2019-07-08 09:24:24 +00:00
bsiegert
812b0afe93 Add a package for py-pytimeparse-1.1.8.
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-07 10:14:44 +00:00
gdt
4d891101a8 Recursive revbump from gpsd-3.19 2019-07-02 19:56:45 +00:00
gdt
d6f0ae82dd time/ntpsec: Re-enable gpsd
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-02 00:13:07 +00:00
nia
314d0da6b3 Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
jaapb
2a8c2218be Added ocaml-mtime to Makefile SUBDIRs 2019-07-01 16:07:29 +00:00
jaapb
ca75b4d4ab Added time/ocaml-mtime, a monotonic wall clock library for OCaml.
This is needed as a dependency for some options of ocaml-git.
2019-07-01 16:06:55 +00:00
ryoon
57d0806c39 Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
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-30 20:14:13 +00:00
adam
26ec534a1b py-arrow: updated to 0.14.2
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-06-16 14:08:03 +00:00
mef
c53c44c7c8 (time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@ 2019-05-29 21:23:54 +00:00
mef
0d93ac519e (time/ocaml-time_now) Add BUILD_DEPENDS+= bash to fix following problem
===> 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-29 03:15:05 +00:00
wiz
def6d536ae py-vdirsyncer: fix build with latest setuptools_scm 2019-05-25 06:58:10 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
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-23 19:22:54 +00:00
adam
0a9949c851 py-arrow: updated to 0.13.2
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-22 20:53:43 +00:00
wen
6e4cfa853e Update to 1.21
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-18 04:16:57 +00:00
wen
4fa9539840 Update to 0.15
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-18 04:12:38 +00:00
wen
b3c9b85fa0 Update to 0.08
Upstream changes:
0.08 2019-05-07T01:55:51Z
        Fix test (thanks to manwar, mjemmeson, chorny)
2019-05-18 04:09:49 +00:00
wen
fbec628f90 Update to 2.35
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-18 04:06:06 +00:00
wen
fd99428002 Update to 1.51
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-18 03:55:58 +00:00
ryoon
76d5de997e Recursive rebvump from devel/nss 2019-05-05 22:49:45 +00:00
adam
000bf76c5a py-jdcal: updated to 1.4.1
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-05 04:59:38 +00:00
gutteridge
46faf201df xfce4-datetime-plugin: update to 0.7.1
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-04 18:56:44 +00:00
adam
4b8584c55b Forget about Python 3.4 2019-05-02 09:16:47 +00:00
maya
7820bc7a2f fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
2019-04-26 14:12:31 +00:00
maya
5901ac0824 Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-26 13:13:41 +00:00
markd
6d7449ea48 kholidays: update KDE Frameworks to 5.57.0
KHolidays #

  Sort the polish holidays categories
2019-04-25 21:09:21 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
adam
5180edcb53 py-tempora: updated to 1.14.1
1.14.1
Fix failing doctest in parse_timedelta.
2019-04-19 10:01:13 +00:00
adam
87ff1d0cfb py-tzdata: updated to 2019.1
Release 2019.1 (2019a):
Unknown changes
2019-04-11 07:48:26 +00:00
adam
9b96f1443c py-pytz: updated to 2019.1
2019.1:
Unknown changes
2019-04-11 07:47:16 +00:00
wen
1f3e732812 Update to 2.34
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-07 12:36:21 +00:00
wen
bd1e71927a Update to 1.24
Upstream changes:
1.24     2019-03-28

- Rebuilt all locale data with CLDR 35, released on 2019-03-27.
2019-04-07 12:32:41 +00:00
wen
7a29525782 Update to 1.76
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-07 12:26:04 +00:00
wen
a14bc57ae6 Update to 1.07
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-07 12:21:59 +00:00
adam
1028866062 py-relativetimebuilder: added version 1.0.0
aniso8601 builder for dateutil relativedeltas

Features
* Provides RelativeTimeBuilder compatible with aniso8601
* Returns dateutil relativedelta objects for durations
2019-04-03 14:50:44 +00:00
adam
9a6073d906 py-aniso8601: updated to 6.0.0
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-03 09:31:40 +00:00
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
wiz
ca26efc805 khal: update to 0.10.1.
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-04-02 08:45:14 +00:00
tnn
8507843216 ntpsec: fix HOMEPAGE 2019-03-25 15:44:42 +00:00
tnn
5a1aa0da30 add time/ntpsec 2019-03-25 15:43:05 +00:00
tnn
697692c1f3 ntpsec: import ntpsec-1.1.3
A secure, hardened, and improved implementation of Network Time Protocol
derived from NTP Classic, Dave Mills's original.
2019-03-25 15:40:35 +00:00
wen
96272d73af Update to 0.82
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-16 13:28:29 +00:00
jaapb
381b3bb6ce Added ocaml-time_now to Makefile SUBDIRs 2019-03-13 11:51:11 +00:00
jaapb
e18db0f56b Added time/ocaml-time_now, to report the time in ns since the Unix epoch 2019-03-13 11:50:24 +00:00
schmonz
94f6d3537c Avoid unportable -static-libgcc. Fixes OS X clang build. 2019-03-03 02:30:28 +00:00
wen
775dba0a42 Update to 1.9760
Upstream changes:
1.9760 [2019-02-18]
 - make utime() available only if we have both fd and name setting
   [RT #133030]
 - Adjutst Makefile.PL for windows: the DEFINE() in Makefile.PL
   can't be be in sub init() because that sub isn't called on windows
 - t/itimer.t: avoid race condition.
 - don't truncate nanosec utime
 - fallback/const-c.inc: Avoid compiler warning showing up on darwin.

1.9759 [2018-03-23]
 - This version reverts the changes on CPAN that were included in 1.9754 - 1.9758.
   Several of these changes caused instability on some windows platforms. We can
   revisit these fixes if necessary in Perl 5.29.0
2019-02-24 10:42:47 +00:00
wiz
c3d9ec7f0f xclock: update to 1.0.8.
Alan Coopersmith (7):
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Replace remaining sprintf calls with snprintf
      xclock 1.0.8

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jon TURNEY (1):
      No point in trying to use iconv if we don't have nl_langinfo

Keith Packard (1):
      Allow sub-second updates.

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-02-21 08:03:15 +00:00
adam
a5e19eb0ef py-arrow: updated to 0.13.1
Version 0.13.1
Add support for Python 3.7.
Remove deprecation decorators for Arrow.range(), Arrow.span_range() and Arrow.interval(). All now return generators, wrap with list() to get old behavior.
2019-02-19 09:48:22 +00:00
adam
6eaeee39a1 py-dateparser: updated to 0.7.1
0.7.1:
Features/news:
Added detected language to return value of search_dates()
Performance improvements
Refreshed versions of dependencies

Improvements:
Fixed unpickleable DateTime objects with timezones
Fixed regex pattern to avoid new behaviour of re.split in Python 3.7
Fixed an exception thrown when parsing colons
Fixed tests failing on days with number greater than 30
Fixed ZeroDivisionError exceptions
2019-02-13 12:54:27 +00:00
adam
11a09ba4ef py-rfc3339: updated to 1.1
1.1:
Drop support for EOL Python releases, add (explicit) support for Python 3.5 and 3.6
Add :meth:.utils.FixedOffset.__deepcopy__() method, to prevent crash on deepcopy
2019-02-12 08:34:48 +00:00
adam
75dda3da12 py-tzdata: updated to 2018.9
2018.9:
Unknown changes
2019-02-06 10:09:49 +00:00
adam
8b77c80713 py-dateutil: updated to 2.8.0
Version 2.8.0 (2019-02-04)

Data updates
- Updated tzdata version to to 2018i.

Features
- Added support for EXDATE parameters when parsing rrule strings.
- Added support for sub-minute time zone offsets in Python 3.6+.
- Switched the tzoffset, tzstr and gettz caches over to using weak
  references, so that the cache expires when no other references to the
  original tzinfo objects exist. This cache-expiry behavior is not
  guaranteed in the public interface and may change in the future. To improve
  performance in the case where transient references to the same time zones
  are repeatedly created but no strong reference is continuously held, a
  smaller "strong value" cache was also added.

Bugfixes
- Added time zone inference when initializing an rrule with a specified
  UNTIL but without an explicitly specified DTSTART; the time zone
  of the generated DTSTART will now be taken from the UNTIL rule.
- Fixed an issue where parser.parse would raise Decimal-specific errors
  instead of a standard ValueError if certain malformed values were parsed
  (e.g. NaN or infinite values).
- Fixed issue in parser where a tzinfos call explicitly returning
  None would throw a ValueError.
- Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
  in the form "%B.%Y.%d", e.g. "December.0031.30".
- Add support for ISO 8601 times with comma as the decimal separator in the
  dateutil.parser.isoparse function.
- Changed handling of T24:00 to be compliant with the standard. T24:00
  now represents midnight on the *following* day.
- Fixed an issue where isoparser.parse_isotime was unable to handle the
  24:00 variant representation of midnight.
- Added support for more than 6 fractional digits in isoparse.
- Added 'z' (lower case Z) as valid UTC time zone in isoparser.
- Fixed a bug with base offset changes during DST in tzfile, and refactored
  the way base offset changes are detected.
- Fixed error condition in tz.gettz when a non-ASCII timezone is passed on
  Windows in Python 2.7.
- Improved performance and inspection properties of tzname methods.
- Removed unnecessary binary_type compatibility shims.
- Changed python setup.py test to print an error to stderr and exit
  with 1 instead of 0.
- Added a pyproject.toml file with build requirements and an explicitly
  specified build backend.

Documentation changes
- Added documentation for the rrule.rrulestr function.
- Added documentation for dateutil.tz.gettz.
- Add documentation for the dateutil.tz.win module and mocked out certain
  Windows-specific modules so that autodoc can still be run on non-Windows
  systems.
- Added changelog to documentation.
- Changed order of keywords in the rrule docstring.
- Improved documentation on the use of until and count parameters in
  rrule.
- Added an example of how to use a custom parserinfo subclass to parse
  non-standard datetime formats in the examples documentation for parser.
- Added doctest examples to tzfile documentation.
- Updated the documentation for relativedelta's weekday arguments.
- Improved explanation of the order that relativedelta components are
  applied in.
- Expanded the description and examples in the relativedelta class.
- Improved the contributing documentation to clarify where to put new changelog
  files.
- Fixed a broken doctest in the relativedelta module.
- Changed the default theme to sphinx_rtd_theme, and changed the sphinx
  configuration accordingly.
- Reorganized dateutil.tz documentation and fixed issue with the
  dateutil.tz docstring.
- Cleaned up malformed RST in the tz documentation.
- Corrected link syntax and updated URL to https for ISO year week number
  notation in relativedelta examples.
2019-02-06 10:07:46 +00:00
taca
7b2c9d90ba time/ruby-tzinfo-data: update to 1.2018.9
1.2018.9 (2018-12-31)

* Based on version 2018i of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2018-December/000054.html).

1.2018.8 (2018-12-30)

* Based on version 2018h of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2018-December/000053.html).
2019-02-03 15:30:19 +00:00
taca
3783bf0b2d time/ruby-tzinfo: update to 2.0.0
2.0.0 (2018-12-26)

Added

* to_local and period_for instance methods have been added to TZInfo::Timezone. These are similar to utc_to_local and period_for_utc, but take the UTC offset of the given time into account.
* abbreviation, dst?, base_utc_offset and observed_utc_offset instance methods have been added to TZInfo::Timezone, returning the abbreviation, whether daylight savings time is in effect and the UTC offset of the time zone at a specified time.
* A TZInfo::Timestamp class has been added. It can be used with TZInfo::Timezone in place of a Time or DateTime.
* local_time, local_datetime and local_timestamp instance methods have been added to TZInfo::Timezone. These methods construct local Time, DateTime and TZInfo::Timestamp instances with the correct UTC offset and abbreviation for the time zone.
* Support for a (yet to be released) version 2 of tzinfo-data has been added, in addition to support for version 1. The new version will remove the (no longer needed) DateTime parameters from transition times, reduce memory consumption and improve the efficiency of loading timezone and country indexes.
* A TZInfo::VERSION constant has been added, indicating the TZInfo version number.

Changed

* The minimum supported Ruby versions are now Ruby MRI 1.9.3, JRuby 1.7 (in 1.9 or later mode) and Rubinius 3.
* Local times are now returned using the correct UTC offset (instead of using UTC). #49 and #52.
* Local times are returned as instances of TimeWithOffset, DateTimeWithOffset or TZInfo::TimestampWithOffset. These classes subclass Time, DateTime and TZInfo::Timestamp respectively. They override the default behaviour of the base classes to return information about the observed offset at the indicated time. For example, the zone abbreviation is returned when using the %Z directive with strftime.
* The transitions_up_to, offsets_up_to and strftime instance methods of TZInfo::Timezone now take the UTC offsets of given times into account (instead of ignoring them as was previously the case).
* The TZInfo::TimezonePeriod class has been split into two subclasses: TZInfo::OffsetTimezonePeriod and TZInfo::TransitionsTimezonePeriod. TZInfo::OffsetTimezonePeriod is returned for time zones that only have a single offset. TZInfo::TransitionsTimezonePeriod is returned for periods that start or end with a transition.
* TZInfo::TimezoneOffset#abbreviation, TZInfo::TimezonePeriod#abbreviation and TZInfo::TimezonePeriod#zone_identifier now return frozen String instances instead of instances of Symbol.
* The utc_offset and utc_total_offset attributes of TZInfo::TimezonePeriod and TZInfo::TimezoneOffset have been renamed base_utc_offset and observed_utc_offset respectively. The former names have been retained as aliases.
* TZInfo::Timezone.get, TZInfo::Timezone.get_proxy and TZInfo::Country.get can now be used with strings having any encoding. Previously, only encodings that are directly comparable with UTF-8 were supported.
* The requested identifier is included in TZInfo::InvalidTimezoneIdentifier exception messages.
* The requested country code is included in TZInfo::InvalidCountryCode exception messages.
* The full range of transitions is now loaded from zoneinfo files. Zoneinfo files produced with version 2014c of the zic tool contain an initial transition 2**63 seconds before the epoch. Zoneinfo files produced with version 2014d or later of zic contain an initial transition 2**59 seconds before the epoch. These transitions would previously have been ignored, but are now returned in methods such as TZInfo::Timezone#transitions_up_to.
* The TZInfo::RubyDataSource and TZInfo::ZoneinfoDataSource classes have been moved into a new TZInfo::DataSources module. Code that is setting TZInfo::ZoneinfoDataSource.search_path or TZInfo::ZoneinfoDataSource.alternate_iso3166_tab_search_path will need to be updated accordingly.
* The TZInfo::InvalidZoneinfoDirectory and TZInfo::ZoneinfoDirectoryNotFound exception classes raised by TZInfo::DataSources::ZoneinfoDataSource have been moved into the TZInfo::DataSources module.
* Setting the data source to :ruby or instantiating TZInfo::DataSources::RubyDataSource will now immediately raise a TZInfo::DataSources::TZInfoDataNotFound exception if require 'tzinfo/data' fails. Previously, a failure would only occur later when accessing an index or loading a timezone or country.
* The DEFAULT_SEARCH_PATH and DEFAULT_ALTERNATE_ISO3166_TAB_SEARCH_PATH constants of TZInfo::DataSources::ZoneinfoDataSource have been made private.
* The TZInfo::Country.data_source, TZInfo::DataSource.create_default_data_source, TZInfo::DataSources::ZoneinfoDataSource.process_search_path, TZInfo::Timezone.get_proxies and TZInfo::Timezone.data_source methods have been made private.
* The performance of loading zoneinfo files and the associated indexes has been improved.
* Memory use has been decreased by deduplicating String instances when loading country and time zone data.
* The dependency on the deprecated thread_safe gem as been removed and replaced by concurrent-ruby.
* The Info classes used to return time zone and country information from TZInfo::DataSource implementations have been moved into the TZInfo::DataSources module.
* The TZInfo::TransitionDataTimezoneInfo class has been removed and replaced with TZInfo::DataSources::TransitionsDataTimezoneInfo and TZInfo::DataSources::ConstantOffsetDataTimezoneInfo. TZInfo::DataSources::TransitionsDataTimezoneInfo is constructed with an Array of TZInfo::TimezoneTransition instances representing times when the offset changes. TZInfo::DataSources::ConstantOffsetDataTimezoneInfo is constructed with a TZInfo::TimezoneOffset instance representing the offset constantly observed in a time zone.
* The TZInfo::DataSource#timezone_identifiers method should no longer be overridden in custom data source implementations. The implementation in the base class now calculates a result from TZInfo::DataSource#data_timezone_identifiers and TZInfo::DataSource#linked_timezone_identifiers.
* The results of the TZInfo::DataSources::RubyDataSource to_s and inspect methods now include the time zone database and tzinfo-data versions.

Removed

* Methods of TZInfo::Timezone that accept time arguments no longer allow Integer timestamp values. Time, DateTime or TZInfo::Timestamp values or objects that respond to to_i, subsec and optionally utc_offset must be used instead.
* The %:::z format directive can now only be used with TZInfo::Timezone#strftime if it is supported by Time#strftime on the runtime platform.
* Using TZInfo::Timezone.new(identifier) and TZInfo::Country.new(code) to obtain a specific TZInfo::Timezone or TZInfo::Country will no longer work. TZInfo::Timezone.get(identifier) and TZInfo::Country.get(code) should be used instead.
* The TZInfo::TimeOrDateTime class has been removed.
* The valid_for_utc?, utc_after_start?, utc_before_end?, valid_for_local?, local_after_start? and local_before_end? instance methods of TZInfo::TimezonePeriod have been removed. Comparisons can be performed with the results of the starts_at, ends_at, local_starts_at and local_ends_at methods instead.
* The to_local and to_utc instance methods of TZInfo::TimezonePeriod and TZInfo::TimezoneOffset have been removed. Conversions should be performed using the TZInfo::Timezone class instead.
* The TZInfo::TimezonePeriod#utc_total_offset_rational method has been removed. Equivalent information can be obtained using the TZInfo::TimezonePeriod#observed_utc_offset method.
* The datetime, time, local_end, local_end_time, local_start and local_start_time instance methods of TZInfo::TimezoneTransition have been removed. The at, local_end_at and local_start_at methods should be used instead and the result (a TZInfo::TimestampWithOffset) converted to either a DateTime or Time by calling to_datetime or to_time on the result.
* The us_zones and us_zone_identifiers class methods of TZInfo::Timezone have been removed. TZInfo::Country.get('US').zones and TZInfo::Country.get('US').zone_identifiers should be used instead.
2019-02-03 15:27:53 +00:00
taca
07a32a8d8f time/Makefile: add and enable ruby-tzinfo1 2019-02-03 15:07:40 +00:00
taca
e834b37675 time/ruby-tzinfo1: add ruby-tzinfo1
Add ruby-tzinfo version 1.2.5 as ruby-tzinfo1.
This is for ruby packages require ruby-tzinfo 1.*.
2019-02-03 15:06:51 +00:00
wen
2845f65e85 Update to 0.13
Upstream changes:
0.13
  * Use explicit 4 digit years when using localtime. This fixes
    some test failures that started after 2018-12-31 because of
    date math.
2019-01-27 05:36:44 +00:00
taca
fd33f1bdb0 time/ruby-hitimes: update to 1.3.1
## Version 1.3.1 2019-01-18

* Update jruby extension to not use global runtime state (thanks @kares) (#70)
* Update travis CI config
* Update documentataion for Ruby 2.6
2019-01-20 14:49:08 +00:00
adam
33156817ba py-arrow: updated to 0.13.0
0.13.0:
Unknown changes
2019-01-09 09:04:04 +00:00
adam
d2f69e7b9a py-aniso8601: updated to 4.1.0
4.1.0:
Unknown changes.
2019-01-09 09:01:08 +00:00
adam
072e0284fd py-pytz: updated to 2018.9
2018.9:
Unknown changes.
2019-01-07 10:05:42 +00:00
wen
8aa76080e4 Update to 0.33
Upstream changes:
0.33 2018-12-25 BURAK
     - Migrate to dzil.
     - Remove obsolete perl support
2019-01-04 02:46:55 +00:00
wen
7ac7bfa025 Update to 2.23
Upstream changes:
2.23    2018-12-30

- This release is based on version 2018i of the Olson database. This release
  includes contemporary changes for São Tomé and Príncipe.


2.22    2018-12-29

- This release is based on version 2018h of the Olson database. This release
  includes contemporary changes for Morocco, Kazakhstan, and Iran.
2019-01-04 02:41:09 +00:00
wen
852077b4bd Update to 0.100
Upstream changes:
0.100           2018-12-21      T. R. Wyant
    - Update author and copyright information.
    - Add author tests
    - Update metadata
2019-01-04 02:37:28 +00:00
taca
fa65306ef2 time/ruby-tzinfo: add USE_LANGUAGES=
Add "USE_LANGUAGES=	# none".
2019-01-02 14:44:48 +00:00
adam
5b12b7b592 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
jperkin
63c2888e01 wmmoonclock: Put PKGNAME back to what it was before.
Fixes bulk builds.
2018-12-13 17:31:57 +00:00
pho
9b9d0ca3e6 time/wmmoonclock: Update to 1.29
Changes:
Version 1.29 -	released August 14, 2017
		Update GPLv2 license text.
		Update FSF address.
		Remove trailing whitespace.
		Use autotools for build.
		Rename changelog to ChangeLog; clean up and split off TODO.
		Correct bug report email address.
		Remove unused variables.
		Use unsigned char in mask bitmap to avoid overflow warnings.
		Use correct includes for each file.
		Add desktop entry file.

Version 1.28 -	released September 20, 2011.
		Debian patches added to the upstream version. These patches
		are included:
		01_all_previous_diff.diff, 02_update_time.diff,
		03_add_southern_hemisphere_support.diff and
		04_fix_hyphen_used_as_minus_sign.diff
		BUGS file updated to report to wmaker-dev@lists.windowmaker.info
		Source is now at http://repo.or.cz/w/dockapps.git
		Updated by Rodolfo García Peñas (kix) <kix@kix.es>
2018-12-12 12:45:19 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
adam
7335e517d1 py-aniso8601: added version 4.0.1
Library for parsing ISO 8601 strings

Features
* Pure Python implementation
* Python 3 support
* Logical behavior
  - Parse a time, get a datetime.time
  - Parse a date, get a datetime.date
  - Parse a datetime, get a datetime.datetime
  - Parse a duration, get a datetime.timedelta
  - Parse an interval, get a tuple of dates or datetimes
  - Parse a repeating interval, get a date or datetime generator
* UTC offset represented as fixed-offset tzinfo
* Parser separate from representation, allowing parsing to different datetime
  formats
* No regular expressions
2018-12-06 19:25:33 +00:00
adam
02cf91f357 py-ligotimegps: updated to 2.0.0
v2.0.0:
This release is the first to support python > 3.0.0 only. Change include:
- improved error messages
- removed support for python < 3.4.0
2018-12-05 15:57:48 +00:00
wiz
cdce0f9b61 khal: update to 0.9.10.
0.9.10
======
released 2018-010-09

* Dependencies: dateutil 2.7 supported now
2018-12-01 16:42:08 +00:00
prlw1
603b5ccdc7 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
bsiegert
a2c19fde81 Revbump packages depending on gtkhtml314. 2018-11-27 20:33:07 +00:00
nia
bbf34cad24 libical: Explicitly disable BDB because if it's found, packaging will break. 2018-11-24 13:35:05 +00:00
adam
8f64ea8751 py-tempora: updated to 1.14
1.14
Package refresh, including use of declarative config in
the package metadata.
2018-11-15 10:07:38 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
adam
d0534d122a py-pendulum: updated to 2.0.4
2.0.4:
Fixed from_format() not recognizing input strings when the specified pattern had escaped elements.
Fixed missing x token for string formatting.
Fixed reading timezone files.
Added support for parsing padded 2-digit days of the month with from_format()
Fixed from_format() trying to parse escaped tokens.
Fixed the z token timezone parsing in from_format() to allow underscores.
Fixed C extensions build errors.
Fixed age calculation for future dates.
2018-11-14 10:31:58 +00:00
jaapb
fd6ceb8a4c Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
wen
3650e0d227 Update to 2.21
Upstream changes:
2.21    2018-10-27

- This release is based on version 2018f of the Olson database. This release
  includes contemporary changes for Morocco.


2.20    2018-10-18

- Added more documentation on how local time zones work, and a warning to set
  $ENV{TZ} if you're writing tests for code that tries to use the local time
  zone.

- This release is based on version 2018f of the Olson database. This release
  includes contemporary changes for Russia (Volograd), Fiji, and Chile.
2018-11-10 03:17:11 +00:00
wen
8931e89176 Update to 1.23
Upstream changes:
1.23     2018-10-17

- Rebuilt all locale data with CLDR 34, released on 2018-10-15.
2018-11-10 03:09:24 +00:00
wen
0facb652fc Update to 1.06
Upstream changes:
1.06  2018-10-28  <schubiger@cpan.org>

 - Merged development version to stable.

1.05_02  2018-10-27  <schubiger@cpan.org>

 - Amend description of prefer_future option.

 - Include the time zone when constructing DateTime objects
   for the datetime option in dateparse.

 - Minor tweaks to dateparse.

1.05_01  2018-10-25  <schubiger@cpan.org>

 - Fix advancing to future when both datetime and prefer_future
   options are provided.
2018-11-10 02:56:45 +00:00
markd
5c50efa5db ical: update to 3.0.3
Fixes for tcl 8.6 and gcc 6+
2018-11-08 05:32:23 +00:00
adam
2cedcf4d20 py-pytz: updated to 2018.7
2018.7:
2018g release
2018-10-30 10:10:03 +00:00
adam
1ac0d1a0ed py-tzdata: updated to 2018.7
2018.7:
Unknown changes
2018-10-29 11:11:27 +00:00
adam
ed8dfdcf16 py-dateutil: updated to 2.7.5
Version 2.7.5:

Data updates
- Update tzdata to 2018g
2018-10-29 11:10:07 +00:00
taca
1adda30fdb time/ruby-tzinfo-data: update to 1.2018.7
1.2018.7 (2018/10/27)

Based on version 2018g of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-October/000052.html).
2018-10-28 15:29:56 +00:00
taca
42904a42bf time/ruby-tzinfo03: update to 0.3.55
0.33.55 (2018/10/27)

Based on version 2018g of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-October/000052.html).
2018-10-28 15:29:05 +00:00
adam
b9bdc66d62 py-dateutil: updated to 2.7.4
Version 2.7.4:

Data updates
- Updated tzdata version to 2018f.
2018-10-26 08:06:11 +00:00
adam
c3a45579a6 py-pytz: updated to 2018.6
2018.6:
Unknown changes
2018-10-25 09:49:42 +00:00
leot
7f7915487e *: (belatedly) revbump for net/libsoup update
Thanks to <wiz>!
2018-10-24 21:11:45 +00:00
taca
94e694ffa0 time/ruby-tzinfo-data: update to 1.2018.6
1.2018.6 (2018/10/18)

Based on version 2018f of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-October/000051.html).
2018-10-21 15:55:19 +00:00
wen
e3afc54b8c Update to 0.07
Upstream changes:
0.07 2018-09-27T03:37:54Z
        Fix unimport/import issue (by dakkar)
2018-10-20 13:17:00 +00:00
wen
d0272585fd Update to 0.54
Upstream changes:
0.54  2018.10.08 MANWAR
      - Merged PR #4 (Pod Spelling), thanks @gregoa.
2018-10-20 13:12:32 +00:00
adam
fa531fbafa py-icalendar: updated to 4.0.3
4.0.3:
Bug fixes:
- Categories are comma separated not 1 per line.
- mark test with mixed timezoneaware and naive datetimes as an expected failure.
2018-10-11 10:16:44 +00:00
adam
d1a4ad4edb py-monotonic: updated to 1.5
1.5:
Bug fixes
2018-10-07 08:39:56 +00:00
wen
412d296932 Update to 0.31
Upstream changes:
0.31 Mon Sep 17 2018
  - add support for Sep 10, 2018 12:58, Sep 10, 18 12:58
    - thanks Ian! D. Allen
2018-10-02 12:57:17 +00:00
wiedi
e70531d8bc dateutils: fix SunOS build 2018-09-29 17:18:19 +00:00
taca
9d2edaee5e time/ruby-iso8601: update to 0.11.0
Due to sysutils/ruby-chef's dependency, stop updating to latest version
0.12.0 for now.


## 0.11.0

* Add support for unary minus operator (thanks @walterbrebels).

## 0.10.1

* Fix `TimeInterval` size for non UTC timezones. (#41)

## 0.10.0

* Fix `TimeInterval` with `<duration>/<end>` patterns and leap years.
* Fix decimal fractions on date atoms. **WARNING** some duration patterns are
  no longer valid.
2018-09-23 16:47:31 +00:00
taca
ae8444193e time/ruby-hitimes: update to 1.3.0
# Hitimes Changelog
## Version 1.3.0 2018-06-15

* Add api method `Hitimes.raw_instant` to expose raw OS instant value
* Add api constant `Hitimes::INSTANT_CONVERSION_FACTOR` to expose raw OS instant conversion factor
* other development cleanup tasks
2018-09-23 16:45:23 +00:00
khorben
f4082ff9c7 Simplify the package some more
No change expected to the resulting binary, therefore no new PKGREVISION.
2018-09-15 16:25:22 +00:00
khorben
cccfc5191e Simplify the handling of the bash interpreter
This may change the dependency on bash this time, so it bumps PKGREVISION.

Also a suggestion from leot@, thanks!
2018-09-15 16:17:10 +00:00
khorben
095c4b6d61 Simplify the package
This removes the need for AUTO_MKDIRS and bsd.prefs.mk. It also
leverages ${INSTALL_SCRIPT}, ${INSTALL_MAN_DIR}, ${INSTALL_MAN} and
${INSTALL_DATA} instead of just ${INSTALL}.

No change to PKGREVISION as the final binary should be identical.

With suggestions from leot@, thanks!
2018-09-15 15:51:14 +00:00
khorben
0e53049fae Add memo
memo is "a simple tool written in bash to memorize stuff."
2018-09-15 15:15:07 +00:00
khorben
798c80e1a9 Import memo 0.6 as time/memo 2018-09-15 15:14:26 +00:00
wiz
c0b25b22c5 p5-DateTime-Format-Natural: Clone is a runtime dependency, make it so.
While here, use TEST_DEPENDS.

Bump PKGREVISION.
2018-08-29 06:06:34 +00:00
wiz
0f7542f142 p5-Time-Warp: update to 0.53.
0.53  2018.08.22
      - New maintainer (MANWAR)
      - Updated GitHub repo details.
      - Tidied up Changes.
2018-08-26 06:27:41 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
4e17c576ee p5-Time-Piece: update to 1.33.
1.33    2018-08-18
        - Allow objects in overloaded methods
2018-08-21 12:21:27 +00:00
wiz
8eec413269 p5-DateTime: update to 1.5000.
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-21 12:20:51 +00:00
wen
59561f8615 Add p5-MooseX-Types-DateTime-MoreCoercions 2018-08-20 03:05:14 +00:00
wen
75678988d5 Import MooseX-Types-DateTime-MoreCoercions-0.15 as 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-20 03:03:53 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
wiz
d32a8ed61d py-vdirsyncer: update to 0.16.7.
Version 0.16.7
==============

*released on July 19*

- Fixes for Python 3.7
2018-08-16 12:43:43 +00:00
leot
2586feaa73 py-pendulum: Disable C Extensions when building the 2.7 multi-package
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-14 15:23:51 +00:00
adam
b70027b7b5 py-pendulum: updated to 2.0.3
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-08-07 10:09:43 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
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-28 14:40:42 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
jaapb
05083dc708 Recursive revbump associated with the update of lang/ocaml to 4.07. 2018-07-19 15:15:20 +00:00
joerg
a19083df44 Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
2018-07-18 00:06:10 +00:00
adam
57f9012d7b py-jdcal: updated to 1.4
1.4:
Universal wheel distribution.
Test to compare gcal2jd with astropy._erfa.cal2jd.
Add more Python versions on Travis.
2018-07-09 18:04:03 +00:00
adam
63656beec4 py-icalendar: updated to 4.0.2
4.0.2:
Update all pypi.python.org URLs to pypi.org
2018-07-09 17:47:01 +00:00
wen
a6e7573732 Update to 0.14
Upstream changes:
0.14 2018-06-29 NEILB
    - Added "hrs" as another form for "hours". Thanks to Stig for the PR.
2018-07-07 11:42:11 +00:00
wen
5de6372577 Update to 0.06
Upstream changes:
0.06 2018-06-28T02:18:10Z

        catching calls to localtime() (by mjemmeson)
2018-07-07 11:26:57 +00:00
adam
9dafed9cf1 py-tempora: updated to 1.13
1.13
Enhancements to BackoffDelay:
- Added .reset method.
- Made iterable to retrieve delay values.
2018-07-07 09:03:07 +00:00
ryoon
4fea36abc2 Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
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-04 13:40:07 +00:00
adam
cc420411d2 py-tempora: updated to 1.12
1.12:
Added UTC module (Python 3 only), inspired by the utc project.
2018-07-03 09:56:28 +00:00
adam
6b4f6aa482 py-pytz: updated to 2018.5
2018.5:
Unknown changes.
2018-07-03 09:50:21 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
wiz
8cf08d5f6b p5-Time-Local: update to 1.28.
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-24 09:19:54 +00:00
markd
109002b604 time: add kholidays 2018-06-21 08:17:11 +00:00
markd
4161c2dac9 kholidays: Add version 5.47.0
This library provides a C++ API that determines holiday and other
special events for a geographical region.
2018-06-21 08:15:59 +00:00
wiz
3fa3776ddf py-vdirsyncer: update to 0.16.6.
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-17 09:14:01 +00:00
adam
2a69d407f4 py-pendulum: updated to 2.0.2
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-16 13:06:54 +00:00
wen
7848f10955 Update to 1.22
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-10 13:10:51 +00:00
wen
ce1129b1e1 Update to 1.27
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-10 13:02:42 +00:00
wen
c11eea3051 Update to 2.19
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-06-06 08:48:03 +00:00
wiz
23118042af xfce4-timer-plugin: remove patch that is not in distinfo 2018-05-31 07:40:57 +00:00
wiz
f3a682cf91 khal: update to 0.9.9.
0.9.9
=====
released 2018-05-26

* Dependencies: only dateutil < 2.7 is supported (and always has been)
2018-05-27 12:35:32 +00:00
taca
7f31210f68 time/ruby-tzinfo03: update to 0.3.54
Updated to tzdata version 2018d
(https://mm.icann.org/pipermail/tz-announce/2018-March/000049.html).
2018-05-21 16:01:57 +00:00
taca
49227170d6 time/ruby-tzinfo-data: update to 1.2018.5
Based on version 2018e of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-May/000050.html).
2018-05-21 16:00:16 +00:00
wen
cebf0e77fb Update to 1.49
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-20 23:05:53 +00:00
jperkin
019fe75ef7 xfce4-orage: Set _XOPEN_SOURCE correctly on SunOS. 2018-05-17 09:13:02 +00:00
youri
0d47c72a14 Drop the gtk2 dependency. 2018-05-15 21:48:01 +00:00
youri
ff83c5210b Update to 1.7.0:
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-15 21:47:29 +00:00
jperkin
4adabc7747 libical: Sprinkle limits.h, fixes SunOS. 2018-05-14 08:34:56 +00:00
adam
f8e0a53e8a py-dateutil: updated to 2.7.3
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-14 08:10:37 +00:00
adam
38db2728ec py-tzdata: updated to 2018.5
2018.5:
Unknown changes.
2018-05-12 08:07:43 +00:00
wen
fa2b531092 Update to 1.20
Upstream changes:
1.20     2018-05-06

- Fix test failures on Windows. Reported by Adrian Devries. GH #23.
2018-05-08 00:18:30 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
adam
08ce177f53 py-pendulum: updated to 1.5.1
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-26 07:53:20 +00:00
markd
cbf4306bca xfce4-orage: fix PKGREVISION 2018-04-26 06:21:27 +00:00
markd
a1d687f9e2 xfce4-orage: build with libical-3.
fixes PR pkg/53212
2018-04-25 21:44:44 +00:00
leot
3fd0121195 todotxt: Update time/todotxt to 2.11.0
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-25 15:23:55 +00:00
markd
3f61e43b10 libical: update to 3.0.3
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-25 05:51:20 +00:00
wen
f87de1b443 Update to 1.19
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-23 13:50:01 +00:00
wiz
e5209a786e Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
eddcb8d67e khal: update to 0.9.8nb1.
Build and install the man page.
2018-04-14 20:32:06 +00:00
wiz
8738287b43 py-vdirsyncer: update to 0.16.4nb1.
Build and install man page.
2018-04-14 20:21:51 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
jaapb
56ed9d3f04 Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13 13:55:27 +00:00
adam
2cacfdbe99 py-tzdata: updated to 2018.4
2018.4:
Unknown changes.
2018-04-13 08:29:32 +00:00
adam
48eea27b90 py-pytz: updated to 2018.4
2018.4:
Bug fixes.
2018-04-10 13:32:32 +00:00
wen
ad0315f111 Update to 1.18
Upstream changes:
1.18     2018-04-03

- Rebuilt all locale data with CLDR 33, released on 2018-03-26.
2018-04-04 14:32:25 +00:00
mef
5ad8d327df Updated time/p5-Test-MockTime to 0.17
0.17 - 01 Apr 2018
      * Fixed future timestamp on t/test.t.  Irony not
        intended, but a nice bug for April Fools Day.  Happy
        Easter to Torsten Raudssus for RT #124985.
2018-04-04 14:24:45 +00:00
mef
1cd0d69ae8 Updated time/p5-DateTime to 1.4800
1.48   2018-03-26
- The last release would die if Sub::Util was not available, but this should
  just be an optional requirement. Fixed by Paul Howarth. Fixes GH #77. PR
  #78.

1.47   2018-03-25
- DateTime::Duration->multiply now only allows integer
  multipliers. Implemented by Dan Stewart. PR #73.

- Added is_last_day_of_quarter() and is_last_day_of_year()
  methods. Implemented by Dan Stewart. PR #72.

- When an exception was thrown while adding a duration the object could be
  left in a broken state, with the duration partially applied. Subsequent
  addition or subtraction would produce the wrong results. Reported by Pawel
  Pabian. GH #74.
2018-04-04 14:15:58 +00:00
adam
77a312d671 py-icalendar: updated to 4.0.1
4.0.1:
Added rudimentary command line interface.
Readme, setup and travis updates.

4.0.0:
Breaking changes: Drop support for Python 2.6 and 3.3.
2018-04-03 13:19:56 +00:00
mef
70f01a7bd0 Updated time/dateutils to 0.4.3
(from: http://www.fresse.org/dateutils/changelog.html)
This is dateutils v0.4.3.
This is a feature release.

Features:
    base expansion works for times now

Bugfixes:
    durations in months weeks and days are calculated like
    durations in months and days, consistency
    am and pm indicators in inputs are handled properly
    military midnights decay when not printed in full

See info page examples and/or README.
2018-04-03 07:09:32 +00:00
adam
b490f58e8e py-dateutil: updated to 2.7.2
Version 2.7.2:

Bugfixes
- Fixed an issue with the setup script running in non-UTF-8 environment.
2018-04-02 13:27:23 +00:00
wiz
ce726eddcc p5-Time-HiRes: update to 1.9758.
1.9758 [2018-03-21]
 - fix build in Win32 with Visual C by introducing a fake struct timezone
   [rt.cpan.org #124844]
 - in utime.t detect better being run in a noatime filesystem,
   and if so, skip the test (for the HAMMER filesystem of DragonflyBSD)
 - also for the HAMMER fs (if not in noatime), lower the expected subsecond
   timestamp granularity to microseconds
 - fix the version number typo in Changes: 1.9577 -> 1.9757
2018-03-25 16:06:52 +00:00
wiz
14a790c7c1 p5-DateTime-TimeZone: update to 2.18.
2.18    2018-03-23

- This release is based on version 2018d of the Olson database. This release
  includes contemporary changes for Palestine and Casey Station.
2018-03-25 16:05:09 +00:00
taca
7883a4f626 time/ruby-tzinfo-data: update to 1.2018.4
1.2018.4 (2018/03/25)

Based on version 2018d of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-March/000049.html).
2018-03-25 16:03:13 +00:00
adam
2397a00c3e py-pendulum: updated to 1.4.4
1.4.4:
Fixed extension building script.

1.4.3:
Fixed an error when adding intervals to a Pendulum instance across DST transition.
Fixed an error when subtracting two pendulum instances in the same timezone.
2018-03-23 09:04:51 +00:00
wiz
62df622b46 p5-Time-HiRes: update to 1.9757.
1.9577 [2018-03-15]
 - fix win32 (and cygwin?) builds which have been broken since 1.9755:
   problem was that gettimeofday() is a macro and needs to stay such
 - regenerate ppport.h with Perl 5.26.1 (was previously generated with
   5.25.6) and Devel::PPPort 3.35 (previously 3.36) -- this doesn't
   change the ppport.h, though

1.9756 [2018-03-14]
 - division by zero in new test tv_interval.t [rt.cpan.org #124775]:
   made the test pass even if the difference is zero, but also
   made it practically impossible to ever be zero by adding
   a sub-second sleep.
 - remove comments from inside qw [rt.cpan.org #124777],
   only seemed to be caught by Perl 5.18.4

1.9755 [2018-03-14]
 - adjust the error messages of tv_interval()
 - the NV_1EX constants now cast to be NV so that
   tv_interval() with long double builds does not
   produce ugly results [rt.cpan.org #106456]
 - add tests for tv_interval()
 - centralize the mygettimeofday() logic
 - make the mygettimeofday() a function instead of macro
 - add the OS X 10.12+ clock_gettime() constants
   CLOCK_MONOTONIC_RAW_APPROX CLOCK_UPTIME_RAW_APPROX
 - regenerate the fallback files
2018-03-18 08:54:58 +00:00
adam
fca2f57187 py-tempora: updated to 1.11
1.11:
Scheduler now honors daylight savings times in the PeriodicCommands.
2018-03-15 12:34:54 +00:00
jperkin
c84b8e81da py-dateutil: Fix BUILD_DEPENDS. 2018-03-15 07:16:48 +00:00
dholland
531f48c8a5 Add patch comments. 2018-03-14 09:16:02 +00:00
dholland
57dd6e4912 pkglint whitespaec 2018-03-14 09:14:38 +00:00
dholland
6afb61374e Fix build with ocaml 4.06. 2018-03-14 09:14:05 +00:00
adam
7777d6b67c py-dateutil: updated to 2.7.0
Version 2.7.0
- Dropped support for Python 2.6
- Dropped support for Python 3.2
- Updated zoneinfo file to 2018c
- Changed licensing scheme so all new contributions are dual licensed under
  Apache 2.0 and BSD.
- Added __all__ variable to the root package
- Added python_requires to setup.py so that pip will distribute the right
  version of dateutil.
- Added the utils submodule, for miscellaneous utilities.
- Added within_delta function to utils
- Added today function to utils
- Added default_tzinfo function to utils
- Added dedicated ISO 8601 parsing function isoparse
- Moved parser module into parser/_parser.py and officially deprecated the use
  of several private functions and classes from that module.
- Tweaked parser error message to include rejected string format
- Add support for parsing bytesarray
- Started raising a warning when the parser finds a timezone string that it
  cannot construct a tzinfo instance for (rather than succeeding with no
  indication of an error).
- Dropped the use of assert in the parser.
- Fixed to assertion logic in parser to support dates like '2015-15-May'
- Fixed IndexError in parser on dates with trailing colons
- Fixed bug where hours were not validated, leading to improper parse.
- Fixed problem parsing strings in %b-%Y-%d format.
- Fixed problem parsing strings in the %d%B%y format.
- Fixed problem parsing certain unambiguous strings when year <99
- Fixed issue with parsing an unambiguous string representation of an ambiguous
  datetime such that if possible the correct value for fold is set.
- Fixed issue with improper rounding of fractional components.
- Performance improvement to parser from removing certain min() calls.
- Significantly refactored parser code
- Implementated of __hash__ for relativedelta and weekday
- Implemented __abs__ for relativedelta.
- Fixed relativedelta.weeks property getter and setter to work for both
  negative and positive values.
- Fixed issue where passing whole number floats to the months or years
  arguments of the relativedelta constructor would lead to errors during
  addition.
- Added a pre-built tz.UTC object representing UTC
- Added a cache to tz.gettz so that by default it will return the same object
  for identical inputs. This will change the semantics of certain operations
  between datetimes constructed with tzinfo=tz.gettz(...).
- Changed the behavior of tz.tzutc to return a singleton
- Changed the behavior of tz.tzoffset to return the same object when passed the
  same inputs, with a corresponding performance improvement
- Changed the behavior of tz.tzstr to return the same object when passed the
  same inputs.
- Added .instance alternate constructors for tz.tzoffset and tz.tzstr, to
  allow the construction of a new instance if desired.
- Added the tz.gettz.nocache function to allow explicit retrieval of a new
  instance of the relevant tzinfo.
- Expand definition of tz.tzlocal equality so that the local zone is allow
  equality with tzoffset and tzutc.
- Deprecated the idiosyncratic tzstr format mentioned in several examples but
  evidently designed exclusively for dateutil, and very likely not used by
  any current users.
- Added the tz.resolve_imaginary function, which generates a real date from
  an imaginary one, if necessary.
- Fixed issue where the tz.tzstr constructor would erroneously succeed if
  passed an invalid value for tzstr.
- Fixed issue with tz.gettz for TZ variables that start with a colon.
- Added a lock to tz.tzical's cache.
- Fixed an issue with fold support on certain Python 3 implementations that
  used the pre-3.6 pure Python implementation of datetime.replace, most
  notably pypy3
- Added support for VALUE=DATE-TIME for DTSTART in rrulestr.
- Started enforcing that within VTIMEZONE, the VALUE parameter can only be
  omitted or DATE-TIME, per RFC 5545.
- Added support for TZID parameter for DTSTART in rrulestr.
- Added 'RRULE:' prefix to rrule strings generated by rrule.__str__, in
  compliance with the RFC.
- Switched to setuptools_scm for version management, automatically calculating
  a version number from the git metadata.
- Switched setup.py to use find_packages, and started testing against pip
  installed versions of dateutil in CI. Fixed issue with parser import
- Switched test suite to using pytest
- Switched CI over to use tox.
- Added a test-only dependency on freezegun.
- Reduced number of CI builds on Appveyor.
- Made xfails strict by default, so that an xpass is a failure.
- Added a documentation generation stage to tox and CI.
- Added an explicit warning when running python setup.py explaining how to run
  the test suites with pytest.
- Added requirements-dev.txt for test dependency management
- Fixed code coverage metrics to account for Windows builds
- Fixed code coverage metrics to NOT count xfails.
- Style improvement to zoneinfo.tzfile that was confusing to static type
  checkers.
- Several unused imports were removed
- Switched isinstance(*, collections.Callable) to callable, which is available
  on all supported Python versions.
- Added CONTRIBUTING.md
- Added AUTHORS.md
- Corrected setup.py metadata to reflect author vs. maintainer
- Corrected README to reflect that tests are now run in pytest.
- Updated all references to RFC 2445 (iCalendar) to point to RFC 5545.
- Corrected parse documentation to reflect proper integer offset units,
- Fixed dangling parenthesis in tzoffset documentation
- Started including the license file in wheels.
- Indendation fixes to parser docstring
- Moved many examples from the "examples" documentation into their appropriate
  module documentation pages.
- Fixed documentation so that the parser.isoparse documentation displays.
- Refactored build and release sections and added setup instructions to
  CONTRIBUTING.
- Cleaned up various dead links in the documentation.
2018-03-13 11:07:20 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
wiz
eebd6d0698 p5-DateTime-Format-Flexible: update to 0.30.
0.30 Fri Mar 09 2018
  - add support for bare times with am/pm
    - thanks Rod Taylor rt #124567
  - add support for format JUL25'17
    - thanks Rod Taylor rt #124596
  - fix warnings with invalid strings that have 'at' in them
    - example: not a date
    - thanks Rod Taylor rt #124589

  - add support for bare times with 'at'
    - examples:
      - at noon
      - at one
      - at one pm
      - at 12:43
2018-03-11 10:10:30 +00:00
wiz
1fb87ceb34 oclock: update to 1.0.4.
Alan Coopersmith (6):
      Remove unused function TDrawArc
      Reduce scope of variables in check_jewel_poly
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      oclock 1.0.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-03-07 12:16:35 +00:00
taca
6a145f992b time/ruby-tzinfo: update to 1.2.5
Version 1.2.5 - 4-Feb-2018
--------------------------

* Support recursively (deep) freezing Country and Timezone instances. #80.
* Allow negative daylight savings time offsets to be derived when reading from
  zoneinfo files. The utc_offset and std_offset are now derived correctly for
  Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
2018-02-28 15:10:01 +00:00
taca
68d499763c time/ruby-tzinfo-data: update to 1.2018.3.
Based on version 2018c of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-January/000048.html).
2018-02-28 15:08:30 +00:00
adam
b44c89714d py-pendulum: updated to 1.4.2
1.4.2:
Fixed an offset error when subtracting datetimes in the same timezone.
Fixed wrong value returned by tzname() for the UTC timezone.
Fixed deepcopy() raising an error when using UTC.
2018-02-25 21:25:51 +00:00
wiz
20ec8cbde8 p5-Test-MockTime: update to 0.16.
0.16 - 22 Feb 2018

      * Fixed calls to CORE::localtime in test suite to cope with years > 2020 as per RT #124508.  Thanks to Bernhard M. W. for patch.
2018-02-25 19:08:28 +00:00
wiz
e86cf6ae2c p5-DateTime-Format-Flexible: update to 0.29.
Add missing dependencies.

0.29 Web Feb 21 2018
  - add support for 19 February 2018 at 10:33
    - thanks Rod Taylor rt #124520
2018-02-25 19:07:10 +00:00
wiz
de56c487ca p5-Calendar-Simple: update to 1.23.
2018-02-22  Dave Cross <dave@dave.org.uk>

	* lib/Calendar/Simple.pm: Bump version for another release. Thanks
	  Mohammed Anwar

2018-02-22  Mohammad S Anwar <mohammad.anwar@yahoo.com>

	* Build.PL, MANIFEST, README.xml: - Removed +x bit from Build.PL as
	  reported by CPANTS.

2018-02-22  Dave Cross <dave@dave.org.uk>

	* lib/Calendar/Simple.pm: Bump version to a number that that's not
	  already on CPAN :-/
	* Build.PL: Remove signing.
	* lib/Calendar/Simple.pm: Bump version for release.
	* lib/Calendar/Simple.pm: Change the arguments passed to timelocal()
	  Following advice in the documentation:  "Whenever possible, use an
	  absolute four digit year instead."
2018-02-25 19:04:16 +00:00
minskim
09880fb376 time/Makefile: Add py-jinja2-time 2018-02-25 00:53:05 +00:00
minskim
c5cd696bf3 time/py-jinja2-time: Import version 0.2.0
jinja2-time is a Jinja2 extension for dates and times.
2018-02-25 00:52:29 +00:00
wen
0e75eeaf7c Update to 1.3204
Upstream changes:
1.3204  2018-02-19
        - Fix compilation warnings.
2018-02-24 04:16:11 +00:00
wen
fe5b65766d Update to 1.9754
Upstream changes:
1.9754 [2018-02-16]
 - unify the gettimeofday() and time() forked code
   that had near identical code paths for MacOS Classic
   (which has two unusual features: unsigned time_t,
   and a special tz struct member), and for non-MacOS Classic
 - tv_interval should be implemented in XS
   [rt.cpan.org #106456]
   thanks to Sergey Aleynikov (suggested implementation simplified
   by the above-mentioned MacOS Classic simplification)
2018-02-20 03:05:38 +00:00
wen
fa5b67f67c Update to 1.46
Upstream changes:
1.46   2018-02-11

- Fixed the formatting for the CLDR "S" symbol. It could in some cases round
  _up_ to 1 instead of truncating a value. For example, the "SSS" symbol would
  format 999,999,999 nanoseconds as "1.000". Fixed by Gianni Ceccarelli. PR
  #71.
2018-02-20 02:58:16 +00:00
he
e1d02303bf Use "unsigned char" for bitmaps, to avoid warnings about >=128 -> char
conversions from the newer compiler.
Bump PKGREVISION.
2018-02-18 23:50:36 +00:00
he
fc24826307 Add a patch to rid us of the warnings related to using an old tcl API.
Bump PKGREVISION.
2018-02-18 20:03:30 +00:00
adam
ec8328f958 py-pytz: updated to 2018.3
2018.3:
Unknown changes.
2018-02-13 08:37:14 +00:00
wiz
165747f501 py-vdirsyncer: update to 0.16.4.
Version 0.16.4
==============

*released on 05 February 2018*

- Fix tests for new Hypothesis version. (Literally no other change included)
2018-02-11 18:49:18 +00:00
wiz
363f8b214a wmzcalock: use https 2018-02-11 15:54:10 +00:00
minskim
91a2b4105b time/Makefile: Add R-timeDate 2018-02-09 16:53:50 +00:00
minskim
3139a1a4f8 time/R-timeDate: Import version 3042.101
The 'timeDate' class fulfils the conventions of the ISO 8601 standard
as well as of the ANSI C and POSIX standards. Beyond these standards
it provides the "Financial Center" concept which allows to handle data
records collected in different time zones and mix them up to have
always the proper time stamps with respect to your personal financial
center, or alternatively to the GMT reference time. It can thus also
handle time stamps from historical data records from the same time
zone, even if the financial centers changed day light saving times at
different calendar dates.
2018-02-09 16:53:08 +00:00
adam
7bcbf94b86 py-dateparser: updated to 0.7.0
0.7.0:
Features added during Google Summer of Code 2017:
* Harvesting language data from Unicode CLDR database (https://github.com/unicode-cldr/cldr-json), which includes over 200 locales
See full currently supported locale list in README.
* Extracting dates from longer strings of text
Special thanks for their awesome contributions!

New features:
* Added (independently from CLDR) Georgian and Swedish

Improvements:
* Improved support of Chinese, Thai, French, Russian
* Removed ruamel.yaml from dependencies. This should reduce the number of installation issues and improve performance as the result of moving away from YAML as basic data storage format.
Note that YAML is still used as format for support language files.
* Improved performance through using pre-compiling frequent regexes and lazy loading of data
* Extended tests
* Updated nose_parameterized to its current package, parameterized
2018-02-09 09:17:23 +00:00
adam
1be1870715 py-pendulum: updated to 1.4.1
1.4.1:
Fixed an error when comparing a Period to a timedelta in PyPy.
Fixed an offset error for datetimes between the before last and last transition.
Fixed unpickling with undefined / empty timezone name.
2018-02-08 16:42:40 +00:00
wen
345f5ad51f Update to 2.17
Upstream changes:
2.17    2018-01-23

- This release is based on version 2018b of the Olson database. This release
  reverts the changes for Ireland in the previous versions as these caused
  breakages in some systems that consumed the IANA time zone data.


2.16    2018-01-19

- This release is based on version 2018b of the Olson database. This release
  includes contemporary changes for S瓊o Tom矇 and Pr穩ncipe, Brazil, and
  Ireland. The 2018a was skipped because it was missing a file, but there are
  no data changes from 2018a to 2018b.
2018-02-04 04:18:08 +00:00