Commit graph

1595 commits

Author SHA1 Message Date
obache
ba3f00b110 Update py-dateutil to 2.3.
Version 2.3
-----------

- Cleanup directory structure, moved test.py to dateutil/tests/test.py

- Changed many aspects of dealing with the zone info file. Instead of a cache,
  all the zones are loaded to memory, but symbolic links are loaded only once,
  so not much memory is used.

- The package is now zip-safe, and universal-wheelable, thanks to changes in
  the handling of the zoneinfo file.

- Fixed tzwin silently not imported on windows python2

- New maintainer, together with new hosting: GitHub, Travis, Read-The-Docs

Version 2.2
-----------

- Updated zoneinfo to 2013h

- fuzzy_with_tokens parse addon from Christopher Corley

- Bug with LANG=C fixed by Mike Gilbert

Version 2.1
-----------

- New maintainer

- Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with six)

- #704047: Ismael Carnales' patch for a new time format

- Small bug fixes, thanks for reporters!


Version 2.0
-----------

- Ported to Python 3, by Brian Jones.  If you need dateutil for Python 2.X,
  please continue using the 1.X series.

- There's no such thing as a "PSF License".  This source code is now
  made available under the Simplified BSD license.  See LICENSE for
  details.
2014-12-13 09:28:01 +00:00
wiz
86b8ac13c1 Update to 0.3.2:
Version 0.3.2
=============

- The current config format has been deprecated, and support for it will be
  removed in version 0.4.0. Vdirsyncer warns about this now.
2014-12-07 17:41:47 +00:00
mef
b979674516 Update 5.23.2 to 5.23.4
- Version 5.23.3
	- Updated to Qt 5.3.2.
	- Added a fet.desktop file (by Alexey Loginov).
	- Fixed some comments concerning the GNU GPL license (reported by Alexey Loginov).
	- Added a "make install" option (suggested by Alexey Loginov
          and other users, done by Zsolt Udvari and Liviu Lalescu).
	- Added an icon (suggested by Alexey Loginov and other users).
	- Added an option at compilation time so that FET
          automatically detects the system locale (suggested by Alexey
          Loginov and other users).
- Version 5.23.4
	- Added a partial Chinese Simplified (zh_CN) translation, by orange.
	- Added two example files from Vietnam, by Nguyen Huu Tuyen.
2014-12-05 01:42:15 +00:00
mef
bed5171678 Removing p5-Net-Google-Calendar
https://rt.cpan.org/Public/Bug/Display.html?id=100421 tells
  this library no longer works as it uses the Calendar v2 API which
  Google discontinued today.
Thanks wiz@ for the information.
2014-12-04 10:40:06 +00:00
mef
cef4e180c5 Update 2.30 to 2.41
------------------
2.41  18-Mar-2014       OSX:
                        - Fixed start-up rotation and credits display on iOS 7.
                        - Suppress status bar (again) on iOS 7.
2.40  27-Nov-2013       OSX:
                        - Added "Check for Updates".
2.39  16-Jul-2013       All platforms:
                        - Tweaked character outlines for smoother morphing.
                        iPhone:
                        - Fixed crash when rotating on Retina iPads.
                        OSX:
                        - Fixed crash when running in full screen or as a
                          screen saver on really old machines.
2.38  08-Jul-2013       OSX:
                        - Toggling window title bar preserves transparency.
                        - Transparency works in full-screen mode.
                        - Screen saver preferences weren't being saved.
                        - Fixed bug where System Preferences window went black.
                        - Possibly fixed an intermittent startup crash.
2.37  22-Sep-2012       iPhone:
                        - Support for iPhone 5's new screen size.
2.36  23-Apr-2012       OSX:
                        - Fixed a startup crash on 10.7.
                        - Added a preference to keep the Dali Clock window
                          above even the screen saver window.
                        - "Upgraded" to XCode 4.0, which means that 10.4 PPC
                          builds are impossible, and Intel is now required.
2.35  18-Aug-2010       All platforms:
                        - Regenerated font images for smoother animation.
                        iPhone, iPad:
                        - Higher resolution display (and icons) on iPhone 4.
                        - Fixed a display glitch when zooming.
                        - Fixed an occasional rotation twitch on iPad.
                        X11:
                        - Turned on -cycle by default.
2.34  19-May-2010       iPhone:
                        - When docked, don't automatically turn screen off.
                        - Briefly display the date every minute or so.
                        - Made rotation less twitchy.
                        - Fixed off-by-one in date display.
                        OSX:
                        - Animate while resizing window.
2.33  24-Apr-2010       iPhone, OSX, WebOS:
                        - Keep the clock centered in the window even when
                          in 12 hour mode where the hour is one digit, and
                          animate the centering transition.
                        OSX:
                        - Eliminated flicker when a transparent Dali Clock
                          window is on top of a window that is playing video.
                        iPhone:
                        - Animate rotation/scaling during orientation changes.
                        - Submitted to Apple iTunes Store.
2.32  20-Apr-2010       iPhone:
                        - Fixed a startup crash.
                        - Rotation and pinch-zooming works reliably.
2.31  18-Apr-2010       OSX:
                        - Tweaks to Mac OS 10.6 build process.
                        - Rewrote rendering engine in OpenGL / OpenGLES.
                        - The colons and dashes morph now too.
                        iPhone:
                        - Works now!
                        X11:
                        - Added -showdate option so you can run two copies,
                          one showing the date and one showing the time.
2014-12-04 04:55:13 +00:00
mef
29e60de2f9 Update 1.4.5 to 1.4.6
http://lists.roaringpenguin.com/pipermail/remind-fans/2013/002903.html
---------------------
2013-02-02     Release 1.4.6:
    * Fixed a failure to quote filenames in the editor commands provided by
      the default wyrdrc.

    * Fixed a crash when the terminal is resized while wyrd is executing an
      external editor or browser.  (In some environments, this would happen
      every time a reminder file is edited.)

    * Fixed 'configure' errors when compiling with OCaml 4.

    * Added Oasis metadata.

    * Added automatic refresh of the display when reminder files are modified.

    * Added a backtrace printout for unhandled exceptions.

    * Fixed a parallel-make race conditoin resulting from integration of
      upstream ocaml-curses.

    * Fixed a crash when the terminal is resized.

    * Fixed some crashes which could be triggered by pressing arrow keys or
      entering non-printable characters from the "quick add" entry field.
2014-12-04 04:51:04 +00:00
mef
8ba69d5015 (pkgsrc)
- Add LICENSE (gnu-gpl-v1)
 - Add comment on patches (mainly from cvs log)
(upstream)
 - Update 0.7 to 0.9
-------------
 Tue Sep  6 08:52:43 EST 2005
   projclock.tcl
    - changed name from Project Clock to WorkerTimer due to trademark issue

Wed Mar 17 08:40:14 EST 2004
   projclock.tcl
    - some tidying up of window behaviour
    - fixed problem with custom summary when pclock dir has spaces in name
2014-12-04 04:28:36 +00:00
mef
72a1ba942f 2013.0912:
Pulled fix from Adam Schobelock that removes timezone offset
        caching because it was creating incorrect behavor or Moscow.
2014-12-04 03:01:23 +00:00
mef
ed48f97ac3 (pkgsrc)
-  Add LICENSE=  ( Found Copyright notice at source, for example Warp.pm)
(upstream)
- Update 0.5 to 0.51
0.51 2014-10-17
    New maintainer (SZABGAB)
    Use Test::More instead of Test
    Include META.yml RT #77752
    POD encoding is now utf8 RT #93259
2014-12-04 02:50:36 +00:00
mef
62c0db6458 Udate 1.27 to 1.29
1.29      2014-09-01
        - when pretty printing negative Time::Seconds, do not lose the "minus"
1.28
       (no record)
2014-12-04 02:45:20 +00:00
mef
0ac1b08152 Update 1.11 to 1.12
1.12  2012 September 27
        - Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds.
          This was a boneheaded mistake I should have fixed years ago.
          Many thanks to Karl Moens for reporting the error, and for a patch.

        - Fix CPAN RT bug 47229: Build.PL dependencies.
          Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker
          has no concept of "recommended" or "optional" modules.
          Thanks to Jens Rehsack for the suggestion.

        - Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported.
          Thanks to Will Coleda for pointing this out.

        - Fix CPAN RT bug 76705/76707 (maybe): month out of range.
          I can't reproduce this bug, but I made a change to the time parsing
          that might fix it.  Thanks to Todd Bezenek for reporting the problem.
2014-12-04 02:41:53 +00:00
mef
ace7789676 (pkgsrc)
Add LICENSE=
(upstream)
   Update 0.06 to 0.11
----------------
0.11 2014-03-26
    - Min perl version now set to 5.6.0
    - Added description of DateTime::Format::Duration to SEE ALSO

0.10 2014-03-24
    - Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
      in dependency problems and CPAN Testers fails, and I'm not familiar with
      it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.

0.09 2014-03-23
    - Test::More and Time::Duration were listed as build_requires;
      changed them to test_requires, with versions. Wonder if this was
      the cause of the small number of CPAN Testers fails?
    - Added more more modules to the SEE ALSO section in the pod.

0.08 2014-03-23
    - Can now have a leading '+', as in '+2h'.
      Suggested by MSCHWERN in RT#66572
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to pod
    - Added Time::Duration::Parse::More to SEE ALSO

0.07 2014-03-21
    - Added 'use warnings'
    - Specified min perl version as 5.6.0 in Makefile.PL
    - Fixed pod error reported in RT#86904
    - Added license type 'perl' to metadata via Makefile.PL
    - Reformatted this file as per CPAN::Changes::Spec
2014-12-04 02:38:43 +00:00
mef
f8e1c5e5b2 Update 1.02 to 1.03
1.03 (02.14.2014) - John Siracusa <siracusa@gmail.com>
    * Documented the return value of parse().
2014-12-04 02:34:00 +00:00
mef
3a3afe683f (pkgsrc)
-LICENSE=       gnu-gpl-v2 # OR artistic
   +LICENSE=       ${PERL5_LICENSE}
(upstream) Update 0.12 to 0.13
  0.13 - 07 Aug 2014
      * explicit license in META as per RT #97806
      * included other updates to Makefile.PL details (author, etc)
2014-12-04 02:32:01 +00:00
mef
921e241934 (pkgsrc)
small changes on PKGNAME modification
     -PKGNAME=       p5-${DISTNAME:S/06001/06.001/}
     +PKGNAME=       p5-${DISTNAME:S/.06/.06./}
  drop following line, pkglint flags, and packaged fine without it.
     -PERL5_BUILD_TYPE=      Module::Install::Bundled

(upstream) Update 0.06.001 to 0.06.002
0.06002 - 04 Aug 2011
  - Fix rt#70001, 5.14 deprecations.
  - Moved to github
2014-12-04 02:27:54 +00:00
mef
b1c277d31b Update 1.8 to 1.93
- (Neither ChangeLog or Release Note not found), sorry
- Add LICENSE= to ${PERL5_LICENSE}, for web page saying so:
 ---------------
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 ---------------
2014-12-04 02:14:39 +00:00
mef
9bb747fe5c Update 1.14 to 1.15
1.15 Tue Abr 24 08:14:43 CEST 2012
        - Change AIX 'getCommand' to use a non privileged one
                (patch by marcus.bogenstaetter [...] empirius.de)
2014-12-04 02:04:09 +00:00
mef
7294cd469f (pkgsrc)
Convert not to use Module::Build
  -BUILD_DEPENDS+=    {perl>=5.17.1,p5-Module-Build>=0.40000}:../../devel/p5-Module-Build
  -PERL5_MODULE_TYPE=  Module::Build

(upstream) update 1.01 to 1.05
1.05 2013-09-18
   (Generated by)
   Dist::Zilla version 4.300030 --> 4.300038
   CPAN::Meta::Converter version 2.120921
   CPAN::Meta::Converter version 2.140640
1.04
1.03
1.02 2013-09-14
    - Added method to get originalEvent from XML - suggested by Ian Norton
2014-12-04 01:48:48 +00:00
mef
858658fa1e 0.3400 2014-02-12
- documentation and packaging fixes - by David Steinbrunner.
- version number using 4 digits - requested by David Marshall.

0.33   2013-09-15
- bugfix in SpanSet->grep. Reported by Andreas Isberg
2014-12-04 01:30:39 +00:00
mef
b05cdc0ec8 Update 0.16009 to 0.16010
0.16010 2014-09-18T12:36:03Z
    - Add support for various more interval units [pr #3]:
      millenium, century, decade, month, week
2014-12-04 01:28:35 +00:00
mef
0932cdabb0 Udate 0.04 to 0.05
0.05    2014-10-26
- Added parsing of MySQL fractional seconds (microseconds).
- Allowed additional valid MySQL formats (delimiters in DATE and TIME
  fields using punctuation, 'T' separator between DATE and TIME and
  single-digit time or date values).
2014-12-04 01:26:20 +00:00
mef
c2cd15650d Update 0.40 to 0.42
0.42  2014-05-02
  - Forgot to properly update the version number...
0.41  2014-05-02
  - Fix out-by-ten bug in nanosecond computation (Stephen Thirlwall)
2014-12-04 01:24:16 +00:00
mef
49d1ce610e Udate 0.25 to 0.26
0.26 Tue Apr 22 2014
  - support "MM/DD/YYYY HH:MM" (missing seconds),
  - support "EEE MMM dd HH:mm:ss z yyyy" (UTC timezone inside string)
    - thanks David White rt #94911
2014-12-04 01:20:33 +00:00
mef
2528aa5edf Update 0.11 to 0.12
0.12    2014-07-17
- fix BYMONTH, BYMONTHDAY constraints to FREQ=MINUTELY, FREQ=HOURLY, and FREQ=SECONDLY.
  patch and tests provided by Andrew Sterling Hanenkamp
2014-12-04 01:18:41 +00:00
mef
4158df4f96 Update 0.7 to 0.81
------------------
0.81 - Mon 24 Nov 2014 10:11:50 PST
    * Add Makefile.PL back into MANIFEST  (fixes RT 100524)
    * Remove MYMETA.* files from MANIFEST (fixes RT 100525)

0.8  - Fri 21 Nov 2014 11:26:57 PST
    * Update docs
    * Fix some timezone bugs (Fixes RT 43610 and RT 99804 - thanks Sterling Hanenkamp)
    * Refactor for more DRYness
    * Add URL field
    * Update Module::Install to add META.yml (fixes RT 80668)
    * Add a note about all day events (RT 63049)
2014-12-04 01:16:26 +00:00
mef
2c15da8c18 Update 3.7 to 3.11
-----------------------
Changes in 3.11
* If a yahrzeit would fall on 30 Cheshvan in a short year, advance
  observance to 1 Kislev. If a yahrzeit would fall on Kislev 30 in a
  short year, advance observance to 1 Tevet.
* Allow Ta'anit Bechorot (Fast of the Firstborn) to fall on a
  Friday. When a fast day falls on Friday, we do in fact observe the
  fast on Friday, even though Shabbat follows immediately. Also, in some
  years, Asarah Betevet (Tenth of Tevet) falls on Friday and is observed
  on that day.
  It is only in years when the date of the fast falls on Shabbat that
  the fast is moved: Ta'anit Ester (Fast of Esther) and Ta'anit Bekhorim
  are moved back to Thursday. Tsom Gedalyah (Fast of Gedaliah) and
  Shiv'ah Asar Betammuz (Seventeeth of Tammuz) are moved ahead to
  Sunday. Tish'ah Be'av (Ninth of Av), a full-day fast, is moved ahead
  to Saturday night. Asarah Betevet does not fall on Shabbat.

Changes in 3.10
* Add Erev Purim and Erev Tish'a B'Av
* Add Pesach Sheni (14 Iyyar)

Changes in 3.9.1
   [revved version number correctly]

Changes in 3.9
* Yom Hazikaron first observed in 1949. Yom HaShoah first observed in 1951.
* Allow Asara B'Tevet to fall on a Friday.

Changes in 3.8
* fixed spelling of shabbat Chazon
* fixed yom Haatzmaut 2007
* added support for Mexico DST scheme (no longer the same as US & Canada)
* Correct Gibraltar time zone to UTC+1, not UTC-10. Thanks to
  Jack Gross <jacobbgross@hotmail.com> for reporting the bug.
2014-12-04 01:05:34 +00:00
joerg
525162b7d6 Be explicit about the library search path. 2014-12-03 14:10:09 +00:00
jmcneill
fc6af233d7 add -lgthread-2.0 to LDFLAGS on NetBSD, as is already done for SunOS and
DragonFly:

ld: evolution-webcal-main.o: undefined reference to symbol 'g_thread_init'
ld: note: 'g_thread_init' is defined in DSO /usr/pkg/lib/libgthread-2.0.so.0 so try adding it to the linker command line
/usr/pkg/lib/libgthread-2.0.so.0: could not read symbols: Invalid operation
2014-12-02 10:45:40 +00:00
wiz
331587cffd Update to 0.3.1:
Version 0.3.1
=============

*released on 24 November 2014*

- Fixed a bug where vdirsyncer would delete items if they're deleted on side A
  but modified on side B. Instead vdirsyncer will now upload the new items to
  side A. See :gh:`128`.

- Synchronization continues with the remaining pairs if one pair crashes, see
  :gh:`121`.

- The ``processes`` config key is gone. There is now a ``--max-workers`` option
  on the CLI which has a similar purpose. See :ghpr:`126`.

- The Read The Docs-theme is no longer required for building the docs. If it is
  not installed, the default theme will be used. See :gh:`134`.
2014-12-01 11:37:27 +00:00
wiz
9fd6754f3e Update to 2014.10: the usual. 2014-12-01 11:27:09 +00:00
szptvlfn
ded435ae8b + hs-timezone-olson
+ hs-timezone-series
2014-11-24 21:25:36 +00:00
szptvlfn
ed7a67ecd2 Import timezone-olson-0.1.4 as time/hs-timezone-olson.
A parser and renderer for binary Olson timezone files whose format is
specified by the tzfile(5) man page on Unix-like systems. For more
information about this format, see http://www.twinsun.com/tz/tz-link.htm.
Functions are provided for converting the parsed data into TimeZoneSeries
objects from the timezone-series package. On many platforms, binary Olson
timezone files suitable for use with this package are available in the
directory usrshare/zoneinfo and its subdirectories on your computer.
2014-11-24 21:24:01 +00:00
szptvlfn
deefbcc9fa Import timezone-series-0.1.3 as time/hs-timezone-series.
This package endows Data.Time, from the time package, with several data
types and functions for enhanced processing of timezones. For one way to
create timezone series, see the timezone-olson package.
2014-11-24 21:22:37 +00:00
wiz
d96b08a0e0 Update to 1.81:
1.81    2014-11-21

- Removed tests for Win32 code.
2014-11-23 13:03:56 +00:00
wiz
9bc59057cd Remove patch-ad, gone from distinfo. 2014-11-20 16:11:50 +00:00
wiz
bad44aade2 Update to 1.80:
1.80    2014-11-16

- This distro no longer ships the DateTime::TimeZone::Local::Win32
  module. Instead, it depends on that module when you install
  DateTime::TimeZone on a Windows system machine.

- Tweaked the warning when loading a zone class from disk that was generated
  using a different Olson version than the current DateTime::TimeZone
  module. Previously, it said the loaded version was older, but all we know is
  that it's different. Reported by Karen Etheridge. RT #66097.
2014-11-19 12:39:25 +00:00
markd
cdc269d8a7 Update to KDE SC 4.14.3 2014-11-13 11:19:11 +00:00
wiz
1faf55d324 Update to 1.79:
1.79    2014-11-11

- This release is based on version 2014j of the Olson database. This release
  only contemporary changes for Turks & Caicos.
2014-11-12 11:50:56 +00:00
wiz
08187ba5d8 Update to 2014.9: the usual timezone changes. 2014-11-09 16:13:15 +00:00
wiz
a79a789036 Update to 1.78:
1.78    2014-11-05

- Fix warnings from Perl 5.8.8 and before. Apparently it doesn't like when
  $SIG{__DIE__} is set to undef. Patch by Peter Rabbitson. GitHub PR #88.
2014-11-09 12:45:38 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
he
792e208efd Add a patch to weekno.perl so that it uses ISO 8601 week numbering.
Remove dependence on timelocal.pl; use Time::Local instead.
Rename other patches according to new conventions.
Fix pkglint warnings.
Bump PKGREVISION.
2014-11-05 22:41:38 +00:00
wiz
93debc9902 Update to 1.77:
1.77    2014-11-04

- Updated the mapping of Windows -> IANA time zones. Patch by David
  Pinkowitz. RT #10025.

- Replaced Class::Load with Module::Runtime, and replaced eval with Try::Tiny.
2014-11-05 17:26:35 +00:00
wen
a4825b17dd Add p5-Test-Time 2014-11-03 02:13:22 +00:00
wen
86ba5538a5 Import Test-Time-0.04 as time/p5-Test-Time.
Test::Time can be used to test modules that deal with time.
Once you use this module, all references to time and sleep
will be internalized.
2014-11-03 02:12:25 +00:00
wiz
3425f17db6 Update to 1.76:
1.76    2014-10-26

- When searching for the local timezone we now look at /etc/timezone before
  /etc/localtime. The former is a much quicker check if it exists. Patch by
  Karen Etheridge. PR #3.

- The tools/parse_olson script now supports parsing the etcetera and systemv
  files. This is *not* enabled by default as it would generate zones that
  conflict with existing links for Etc/UTC and others. Patch by Alfie John. PR
  #1.
2014-10-29 17:23:59 +00:00
wiz
f20717102b Fix MASTER_SITES (add missing slash) 2014-10-26 11:49:53 +00:00
cheusov
4b2f0c9d12 += py-jdcal 2014-10-25 22:33:33 +00:00
cheusov
a3f989a00a New package time/py-jdcal
This module contains functions for converting between Julian dates and
  calendar dates.
2014-10-25 22:31:15 +00:00
cheusov
b4b517233f Remove PYTHON_VERSIONS_INCOMPATIBLE. This module works fine with py-{26,27}
Update to version 2.2
   Version 2.2
   -----------
     - Updated zoneinfo to 2013h
     - fuzzy_with_tokens parse addon from Christopher Corley
     - Bug with LANG=C fixed by Mike Gilbert
   Version 2.1
   -----------
     - New maintainer
     - Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with
       - six)
     - #704047: Ismael Carnales' patch for a new time format
     - Small bug fixes, thanks for reporters!
2014-10-25 22:10:35 +00:00
taca
3712f111dd Update ruby-tzinfo to 0.3.42.
== Version 0.3.42 (tzdata v2014i) - 23-Oct-2014

* Updated to tzdata version 2014i
  (http://mm.icann.org/pipermail/tz-announce/2014-October/000026.html).
2014-10-25 03:34:49 +00:00
jaapb
29bcb49ffc Added camlp4 dependency. 2014-10-20 11:10:56 +00:00
jaapb
1e2c6eff15 Revbump for ocaml 4.02.0.
(Some packages omitted because they will be updated to new versions)
2014-10-09 19:14:03 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
0dd618da95 Update to 0.3.0:
Version 0.3.0
=============

*released on 20 September 2014*

- Add ``verify_fingerprint`` parameter to
  :py:class:`vdirsyncer.storage.HttpStorage`,
  :py:class:`vdirsyncer.storage.CaldavStorage` and
  :py:class:`vdirsyncer.storage.CarddavStorage`,
  see issue `#99`_ and pull request `#106`_.

- Add ``passwordeval`` parameter to :ref:`general_config`, see issue `#108`_
  and pull request `#117`_.

- Emit warnings (instead of exceptions) about certain invalid responses from
  the server, see issue `#113`_.  This is apparently required for compatibility
  with Davmail.

.. _`#99`: https://github.com/untitaker/vdirsyncer/issues/99
.. _`#106`: https://github.com/untitaker/vdirsyncer/pull/106
.. _`#108`: https://github.com/untitaker/vdirsyncer/issues/108
.. _`#113`: https://github.com/untitaker/vdirsyncer/issues/113
.. _`#117`: https://github.com/untitaker/vdirsyncer/pull/117
2014-10-01 12:46:17 +00:00
wiz
15e04ba007 Update to 1.75:
1.75    2014-09-30

- This release is based on version 2014h of the Olson database. This release
  only includes historical changes.
2014-10-01 10:58:08 +00:00
jperkin
936b737236 SunOS needs an explicit -lX11. 2014-09-25 19:43:06 +00:00
jperkin
0bf48537ff Extract using bsdtar, GNU tar cannot handle pre-1970 timestamps. 2014-09-25 19:39:10 +00:00
wiz
0e8fc18a6f Update to 2014.7:
2004-07-25

    - Improved localtime handling, and added a localize() method enabling
      correct creation of local times.
2014-09-07 20:27:15 +00:00
wiz
a5eddbd95b Update to 0.401:
0.401   2014-05-03

- Fix the tests to accomodate the new 1-digit format for days of month
  before the tenth. Thanks to Dagfinn Ilmari Mannsåker for the patch.

- add some more sample dates to t/sample_dates
  and run one test per sample date in t/sample.t

0.400   2014-04-13

- New maintainer - Philippe Bruhat (BooK)

- Now depends on DateTime 0.18. RT #74580.

- Moved POD tests to the release stage.

- format_datetime() now uses 1-digit numbers for day of month < 10.
  Dates with unrecognized timezones lead to the creation of a DateTime
  object with a floating timezone.
  UTC is now formatted as +0000, floating is formatted as -0000.
  RT #94556.

- Now packaged using Dist::Zilla. Moved back to three-digit version numbers.
2014-09-06 14:56:10 +00:00
wiz
39e19fe7fe Update to 1.12:
1.12   2014-08-31

- The last release had the wrong repo info in the metadata.


1.11   2014-08-31

- The latest historical changes in DateTime::TimeZone 1.74 caused some tests
  to fail. Reported by Slaven Rezic. RT #98483.

- This release of DateTime.pm now requires the DateTime::TimeZone 1.74.
2014-09-06 13:39:15 +00:00
wiz
edb37a3e2d Update to 1.74. Add test dependency.
1.74    2014-08-30

- This release is based on version 2014g of the Olson database. This release
  includes contemporary changes for Turks & Caicos.

- Fixed a bug when trying to get the local timezone by looking at
  /etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.


1.73    2014-08-06

- This release is based on version 2014f of the Olson database. This release
  includes contemporary changes for Russia and Australia.


1.72    2014-08-03

- Added support for getting the local time zone on Android. Patch from Brian
  Fraser. RT #97711.

- The primary repo for this distro is now on GitHub.
2014-09-06 13:08:10 +00:00
wiz
a693c9f0d0 Update to 3.8.3:
3.8.3 (2014-08-26)
------------------

- PERCENT property in VTODO renamed to PERCENT-COMPLETE, according to RFC5545.
  [thomascube]
2014-08-31 21:35:11 +00:00
wiz
c19f148533 Update to 0.2.5:
Version 0.2.5
=============

*released on 27 August 2014*

- Don't ask for the password of one server more than once and fix multiple
  concurrency issues, see issue `#101`_.

- Better validation of DAV endpoints.

.. _`#101`: https://github.com/untitaker/vdirsyncer/issues/101
2014-08-27 16:10:49 +00:00
taca
1dd968a616 Update ruby-tzinfo to 0.3.41.
== Version 0.3.41 (tzdata v2014f) - 8-Aug-2014

* Updated to tzdata version 2014f
  (http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html).
2014-08-23 16:12:05 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
jperkin
816b89bd36 Fix build on SunOS (needs explicit -lXrender). 2014-08-21 16:10:10 +00:00
wiz
66bf874d08 Update to 5.23.2.
- Version 5.23.2
	- Fixed a building problem under C++11 (reported by pkgsrc
	packager Thomas Klausner, solved by Jörg Sonnenberger).
2014-08-20 21:09:43 +00:00
joerg
95a4065621 Don't conflict with C++11 std::mutex. 2014-08-19 13:43:37 +00:00
wiz
edf204d009 One more. 2014-08-18 12:28:21 +00:00
wiz
5909708f5b Add more dependencies. Still ride update. 2014-08-18 12:25:52 +00:00
wiz
587a2d1f99 Add some missing dependencies. Ride update. 2014-08-18 12:10:32 +00:00
wiz
f4fa15398a Update to 0.2.4:
Version 0.2.4
=============

*released on 18 August 2014*

- Include workaround for collection discovery with latest version of Radicale.

- Include metadata files such as the changelog or license in source
  distribution, see issues `#97`_ and `#98`_.

.. _`#97`: https://github.com/untitaker/vdirsyncer/issues/97
.. _`#98`: https://github.com/untitaker/vdirsyncer/issues/98
2014-08-18 11:04:21 +00:00
wiz
69cfb3fcff + py-vdirsyncer 2014-08-18 09:49:00 +00:00
wiz
98c7083f04 Import py34-vdirsyncer-0.2.3 as time/py-vdirsyncer.
vdirsyncer synchronizes your calendars and addressbooks between
two storages.  The supported storages are CalDAV, CardDAV, arbitrary
HTTP resources and some more.

It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
2014-08-18 09:48:44 +00:00
wiz
b920afaafb + fet. 2014-08-07 21:59:22 +00:00
wiz
f6c8e74f18 Import fet-5.23.1 as time/fet.
FET is open source free software for automatically scheduling the
timetable of a school, high-school or university. It uses a fast
and efficient timetabling algorithm. It is licensed under GNU GPL.

Usually, FET is able to solve a complicated timetable in maximum
5-20 minutes. For simpler timetables, it may take a shorter time,
under 5 minutes (in some cases, a matter of seconds). For extremely
difficult timetables, it may take a longer time, a matter of hours.
2014-08-07 21:59:02 +00:00
wiz
6b06e20c8f + khal. 2014-07-22 17:09:02 +00:00
wiz
7eb4e95a31 Import khal-0.2.0 as time/khal.
Khal is a standards based CLI (console) calendar program. CalDAV
compatibiliy is achieved by using vdir/vdirsyncer as a backend,
allowing syncing of calendars with a variety of other programs on
a host of different platforms.

khal is currently in an early stage of development, has a limited
feature set and is probably full of bugs. If you do try it out,
please make sure you have a backup of your date and please report
back any bugs you might encounter.
2014-07-22 17:08:46 +00:00
wiz
63862ea4ab Update to 3.8.2, fixing the bug I reported 18 minutes ago.
3.8.2 (2014-07-22)
------------------

- Exclude editor backup files from egg distributions. Fixes #144.
  [thet]
2014-07-22 10:17:25 +00:00
wiz
15b39c3f01 Update to 3.8.1:
3.8.1 (2014-07-17)
------------------

- The representation of CaselessDicts in 3.8 changed the name attribute of
  Components and therefore broke the external API. This has been fixed.
  [untitaker]


3.8 (2014-07-17)
----------------

- Allow dots in property names (Needed for vCard compatibility). Refs #143.
  [untitaker]

- Change class representation for CaselessDict objects to always include the
  class name or the class' name attribute, if available. Also show
  subcomponents for Component objects.
  [thet]

- Don't use data_encode for CaselessDict class representation but use dict's
  __repr__ method.
  [t-8ch]

- Handle parameters with multiple values, which is needed for vCard 3.0.
  Refs #142.
  [t-8ch]
2014-07-22 09:57:15 +00:00
wen
fe86002a1e Update to 0.10
Upstream changes:
0.10      2014-02-03 17:17:57Z
        - temporarily revert change that cleaned namespaces (0.09), until the
          logic is cleaned up in MooseX::Types itself

0.09      2014-02-03 02:16:30Z
        - Require perl 5.8.3, as Moose does
        - canonical repository moved to github moose organization
2014-07-16 07:50:06 +00:00
wen
989f0b1094 Update to 1.71
Add missing DEPENDS

Upstream changes:
1.71    2014-06-21
- This release is based on version 2014e of the Olson database. This release
  includes contemporary changes for Egypt and Morocco.


1.70    2014-06-01
- Unset $ENV{TZ} in t/04local..t test to avoid interference from
  system. Reported by Mark Gardner. RT #96083.

- This release is based on version 2014d of the IANA database, but there are
  no data changes from 2014c.
2014-07-16 07:41:11 +00:00
schmonz
d2bbb3ec8f Update to 1.27. From the changelog:
- portability fixes for XS changes in 1.25_01
- no changes since previous (trial) release
- fix compiling for WinCE, execution is untested
- add a .gitignore (from Win32::API)
- fix a compiler warning about unused var, and add inlining
- add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
- refactor XS code to remove large sections of duplicate machine code
- fix _crt_localtime to return year only once, previously
  _crt_localtime returned year (item #6) twice in the list
2014-07-15 20:27:05 +00:00
taca
818b1868e7 Update ruby-tzinfo to 0.3.40.
== Version 0.3.40 (tzdata v2014e) - 10-Jul-2014

* Updated to tzdata version 2014e
  (http://mm.icann.org/pipermail/tz-announce/2014-June/000022.html).
2014-07-15 03:48:48 +00:00
dholland
5611bcdc81 Use tail -n +2 instead of tail +2 to work around broken Linux userlands.
While here, move seddery from post-patch to pre-configure.
XXX: it should be replaced with SUBST.
2014-06-29 19:12:51 +00:00
richard
8ea2e72493 Update trytond modules using py-trytond/Makefile.common
ok wiz@
2014-06-25 06:05:32 +00:00
rodent
97ba9623c4 +py-arrow - packaged originally in -wip by kamelderouiche@yahoo.com. 2014-06-14 14:14:51 +00:00
rodent
7384946407 Import py27-arrow-0.4.2 as time/py-arrow.
Arrow is a Python library that offers a sensible, human-friendly approach to
creating, manipulating, formatting and converting dates, times, and timestamps
It implements and updates the datetime type, plugging gaps in functionality, and
provides an intelligent module API that supports many common creation scenarios
Simply put, it helps you work with dates and times with fewer imports and
a lot less code.
2014-06-14 14:12:57 +00:00
schmonz
468a5da98a Update to 1.10. From the changelog:
- Some tests added in 1.09 would fail on a Perl without a 64-bit
  gmtime(). Reported by Jerome Eteve. RT #95345.

- A call to ->truncate( to => 'week' ) could fail but leave the object
  changed. RT #93347.

- The value of ->jd() is now calculated based on ->mjd() instead of the other
  way around. This reduces floating point errors a bit when calculating MJD,
  and should have a neglible impact on the accuracy of JD. Reported by Anye
  Li. RT #92972. See the ticket for a more detailed description of what this
  fixes.

- Attempting to construct a DateTime object with a year >= 5000 and a time
  zone other than floating or DST now issues a warning. This warning may go
  away once DateTime::TimeZone is made much faster. Inspired by a bug report
  from Lloyd Fournier. RT #92655.
2014-06-09 20:01:18 +00:00
wiz
34bea339a8 Update to 2014.4: the usual changes. 2014-06-09 12:29:57 +00:00
wiz
5c85324566 Update to 3.7:
3.7 (2014-06-02)
----------------

- For components with ``ignore_exceptions`` set to ``True``, mark unparseable
  lines as broken instead rising a ``ValueError``. ``VEVENT`` components have
  ``ignore_exceptions`` set to ``True`` by default. Ref #131. Fixes #104.
  [jkiang13]

- Make ``python-dateutil`` a soft-dependency.
  [boltnev]

- Add optional ``sorted`` parameter to ``Component.to_ical``. Setting it to
  false allows the user to preserve the original property and parameter order.
  Ref #136. Fixes #133.
  [untitaker]

- Fix tests for latest ``pytz``. Don't set ``tzinfo`` directly on datetime
  objects, but use pytz's ``localize`` function. Ref #138.
  [untitaker, thet]

- Remove incorrect use of __all__. We don't encourage using ``from package
  import *`` imports. Fixes #129.
  [eric-wieser]


3.6.2 (2014-04-05)
------------------

- Pep8 and cleanup.
  [lasudry]
2014-06-09 12:29:23 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
4b9ed2a81e Update to 2014.3, the usual changes. 2014-05-20 08:47:39 +00:00
joerg
e0bbff886f Fix build against newer readline. 2014-05-18 21:24:56 +00:00
wen
dc9b75bb70 Update to 1.69
Upstream changes:
1.69    2014-05-13

- Don't run tests for Unix on non-Unix boxes.


1.68    2014-05-13

- The last release was missing some test changes I made on another
  machine. Doh.


1.67    2014-05-13

- I accidentally skipped 1.66, don't read anything into the 0.02 version bump
  here.

- This release is based on version 2014c of the IANA database (I skipped 2014b
  for lack of debuggint time). This release includes contemporary changes for
  Crimea and Troll Station, Antarctica from 2014b and contemporary changes for
  Egypt from 2014c.


1.65    2014-03-09

- This release is based on version 2014a of the Olson database. This release
  includes contemporary changes for Turkey.


1.64    2014-02-07

- Under taint mode, DateTime::TimeZone->new( name => 'local' ) could die
  depending on the method used to find the local time zone name. The resulting
  variable would often be tainted. We now untaint all names before attempting
  to load them. Reported by Stevie-O. RT #92631.
2014-05-16 00:48:41 +00:00
adam
28bb94d01f Revbump after updating graphics/giflib 2014-05-15 14:41:45 +00:00
dsainty
c51f15fd96 State the package's licence. 2014-05-11 23:42:10 +00:00