Commit graph

1915 commits

Author SHA1 Message Date
wen
53c654a3cd Update to 1.05
Upstream changes:
1.05  2017-04-23  <schubiger@cpan.org>

 - Merged development version to stable.

1.04_01  2017-03-03  <schubiger@cpan.org>

 - New supported format: beginning/end of last month.
   [rt #120436 - Shawn M. Moore]
2017-04-29 07:55:11 +00:00
wiz
2119c02ab5 Revert previous now that py-setuptools is fixed. 2017-04-23 06:58:47 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
wiz
063286bce4 Fix PLIST after update. 2017-04-22 07:26:44 +00:00
wen
b5ade8ca29 Update to 0.09
Add LICENSE

Upstream changes:
0.09  Thu Apr  6 14:36:36 EDT 2017
    - refactored increment/decrement in order to properly
      handle DST transitions as perl RT #120789
2017-04-21 23:59:21 +00:00
wen
05c89db051 Update to 0.19
Upstream changes:
0.19  2017-03-07
- Documentation:
-- "week_start_day" parameter no longer marked "for internal use".
-- Fix "week day" examples. Pointed out by Eric Jensen and Zefram
   in a thread started by Andrew Martin in datetime@perl.org
-- Clarify that week_start_day defaults to "1mo", except for
   yearly recurrences that default to "mo". Patches by David Steinbrunner.
-- Updated contact email.
2017-04-21 23:54:02 +00:00
wen
fa1a9e9ad9 Update to 0.07
Upstream changes:
0.07  2017-04-07

- Added explicit "use lib '.'" for use with perl 5.26.0 (RT #120822, PR #1 from
  James E Keenan).
2017-04-21 23:47:26 +00:00
wiz
6be114a7ac Updated p5-Time-HiRes to 1.9742.
1.9742 [2017-04-16]
  - prefer 3-argument open: blead 1ae6ead9
  - fix dist/Time-HiRes/t/*.t that assumed '.' in @INC: blead 465db51d
  - fix cases where 'do file' should be 'do ./file'.: blead 8b69401c
2017-04-19 13:54:53 +00:00
wiz
b0d2b3d246 Updated khal to 0.9.5.
0.9.5
======
released 2017-04-08

* FIX khal new -i does not crash anymore
* FIX make tests run with latest pytz (2017.2)
2017-04-19 12:23:34 +00:00
jperkin
ac4dcc786d Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
mef
57f0c9c21a - Add BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]* for make test 2017-04-16 13:14:05 +00:00
taca
00992a52a4 Update ruby-tzinfo-data to 1.2017.2.
v1.2017.2						2017/3/23

* Based on version 2017b of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2017-March/000046.html).
2017-04-15 15:12:18 +00:00
taca
44269b51b0 Update ruby-tzinfo to 1.2.3.
v1.2.3							2017/3/25

* Reduce the number of String objects allocated when loading zoneinfo
  files. #54.
* Make Timezone#friendly_identifier compatible with frozen string literals.
* Improve the algorithm for deriving the utc_offset from zoneinfo files. This
  now correctly handles Pacific/Apia switching from one side of the
  International Date Line to the other whilst observing daylight savings
  time. #66.
* Fix an UnknownTimezone exception when calling transitions_up_to or
  offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy.
* Allow the Factory zone to be obtained from the Zoneinfo data source.
* Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware
  distributions. #64.
* Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with more
  than one percent. #31.
* Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time
  zone in Timezone#strftime. #31 and #67.
2017-04-15 15:11:23 +00:00
taca
68ca94201c Update ruby-tzinfo03 to 0.3.53.
v0.3.53							2017/3/23

* Updated to tzdata version 2017b
  (https://mm.icann.org/pipermail/tz-announce/2017-March/000046.html).
2017-04-15 15:10:27 +00:00
schmonz
369261529e Restore build dependency on p5-File-ShareDir-Install, spotted by wiz@. 2017-04-12 11:49:06 +00:00
schmonz
fe0da13912 Fix dependency on File::ShareDir. Bump PKGREVISION. 2017-04-12 02:49:10 +00:00
mef
5fa1ed2f3e Updated time/py-mxDateTime to 3.2.9
-----------------------------------
          (Changes to 3.2.9 is unknown)
Changes from 3.2.6 to 3.2.8
    Protected delta.strftime() against segfaults on Windows, which
    only allows day values <= 31 and segfaults for higher
    values. Thanks to Frank Boje for reporting this problem.
2017-04-10 12:31:05 +00:00
wen
953fdc2595 Update to 2.12
Upstream changes:
2.12 2017-03-27 NIGELM
  - fixed div-by-zero when smoothing
2017-04-09 07:34:44 +00:00
wen
31bf2259cf Update to 1.73
Update DEPENDS

Upstream changes:
1.73     2017-01-31

- The format_datetime now checks that the object it is given isa DateTime
  object. Implemented by Mohammad S Anwar. GitHub #17.


1.72     2017-01-24

- Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN
  Testers. Also require DateTime::TimeZone 2.09 because you should really
  update this on a regular basis.

- Require Specio 0.33 to fix other test failures seen on CPAN (I hope).


1.71     2017-01-24

- By default, the word boundary checks added in 1.69 are now off. You can
  enable them by passing "strict => 1" to the constructor. This was reported
  as an issue by Toby Corkindale as GitHub #15.

- Switched from Params::Validate to Params::ValidationCompiler.
2017-04-09 07:31:21 +00:00
wen
a6cf7e41d0 Update to 0.28
Upstream changes:
0.28 Thu Mar 23 2016
  - fix tests under perl 5.25.10+ with -Ddefault_inc_excludes_dot
    - thanks Kent Fredric rt #120698

0.27 Mon Mar 06 2017
  - support a single lang as a string instead of requiring an arrayref (DWIM)
    - example: lang => 'en'
  - add support for:
    - "next (weekday)" eg: next sunday
    - "last (weekday)" eg: last sunday
    - "next (month)" eg: next january
    - "last (month)" eg: last january
    - "(x unit) from now" eg: 3 years from now
    - "(-x unit)" eg: -3 months
    - "(+x unit)" eg: +3 months
    - "YYMMDD HH:MM:SS" eg: 950404 00:22:12
    - "YYMMDD HH:MM:SS.NS" eg: 950404 00:22:12.500
    - "Mon D HH:MM:SS.NS TZ YYYY" eg: Fri Dec  2 22:56:03.500 GMT+0 1994
      - thanks David White rt #105178, tests from Time::ParseDate
  - when we have a leading month that is 0 (zero) and we have a year, assume it is supposed to be october (10)
    - thanks Dave Musakhanyan
2017-04-09 07:14:17 +00:00
wen
40f159ceb4 Update to 1.18
Upstream changes:
1.18 Sat Dec 31 2016
    - Fix failing tests rt118286
    - Various cleanups
2017-04-09 07:08:28 +00:00
adam
9281b74aa6 Changes 2017.2:
Minor changes.
2017-04-05 17:07:35 +00:00
wiz
d16f73ba16 Updated p5-DateTime-TimeZone to 2.11.
2.11    2017-03-22

- This release is based on version 2017b of the Olson database. This release
  includes contemporary changes for Haiti.
2017-04-04 13:14:36 +00:00
wiz
b38db4cbee Updated khal to 0.9.4.
0.9.4
=====
released 2017-03-30

* FIX ikhal's event editor now warns before allowing to edit recurrence rules it
  doesn't understand

* CHANGE improved the initial configuration wizard

* CHANGE improved ikhal's `light` color scheme
* NEW ikhal's event editor now allows better editing of recurrence rules,
  including INTERVALs, end dates, and more
* NEW ikhal will now check if any configured vdir has been updated, and, if
  applicable, refresh its UI to reflect the latest changes
2017-04-04 13:10:58 +00:00
wiz
c263c9935c Updated p5-DateTime-Locale to 1.16.
1.16     2017-03-22

- Rebuilt all locale data with CLDR 31, released on 2017-03-20.


1.15     2017-03-15 (TRIAL RELEASE)

- Most data is now stored in a share dir and only loaded as needed. This
  should reduce the memory usage from just loading DateTime::Locale by about
  4mb. Based on a PR by sergey. GH #14.
2017-04-04 11:59:54 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
taca
dd6c5af6c2 Update ruby-timers to 4.1.2.
## 4.1.2 (2016-11-26)

* RuboCop reformatting
2017-03-20 15:43:17 +00:00
wiz
02304777a1 Updated py-parsedatetime to 2.3.
Fix for Issue #215 (test failure)
2017-03-13 10:17:36 +00:00
taca
a54f9e13e6 Update ruby-tzinfo-data to 1.2017.1.
v1.2017.1

Based on version 2017a of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2017-February/000045.html).
2017-03-11 15:12:34 +00:00
wiz
22c7f1a101 Updated p5-DateTime-Locale to 1.14.
1.14     2017-03-05

- Codes with just a language and script code were not parsed correctly,
  leading to bugs in their data, so that they did not report a script_code,
  nor did their name reflect the script. So for example "bs-Latn" was just
  "Bosnian" instead of "Bosnian Latin".


1.13     2017-03-05

- Fixed a regression bug where providing a locale's English name or native
  name to DateTime::Locale->load no longer worked. Fixed by Sergey. GH #13.
2017-03-08 11:49:45 +00:00
wiz
67a64899b8 Add comments on how to generate the man page. 2017-03-07 10:43:05 +00:00
wiz
8f8a2ec09a Updated khal to 0.9.3.
0.9.3
=====
released 2017-03-06

* FIX `list` (and commands based on it like `calendar`, `at`, and `search`)
  crashed if `--notstarted` was given and allday events were found (introduced
  in 0.9.2)
* FIX `list --notstarted` (and commands based on it) would show events only on
  the first day of their occurrence and not on all further days
* FIX `configure` would crash if neither "import config from vdirsyncer" nor
  "create locale vdir" was selected
* FIX `at` will now show an error message if a date instead of a datetime is
  given
* FIX `at`'s default header will now show the datetime queried for (instead of
  just the date)
* FIX validate vdir metadata in color files
* FIX show the actually configured keybindings in ikhal

* NEW khal will now show cancelled events with a big CANCELLED in front (can be
  configured via event formatting)
* NEW ikhal supports editing an event's raw icalendar content in an external
  editor ($EDITOR), default keybinding is `alt + shift + e`. Only use this, if
  you know what you are doing, the icalendar library we use doesn't do a lot of
  validation, it silently disregards most invalid data.
2017-03-06 21:55:53 +00:00
wiz
c391c1331c Updated py-vdirsyncer to 0.15.0.
Version 0.15.0
==============

*released on 28 February 2017*

- Deprecated syntax for configuration values is now completely rejected. All
  values now have to be valid JSON.
- A few UX improvements for Google storages, see :gh:`549` and :gh:`552`.
- Fix collection discovery for :storage:`google_contacts`, see :gh:`564`.
- iCloud is now tested on Travis, see :gh:`567`.
2017-03-05 14:36:49 +00:00
wiz
9243bc96cb Updated p5-DateTime-TimeZone to 2.10.
2.10    2017-03-01

- This release is based on version 2017a of the Olson database. This release
  includes contemporary changes for Mongolia and Chile.
2017-03-05 12:46:18 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
wiz
42e32098a1 Switch py-dateutils to plain DEPENDS.
It supports both python 2 and 3 nowadays.
2017-02-20 17:00:35 +00:00
joerg
67447ed0ba Needs py-setuptools_scm. 2017-02-15 02:21:53 +00:00
joerg
b02f012d9c Add missing py-test-runner dependency. 2017-02-15 00:53:26 +00:00
adam
a3b69b8f28 Changed category from www to time 2017-02-13 17:20:35 +00:00
adam
763d48bbbe Added time/py-tempora version 1.6.1
Objects and routines pertaining to date and time (tempora).

Modules include:
- tempora (top level package module) contains miscellaneous
  utilities and constants.
- timing contains routines for measuring and profiling.
- schedule contains an event scheduler.
2017-02-13 17:15:00 +00:00
wiz
b36d9b1c39 Updated khal to 0.9.2.
0.9.2
=====
released 2017-02-13

* FIX if weekstart != 0 ikhal would show wrong weekday names
* FIX allday events added with `khal new DATE TIMEDELTA` (e.g., 2017-01-18 3d)
  were lasting one day too long
* FIX no more crashes when using timezones that have a constant UTC offset (like
  UTC itself)
* FIX updated outdated zsh completion file
* FIX display search results for events with neither DTEND nor DURATION
* FIX display search results that are all-day events
* in ikhal, update the date-titles on date change
* FIX printing a new event's path if [default] print_new = path
* FIX width of calendar in `khal calendar` was off by two if locale.weeknumbers
  was set to "right"

* CHANGED default `agenda_day_format` to include the actual date of the day

* NEW configuration option: [view]dynamic_days = True, if set to False, ikhal's
  right column behaves similar as it did in 0.8.x
2017-02-13 15:03:01 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
3da682c0c2 Updated khal to 0.9.1.
0.9.1
=====
released 2017-01-25

* FIX detecting not understood timezone information failed on python 3.6, this may lead to
  erroneous offsets in start and end times for those events, as those datetimes
  were treated as if they were in the system's local time, not as if they are in
  the (possibly) configured default_timezone.

* python 3.6 is now officially supported

0.9.0
=====
released 2017-01-24

Dependency Changes
------------------
* vdirsyncer isn't a hard dependency any more

Bug Fixes
---------
* fixed various bugs in `configure`
* fix bug in `new` that surfaces when date(time)format does contain a year
* fix bug in `import` that allows importing into read-only and/or non-default calendar
* fix how color discovered in calendars

Backwards Incompatibilities
---------------------------
* calendar path is now a glob without recursion for discover, if your calendars
  are no longer found, please consult the documentation (Taylor Money)
* `at` command now works like `list` with a timedelta of `0m`, this means that
  `at` will no longer print events that end at exactly the time asked for
  (Taylor Money)
* renamed `agenda` to `list` (Taylor Money)
* removed `days` configuration option in favor of `timedelta`, see
  documentation for details (Taylor Money)
* configuration file path $XDG_CONFIG_HOME/khal/config is now supported and
  $XDG_CONFIG_HOME/khal/khal.conf deprecated
* ikhal: introduction of three different new frame styles, new allowed values for
  `[view] frame` are `False`, `width`, `color`, `top` (with default `False`),
  `True` isn't allowed any more, please provide feedback over the usual channels
  if and which of those you consider useful as some of those might be removed in
  future releases (Christian Geier)
* removed configuration variable `encoding` (in section [locale]), the correct
  locale should now be figured out automatically (Markus Unterwaditzer)
* events that start and end at the same time are now displayed as if their
  duration was one hour instead of one day (Guilhem Saurel)

Enhancements
------------
* (nearly) all commands allow formatting of how events are printed with
  `--format`, also see the new configuration options `event_format`,
  `agenda_event_format`, `agenda_day_format` (Taylor Money)
* support for categories (and add `-g` flag for `khal new`) (Pierre David)
* search results are now sorted by start date (Taylor Money)
* added command `edit`, which also allows deletion of events (Taylor Money)
* `new` has interactive option (Taylor Money)
* `import` can now import multiple files at once (Christian Geier)

ikhal
-----
* BUGFIX no more crashing if invalid date is entered and mini-calendar displayed
* make keybinding for quitting configurable, defaults to *q* and *Q*, escape
  only backtracks to last pane but doesn't exit khal anymore (Christian Geier)
* default keybinding changed: `tab` no longer shows details of focused events
  and does not open the event editor either (Christian Geier)
* right column changed, it will now show as many days/events as fit, if users move
  to another date (while the event column is in focus), that date should be
  highlighted in the calendar (Christian Geier)
* cursor indicates which element is selected
2017-02-05 19:26:55 +00:00
wen
6e5f8b64e0 Update to 1.12
Upstream changes:
1.12     2017-01-29

- Rebuilt all locale data with CLDR 30.0.3, released on 2016-12-02.
2017-01-30 01:54:48 +00:00
fhajny
719e77ac4d Update time/py-parsedatetime to 2.2.
- Added French locale support
- Added Python 2.6 support
- Minor fixes
2017-01-24 13:18:04 +00:00
wen
70d7866748 Update to 1.25
Upstream changes:
1.25     2016-11-17

- Reduce memory usage by only loading Config if needed and not importing from
  Carp. Based on PR #2 from J. Nick Coston.
2017-01-24 04:45:08 +00:00
ryoon
f62b809c5a Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
wiz
463e6c67ad Updated py-vdirsyncer to 0.14.1.
Version 0.14.1
==============

*released on 05 January 2017*

- ``vdirsyncer repair`` no longer changes "unsafe" UIDs by default, an extra
  option has to be specified. See :gh:`527`.
- A lot of important documentation updates.
2017-01-16 11:00:29 +00:00