Commit graph

2171 commits

Author SHA1 Message Date
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
adam
7302392e89 py-tzdata: updated to 2018.3
2018.3:
Unknown changes.
2018-01-30 14:12:59 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
triaxx
8501ecd269 * debl3ification
* PLIST sorting
2018-01-26 17:17:35 +00:00
triaxx
5a3b22174e bl3ification 2018-01-26 14:42:06 +00:00
adam
4de7081ec4 py-pendulum: updated to 1.4.0
1.4.0:
Changed:
format(), diff_for_humans(), in_words() and to_xxx_string() methods now return unicode strings for Python 2.7.
Improved performance of now() and utcnow().

Fixed
Fixed from_format() raising an error with the alternative formatter.
2018-01-24 11:52:29 +00:00
adam
c70b9df762 py-arrow: updated to 0.12.1
0.12.1:
Bug fixes
2018-01-24 09:05:10 +00:00
wiz
fd668be80d p5-Time-HiRes: update to 1.9753.
1.9753 [2018-01-11]
 - in t/clock.t in a fast system we need to burn more CPU,
   reported and fix suggested by Joel C. Maslak <jmaslak@antelope.net>
   [rt.cpan.org #124025]
 - for t/utime.t in netbsd we need /sbin in PATH to find the mount command,
   this is needed for the fix in 1.9751 to actually help netbsd with noatime
   mounts.
   (thanks to Nigel Horne)
2018-01-14 08:19:33 +00:00
jaapb
2db819ded7 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
wen
1558080ee2 Update to 1.9752
Upstream changes:
1.9752 [2018-01-04]
 - fix an error in the error message of utimensat() not available:
   it said futimens() not available
 - add --force alias for Makefile.PL --configure
2018-01-05 12:21:13 +00:00
adam
4ec7e2f6a1 py-arrow: updated to 0.12.0
0.12.0
- [FIX] Compatibility fix for Python 2.x

0.11.0
- [FIX] Fix grammar of ArabicLocale
- [NEW] Add Nepali Locale
- [FIX] Fix month name + rename AustriaLocale -> AustrianLocale
- [FIX] Fix typo in Basque Locale
- [FIX] Fix grammar in PortugueseBrazilian locale
- [FIX] Remove pip --user-mirrors flag
- [NEW] Add Indonesian Locale
2018-01-05 12:00:01 +00:00
wiz
ada0da437c p5-Time-HiRes: update to 1.9751.
1.9751 [2018-01-02]
 - in macOS/OSX/Darwin, use __has_builtin() check also for utimensat(),
   can cause errors like
   "HiRes.xs:1474:16: error: unrecognized platform name macOS"
   [rt.cpan.org #123994]
   (oversight from 1.9749)
 - do not define TIME_HIRES_STAT/d_hires_stat if none was found, instead
   of defining it to be zero, which case has no implementation in hrstatns()
   (thanks to Nigel Horne)
 - in t/utime.t try to divine if the filesystem of the tempfiles has been
   mounted with the 'noatime' option, which can prohibit updating the
   access time timestamp.  Also document this in HiRes.pm.
   (thanks to Nigel Horne, original analysis by Slaven Rezic)
 - synchronize the constant lists in HiRes.pm:@EXPORT_OK
   and Makefile.PL:doConstants and regenerate fallback/const-c.inc
   and fallback/const-xs.inc, this fixes Perl 5.6.2 issue with
   d_futimens not allegedly being a valid macro in t/utime.t
   (using Perl 5.26.1 for the regenerating, not 5.6.2)
   (thanks to Nigel Horne)
 - in t/utime.t define a nop sub done_testing for ancient Perls
   (like Perl 5.6.2)
 - in Perl 5.6.2 a bogus warning
   "Use of uninitialized value in subroutine entry"
   is issued from t/alarm.t: add a comment documenting that
2018-01-03 07:48:19 +00:00
adam
923fec70f1 Added python to CATEGORIES 2018-01-02 08:17:26 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
adam
983847f667 Revbump after boost update 2018-01-01 21:18:06 +00:00
rillig
4760eca917 Replaced $(ROUND) with ${CURLY} variable references.
This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.

Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.
2018-01-01 18:16:35 +00:00
wiz
cd24d3eba9 p5-DateTime: update to 1.4500.
1.45    2017-12-26

- Added month_length(), quarter_length() and year_length()
  methods. Implemented by Dan Stewart. PR #70.
2017-12-31 13:44:56 +00:00
wiz
754df7725b p5-Time-Piece: update to 1.3203.
1.3203  2017-12-12
        - Fix copy constructor erroneous parent modification (Thanks Grinnz!)
        - Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!)
        - Switch to XSLoader
2017-12-30 15:06:49 +00:00
wiz
5d5f1c18df p5-Time-HiRes: update to 1.9750.
1.9750 [2017-12-22]
 - update META.yml and META.json for XSLoader instead of DynaLoader
   [rt.cpan.org #123933]

1.9749 [2017-12-21]
 - CPAN release
 - Quieten Time-HiRes test noise: blead 0f009486
 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
 - disable a flapping test for CI: blead cd2a978d
 - Avoid newGVgen in blead-upstream modules: blead 732d3893
 - Declaration after statement in typemap: blead d269f586
 - semicolon-friendly diagnostic control: blead 7347ee54
 - in macOS (OS X) check properly in runtime whether futimens()
   and utimensat() are available

1.9748 [2017-12-16]
 - bleadperl only
 - semicolon-friendly diagnostic control: blead 7347ee54

1.9747 [2017-09-13]
 - bleadperl only
 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
2017-12-30 15:06:09 +00:00
wiz
012ec99be1 p5-DateTime-Format-Strptime: update to 1.7500.
1.75     2017-12-24

- Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19.
2017-12-30 15:04:41 +00:00
wiz
4d78872606 ruby-tzinfo03: follow redirect 2017-12-24 10:17:26 +00:00
wiz
62125f0b19 ruby-tzinfo-data: follow redirect 2017-12-24 10:17:13 +00:00
wiz
d0e6a9d04f ruby-tzinfo: follow redirect 2017-12-24 10:16:53 +00:00
adam
1f239cee97 py-tempora: updated to 1.10
1.10
Added ``timing.BackoffDelay``, suitable for implementing
exponential backoff delays, such as those between retries.
2017-12-22 05:55:39 +00:00
leot
f68bc93db6 jrnl: Define GITHUB_PROJECT to just `jrnl'
(Otherwise ${PKGBASE} is used and the fetch phase fails)
2017-12-20 11:08:06 +00:00
leot
8c78a0e1d5 time/Makefile: Add py-jrnl 2017-12-19 14:26:55 +00:00
leot
3e150778f2 py-jrnl: Import py-jrnl-1.9.8 as time/py-jrnl
jrnl is a simple journal application for your command line. Journals
are stored as human readable plain text files - you can put them
into a Dropbox folder for instant syncing and you can be assured
that your journal will still be readable in 2050, when all your
fancy iPad journal applications will long be forgotten.

jrnl also plays nice with the fabulous DayOne and can read and
write directly from and to DayOne Journals.

Optionally, your journal can be encrypted using the 256-bit AES.

Packaged in pkgsrc-wip by myself.
2017-12-19 14:26:21 +00:00
leot
00b01b73e7 time/Makefile: Add todotxt 2017-12-19 11:40:40 +00:00
leot
cdbece9c64 todotxt: Import todotxt-2.10 as time/todotxt
A simple and extensible shell script for managing your todo.txt file.

With a simple but powerful shell script called todo.sh, you can interact
with todo.txt at the command line for quick and easy, Unix-y access.

The Todo.txt CLI supports archiving completed tasks to done.txt and
priority/context tab autocompletion.

Based on now-known-as wip/todotxt-git originally packaged in pkgsrc-wip by
tty` with several changes by myself.
2017-12-19 11:39:50 +00:00
triaxx
548d51b210 Add time/py-monotonic package version 1.4 2017-12-06 21:51:59 +00:00
adam
882bca1ee4 py-tzlocal: updated to 1.5.1
1.5.1:
- 1.5 had a bug that slipped through testing, fixed that,
increased test coverage.

1.5:
- No longer treats macOS as special, but as a unix.
- get_windows_info.py is renamed to update_windows_mappings.py
- Windows mappings now also contain mappings from deprecated zoneinfo names.
(Preston-Landers, regebro)
2017-12-06 12:21:02 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
adam
3a23bda684 py-pendulum: updated to 1.3.2
1.3.2
Fixed instance() behaviour with pytz offsets.
Fixed deepcopy / pickle compatibility for TimezoneInfo.
2017-11-17 11:18:49 +00:00
wiz
3f1f7c6c2c p5-DateTime-TimeZone: update to 2.15.
2.15    2017-11-04

- Make the local zone lookup code handle the case where /usr/share/zoneinfo is
  a symlink, as it apparently is on recent versions of macOS (10.13). Fixed by
  Tom Wyant. GH #22 and #23.


2.14    2017-10-28


- This release is based on version 2017c of the Olson database. This release
  includes contemporary changes for Fiji, Namibia, Northern Cyprus, Sudan,
  Tonga, and Turks & Caicos.
2017-11-08 21:21:00 +00:00
wiz
3136be87d4 p5-DateTime-Locale: update to 1.17.
1.17     2017-11-04

- Rebuilt all locale data with CLDR 32, released on 2017-11-01.
2017-11-08 21:20:08 +00:00
adam
f734128923 py-tzdata: updated to 2017.3.1
2017.3.1:
Unknown changes
2017-11-07 13:14:53 +00:00
wiz
24f1372e19 fet: follow redirect 2017-11-06 13:25:32 +00:00