Commit graph

1880 commits

Author SHA1 Message Date
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
wen
6966f56bd2 Update to 1.70
Upstream changes:
1.70     2016-12-10

- Altered the conversion specifier %z to accept 簣HH, 簣HHMM, 簣HH:MM and Z.
  Previously only 簣HHMM where accepted. PR from Christian Hansen, GitHub #13.


1.69     2016-12-04 (TRIAL RELEASE)

- The word boundary check supposedly added in 1.67 didn't really work
  properly, and still matched too much. For example, the pattern "%d-%m-%y"
  would match "2016-11-30" and turn it into November 16, 2030. This also had
  problems at the end of strings, so that the same pattern would improperly
  match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub
  #11.

- Added docs for several formats which had long been supported but not
  documented. These are %P, %c, %x, and %X. Reported by Alexander
  Hartmaier. GH #10.
2017-01-07 06:20:58 +00:00
adam
76632718ac Revbump after boost update 2017-01-01 16:05:55 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
jaapb
11a6e0d383 Recursive revbump associated with ocaml update to 4.04. 2016-12-30 11:16:56 +00:00
wiz
0cb5096e9c Updated p5-DateTime to 1.4200.
1.42   2016-12-25

- The DateTime::Duration->add and ->subtract methods now accept
  DateTime::Duration objects. This used to work by accident, but this is now
  done intentionally (with docs and tests). Reported by Petr Pisar. GitHub
  #50.
2016-12-30 00:49:28 +00:00
wiz
783271a162 Fix PLIST for recent update, add PKGCONFIG_OVERRIDE. 2016-12-22 07:13:09 +00:00
asau
33dd4174c5 Revert nonsensical changes. 2016-12-19 15:57:11 +00:00
rillig
498ad28945 Fixed pkglint warnings. 2016-12-17 13:38:02 +00:00
adam
24a787e457 Changes 2016.10:
Bug fixes.
New time zones.
2016-12-15 09:54:21 +00:00
taca
71ba9518f4 Update ruby-tzinfo-data to 1.2016.10.
Based on version 2016j of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-November/000044.html).
2016-12-05 16:20:08 +00:00
rodent
a71bc063ac It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:

http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
2016-12-04 21:12:58 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
wiz
8913d712e4 Updated p5-Time-HiRes to 1.9741.
1.9741 [2016-11-20]
  - C++11 compatibility: blead a914236c
  - El Capitan compatibility: blead 45bbc013
  - use CLOCK_REALTIME for clock_nanosleep scan: blead 56ed632c
  - include file consistency in scans: blead 605b4dbe
  - use clockid_t consistently: blead 2979fdf3
  - use hv_fetchs(): blead 07e4dd7a
  - scan for clockid_t (needed for macos Sierra): blead 69d1f2c2
  - darwin lacks clockid_t: blead d1e7b5aa
    [rt.cpan.org #129789]
  - provide template for tempfile: blead 91dca83e
  - explicit cast for clockid_t in C++11: blead 1c566547
  - upgrade to a newer ppport (3.35)
2016-11-28 13:08:40 +00:00
wiz
5649101935 Updated p5-DateTime-TimeZone to 2.09.
2.09    2016-11-24


- This release is based on version 2016j of the Olson database. This release
  includes contemporary changes for Russia (Europe/Saratov).
2016-11-28 13:06:55 +00:00
wen
6e65c445e1 Update to 0.06
Upstream changes:
0.06 2016-11-10
 - Fix a POD tag typo
 - Packaging updates, including fixing a missing META.yml
2016-11-19 14:12:49 +00:00
wen
b1fcd72337 Update to 1.41
Upstream changes:
1.41   2016-11-16

- The DateTime->add and ->subtract methods now accept DateTime::Duration
  objects. This used to work by accident, but this is now done intentionally
  (with docs and tests). Based on PR #45 from Sam Kington.
2016-11-17 14:34:03 +00:00
wiz
b64fc7c636 Updated p5-DateTime-TimeZone to 2.08.
2.08    2016-11-12

- Switched from RT to the GitHub issue tracker.
2016-11-16 10:19:39 +00:00
wiz
621bfd4fc2 Updated p5-DateTime-Locale to 1.11.
1.11     2016-11-12

- Switched from RT to the GitHub issue tracker.
2016-11-16 10:17:55 +00:00
wen
7fb4ccf8c2 Update to 1.40
Upstream changes:
1.40   2016-11-12

- Switched from RT to the GitHub issue tracker.
2016-11-13 01:43:28 +00:00
fhajny
8227991e3e Update time/py-pytz to 2016.7.
No changelog.
2016-11-11 10:16:02 +00:00
mef
6659817760 Add DEPENDS+= p5-Params-Validate, thanks wiz@ 2016-11-05 14:38:30 +00:00
mef
60d57d3839 Update time/jday to 2.4
-----------------------
Update 2005-10-10 | 10 October 2005 | JD 2453654.355984
Version 2.4 release.
Days between date calculator included: dbd
Example source for JAVA, PERL, AWK, PHP

(pkgsrc changes)
 - Set LICENSE=  2-clause-bsd
 - Silence pkglint warning. (removing two '@' at do-test,
   no major change on output lines at make test).
2016-11-04 12:57:00 +00:00
mef
3223ee63b2 Updated time/p5-DateTime-Set to 0.3900
--------------------------------------
0.3900 2016-10-09
- require Params::Validate
2016-11-04 12:41:56 +00:00
mef
993621b88d Update time/p5-DateTime-TimeZone to 2.07
----------------------------------------
2.07    2016-11-02
- This release is based on version 2016i of the Olson database. This release
  includes contemporary changes for Tonga and Antarctica/Casey. There is also
  a new zone for Northern Cyprus, Asia/Famagusta, which differs from other
  parts of Cyprus.
2016-11-04 12:39:52 +00:00
taca
dc9361089b Update ruby-tzinfo03 to 0.3.52.
* Updated to tzdata version 2016h
  (https://mm.icann.org/pipermail/tz-announce/2016-October/000042.html).
2016-11-01 17:09:37 +00:00
wiz
8fe5378aaf Updated p5-DateTime-Locale to 1.10.
1.10     2016-10-22

- Don't let warnings from other modules cause t/09version-check.t to
  fail. Reported by Graham Ollis. RT #118465
2016-10-28 09:45:37 +00:00
wen
517466adf7 Update to 2.0.6
Upstream changes:
2.06    2016-10-20

- This release is based on version 2016h of the Olson database. This release
  includes contemporary changes for Palestine.
2016-10-27 12:45:28 +00:00
wiz
61368bc241 Updated py-vdirsyncer to 0.14.0.
Version 0.14.0
==============

*released on 26 October 2016*

- ``vdirsyncer sync`` now continues other uploads if one upload failed.  The
  exit code in such situations is still non-zero.
- Add ``partial_sync`` option to pair section. See :ref:`the config docs
  <partial_sync_def>`.
- Vdirsyner will now warn if there's a string without quotes in your config.
  Please file issues if you find documentation that uses unquoted strings.
- Fix an issue that would break khal's config setup wizard.
2016-10-26 14:42:07 +00:00
taca
e5b2c16915 Update ruby-tzinfo-data to 1.2016.8.
Based on version 2016h of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-October/000042.html).
2016-10-24 14:14:46 +00:00
wiz
c6a910d347 Updated p5-Time-HiRes to 1.9740.
1.9740 [2016-09-25]
  - the ext3/ext2 filesystems do not have subsecond resolution,
    therefore skip the t/utime.t test
    [rt.cpan.org #116127]
2016-10-18 08:31:57 +00:00
wiz
8c1cf3e04f Updated p5-DateTime-Locale to 1.09.
1.09     2016-10-10

- Rebuilt all locale data with CLDR 30, released on 2016-10-05.
2016-10-18 08:26:54 +00:00
adam
3b88bd43a5 Revbump post boost update 2016-10-07 18:25:29 +00:00
wiz
3f60bbbca9 Updated khal to 0.8.4.
0.8.4
=====
released 2016-10-06

* **IMPORTANT BUGFIX** fixed a bug that lead to imported events being
  erroneously shifted if they had a timezone identifier that wasn't an Olson
  database identifier. All users are advised to upgrade as soon as possible. To
  see if you are affected by this and how to resolve any issues, please see the
  release announcement (khal/doc/source/news/khal084.rst or
  http://lostpackets.de/khal/news/khal084.html). Thanks to Wayne Werner for
  finding and reporting this bug.
2016-10-07 08:20:43 +00:00
wiz
612830fa98 Updated p5-DateTime-TimeZone to 2.05.
2.05    2016-09-28

- This release is based on version 2016g of the Olson database. This release
  includes contemporary changes for Turkey.
2016-10-03 12:37:51 +00:00
wiz
03a9468c08 Updated py-vdirsyncer to 0.13.1.
Version 0.13.1
==============

*released on 30 September 2016*

- Fix a bug that would completely break collection discovery.

Version 0.13.0
==============

*released on 29 September 2016*

- Python 2 is no longer supported at all. See :gh:`219`.
- Config sections are now checked for duplicate names. This also means that you
  cannot have a storage section ``[storage foo]`` and a pair ``[pair foo]`` in
  your config, they have to have different names. This is done such that
  console output is always unambigous. See :gh:`459`.
- Custom commands can now be used for conflict resolution during sync. See
  :gh:`127`.
- :storage:`http` now completely ignores UIDs. This avoids a lot of unnecessary
  down- and uploads.
2016-10-03 12:11:36 +00:00