summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18revbump for requiring ICU 59.xmaya2-4/+4
2017-09-16Reset maintainerwiz8-16/+16
2017-09-12recursive bump for qt5-qtwebkit dependency changewiz1-2/+2
2017-09-10Update ruby-hitimes to 1.2.6.taca2-7/+7
## Version 1.2.6 2017-08-04 * Resolve version number issue (#61) (thanks @anthraxx)
2017-09-08Recursive revbump associated with update of ocaml to 4.05jaapb2-4/+4
2017-09-08Recursive revbump from audio/pulseaudio-11.0ryoon1-2/+2
2017-09-07Follow a redirect.wiz1-2/+2
2017-09-06Comment out dead sites.wiz3-8/+8
2017-09-06Follow some redirects.wiz1-3/+3
2017-09-04Update some URLs.wiz1-2/+2
2017-09-04Follow some redirects.wiz2-4/+4
2017-09-04Comment out dead sites.wiz1-2/+2
2017-09-04Remove gdeskcal. No upstream, last release from 2004.wiz5-208/+1
Even debian has already removed it.
2017-09-043.11.7:adam2-7/+7
New features: * added vUTCOffset.ignore_exceptions to allow surpressing of failed TZOFFSET parsing (for now this ignores the check for offsets > 24h)
2017-09-04Updated p5-Time-HiRes to 1.9746.wiz2-7/+7
1.9746 [2017-08-17] - Unreliable t/usleep.t and t/utime.t tests [rt.cpan.org #122819] Avoid testing for $dt = $t2 - $t1 and assuming $dt is less than some value since a heavily loaded machine can delay the $t2. Testing for greater than is fine. - Tweak the configuring messages about subsecond stat/utime. 1.9745 [2017-08-14] - Properly check for futimens/utimensat actually doing something. This should handle 'gnukfreebsd' (which has only stubs, so far we have been skipping the test) and as a new thing 'gnu' (Hurd) (also only stubs). Thanks to Nigel Horne. - Scan in t/utime.t whether the filesystem (wherever File::Temp puts it tempfiles) supports subsecond timestamps. This removes the fragile Linux/ext3 specific hack. As a side effect, the setting of subsecond timestamps is tested only if reading of them is supported. Thanks to Carsten Gaebler for the test idea, and Ryan Voots for testing.
2017-09-04Remove gtodo-applet.wiz7-102/+1
Gnome 1 application, no upstream, last release from 2004.
2017-09-04Comment out dead sites.wiz1-4/+3
2017-09-03Follow some redirects.wiz1-2/+2
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz2-5/+5
2017-08-26Update to 1.44wen2-7/+7
Upstream changes: 1.44 2017-08-20 - Added a stringify() method. This does exactly the same thing as stringification overloading does. GH #58. - Added an is_last_day_of_month() method to indicate whether or not an object falls on the last day of its month. GH #60.
2017-08-24Revbump for boost updateadam2-4/+4
2017-08-24Version 0.16.2adam2-11/+10
- Fix crash when using daterange or item_type filters in :storage:`google_calendar`, see :gh:`657`. - **Packagers:** Fixes for new version ``0.2.0`` of ``click-log``. The version requirements for the dependency ``click-log`` changed.
2017-08-24Add tex-datenumber{,-doc}markd1-1/+3
2017-08-24Add tex-datenumber{,-doc} 0.02markd8-0/+57
This package provides commands to convert a date into a number and vice versa. Additionally there are commands for incrementing and decrementing a date. Leap years and the Gregorian calendar reform are considered.
2017-08-221.9adam3-8/+9
Added support for months, years to ``parse_timedelta``.
2017-08-21Fix build on SunOS. Patches submitted by Thomas Merkel in NetBSD/pkgsrc#9jperkin3-2/+21
2017-08-18time/hebcal: Fix empty installed GNU info file.jlam1-2/+8
The distributed GNU info file is an empty file. Remove it after extracting the files so that make(1) will rebuild it as part of the "all" target. Bump the PKGREVISION due to a change in the installed GNU info file.
2017-08-16Remove libgcal, the API it implements has been deprecated in 2012 or so.wiz7-104/+1
2017-08-16Comment out dead sites.wiz3-6/+6
2017-08-16Follow some http redirects.wiz3-6/+6
2017-08-16Updated p5-DateTime-Format-Strptime to 1.7400.wiz2-8/+7
1.74 2017-08-03 - Fix text to not rely on a very specific exception message from Specio. This was broken in 0.39. Reported by Slaven Rezić. GH #18.
2017-08-14Updated py-vdirsyncer to 0.16.1.wiz3-11/+8
Version 0.16.1 ============== *released on 8 August 2017* - Removed remoteStorage support, see :gh:`647`. - Fixed test failures caused by latest requests version, see :gh:`660`.
2017-08-14Updated p5-Time-HiRes to 1.9744.wiz2-8/+7
1.9744 [2017-07-27] - add more potential clock constants, like CLOCK_MONOTONIC_FAST (available in FreeBSD), and not all potentially found clock constants were properly exported to be available from Perl, see your system's clock_gettime() documentation for the available ones 1.9743 [2017-07-20] - correct declared minimum Perl version (should be 5.6, was declared as 5.8 since 1.9727_03): blead af94b3ac - fix the fix for 'do file' to load hints in Makefile.PL: blead 3172fdbc
2017-08-063.11.6:adam3-8/+9
Bug fixes: Fix VTIMEZONEs including RDATEs
2017-08-01Comment out some dead HOMEPAGEs.wiz1-2/+2
2017-08-01Follow some http -> https redirects.wiz1-3/+3
2017-08-01Add p5-DateTime-Calendar-Julianmarkd1-1/+2
2017-08-01Add p5-DateTime-Calendar-Julian 0.04markd3-0/+29
This is a companion module to DateTime.pm. It implements the Julian calendar. It supports everything that DateTime.pm supports and more: about one day per century more, to be precise.
2017-07-30Switch github HOMEPAGEs to https.wiz2-4/+4
2017-07-280.1.12adam2-7/+7
Fix class reference for iso8601.Utc in module docstring
2017-07-191.8:adam4-11/+20
Introducing ``timing.Timer``, featuring a ``expired`` method for detecting when a certain duration has been exceeded.
2017-07-143.11.5:adam3-8/+9
Bug fixes: - added an assertion that VTIMEZONE sub-components' DTSTART must be of type DATETIME - Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs and OFFSETs but which are of different types
2017-07-11Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM tojoerg1-2/+1
require much less memory.
2017-07-11Revbump associated with ocaml-4.04.2jaapb3-5/+6
2017-07-11Version 2.6.1adam3-8/+11
------------- - Updated zoneinfo file to 2017b. - Added Python 3.6 to CI testing - Removed duplicate test name that was preventing a test from being run. - Fixed testing of folds and gaps, particularly on Windows - Fixed deprecated escape characters in regular expressions. - Many PEP8 style violations and other code smells were fixed. - Improved performance of tzutc and tzoffset objects. - Fixed issue with several time zone classes around DST transitions in any zones with +0 standard offset (e.g. Europe/London) - Fixed issue with fuzzy parsing where tokens similar to AM/PM that are in the end skipped were dropped in the fuzzy_with_tokens list. - Fixed issue with parsing dates of the form X m YY. - Added support for parser weekdays with less than 3 characters. - Fixed issue with the addition and subtraction of certain relativedeltas. - Fixed issue where the COUNT parameter of rrules was ignored if 0. - Updated documentation to include the new tz methods. - Update documentation to reflect that the parser can raise TypeError. - Fixed an incorrect year in a parser doctest. - Moved version information into _version.py and set up the versions more granularly.
2017-07-070.5.4:adam2-8/+8
Fix parsing of Periods Make Duration objects hashable Add multiplication to duration
2017-07-04Updated py-vdirsyncer to 0.16.0.wiz3-12/+18
Version 0.16.0 ============== *released on 2 June 2017* - Strip ``METHOD:PUBLISH`` added by some calendar providers, see :gh:`502`. - Fix crash of Google storages when saving token file. - Make DAV discovery more RFC-conformant, see :ghpr:`585`. - Vdirsyncer is now tested against Xandikos, see :ghpr:`601`. - Subfolders with a leading dot are now ignored during discover for ``filesystem`` storage. This makes it easier to combine it with version control. - Statuses are now stored in a sqlite database. Old data is automatically migrated. Users with really large datasets should encounter performance improvements. This means that **sqlite3 is now a dependency of vdirsyncer**. - **Vdirsyncer is now licensed under the 3-clause BSD license**, see :gh:`610`. - Vdirsyncer now includes experimental support for `EteSync <https://www.etesync.com/>`_, see :ghpr:`614`. - Vdirsyncer now uses more filesystem metadata for determining whether an item changed. You will notice a **possibly heavy CPU/IO spike on the first sync after upgrading**. - **Packagers:** Reference ``systemd.service`` and ``systemd.timer`` unit files are provided. It is recommended to install these as documentation if your distribution is systemd-based.
2017-07-04Updated khal to 0.9.6.wiz2-7/+7
0.9.6 ===== released 2017-06-13 * FIX set PRODID to khal/icalendar * FIX don't crash on updated vcards * FIX checking for RRULEs we understand * FIX after editing an event in ikhal, make sure both the calendar and the eventcolumn are focused on the new date * FIX no more crashes if only one event which is an overwritten instance is present in an .ics file * FIX .ics files containing only overwritten instances are not expanded anymore, even if they contain a RRULE or RDATE * FIX valid UNTIL entry for recurring datetime events * CHANGE the symbol used for indicating a recurring event now has a space in front of it, also the ascii version changed to `(R)` * CHANGE birthdays on leap 29th of February are shown on 1st of March in non-leap years * NEW import and printics will read from stdin if not filename(s) are provided. * NEW new entry points recommended for packagers to use. * NEW support keyword `yesterday` for querying and creating events
2017-06-28These packages all require the PERL_USE_UNSAFE_INC hack.jperkin1-1/+3
2017-06-28These packages all require the PERL_USE_UNSAFE_INC hack.jperkin1-1/+3