summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2017-06-23Add gtk2 to fix build.youri3-4/+6
2017-06-20Update xfce4-datetime-plugin to 0.7.0:youri2-9/+8
2016-11-01 ================================================================================ xfce4-datetime-plugin v0.7.0 released fix font styling with Gtk >= 3.22 to use a non-deprecated stanza
2017-06-20Add gtk2 dependency back to fix build.youri1-1/+2
2017-06-14Updated p5-DateTime to 1.4300.wiz2-8/+7
1.43 2017-05-29 - Added a small optimization for boolification overloading. Rather than relying on a fallback to stringification, we now return true directly, which is a little faster in cases like "if ($might_be_dt) { ... }". - The datetime() method now accepts a single argument to use as the separate between the date and time portion. This defaults to "T".
2017-06-14Updated p5-DateTime-TimeZone to 2.13.wiz2-8/+7
2.13 2017-06-01 - Really fix the indexing issue. For reals this time. I'm totally not kidding. Thanks to Grinnz on #metacpan for giving me the solution. 2.12 2017-06-01 - Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan again. No real code or zone changes. Reported by Greg Oscwhald. GH #19.
2017-06-12Fix build with perl 5.26maya1-1/+2
2017-06-12Fix build with perl 5.26maya2-3/+5
2017-06-09Fix build with Perl 5.26.0ryoon2-1/+17
2017-06-07fix build with perl 5.26, copied from p5-Data-ICal's version of this.mrg2-1/+14
2017-06-07Fix build with Perl 5.26.0ryoon2-1/+14
2017-06-06Fix build with Perl 5.26.0ryoon2-1/+15
2017-06-06Fix build with Perl 5.26.0ryoon2-1/+15
2017-06-05Add and enable ruby-iso8601.taca1-1/+2
2017-06-05Add ruby-iso8601 package version 0.9.1.taca4-0/+63
ISO8601 is a simple implementation in Ruby of the ISO 8601 (Data elements and interchange formats - Information interchange - Representation of dates and times) standard.
2017-06-05Update ruby-hitimes to 1.2.5.taca2-7/+7
## Version 1.2.5 2017-05-25 * Update dependencies * Add ruby 2.4 to windows fatbinary * Update docs to indicate windows ruby before 2.0 is no longer supported
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon66-110/+132
2017-06-01jdcal 1.3:adam3-11/+14
Use setuptools instead of distutils. This enables package managers to create Python wheels.
2017-05-16Changes 2.4:adam3-12/+10
Issue 219 - remove 'setup_requires' from setup.py
2017-05-11Updated py-icalendar to 3.11.4.wiz3-8/+13
3.11.4 (2017-05-10) ------------------- Bug fixes: - Don't break on parameter values which contain equal signs, e.g. base64 encoded binary data [geier] - Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs. [geier] 3.11.3 (2017-02-15) ------------------- Bug fixes: - Removed ``setuptools`` as a dependency as it was only required by setup.py and not by the package. - Don't split content lines on the unicode ``LINE SEPARATOR`` character ``\u2028`` but only on ``CRLF`` or ``LF``. 3.11.2 (2017-01-12) ------------------- Bug fixes: - Run tests with python 3.5 and 3.6. [geier] - Allow tests failing with pypy3 on travis.ci. [geier] 3.11.1 (2016-12-19) ------------------- Bug fixes: - Encode error message before adding it to the stack of collected error messages. 3.11 (2016-11-18) ----------------- Fixes: - Successfully test with pypy and pypy3. [gforcada] - Minor documentation update. [tpltnt]
2017-05-09Changes 1.4:adam3-11/+12
I use MIT on my other projects, so relicensing. Dropping support for Python versions nobody uses (2.5, 3.1, 3.2), adding 3.6 Python 3.1 and 3.2 still works, 2.5 has been broken for some time. Ayalash’s OS X fix didn’t work on Python 2.7, fixed that.
2017-05-04Version 2.6.0:adam3-14/+17
* Added PEP-495-compatible methods to address ambiguous and imaginary dates in time zones in a backwards-compatible way. Ambiguous dates and times can now be safely represented by all dateutil time zones. * Added new methods for working with ambiguous and imaginary dates to the tz module. datetime_ambiguous() determines if a datetime is ambiguous for a given zone and datetime_exists() determines if a datetime exists in a given zone. This works for all fold-aware datetimes, not just those provided by dateutil. * Fixed an issue where dst() in Portugal in 1996 was returning the wrong value in tz.tzfile objects * Fixed an issue where zoneinfo.ZoneInfoFile errors were not being properly deep-copied. * Refactored tzwin and tzrange as a subclass of a common class, tzrangebase, as there was substantial overlapping functionality. As part of this change, tzrange and tzstr now expose a transitions() function, which returns the DST on and off transitions for a given year. * Deprecated zoneinfo.gettz() due to confusion with tz.gettz(), in favor of get() method of zoneinfo.ZoneInfoFile objects. * For non-character, non-stream arguments, parser.parse now raises TypeError instead of AttributeError. * Fixed an issue where tzfile objects were not properly handling dst() and tzname() when attached to datetime.time objects. * /usr/share/lib/zoneinfo was added to TZPATHS for compatibility with Solaris systems. * tzoffset and tzrange objects now accept either a number of seconds or a datetime.timedelta() object wherever previously only a number of seconds was allowed. * datetime.timedelta objects can now be added to relativedelta objects. * Refactored relativedelta.weekday and rrule.weekday into a common base class to reduce code duplication.
2017-04-30Recursive revbump from boost updateryoon4-8/+8
2017-04-29Update to 1.05wen2-7/+7
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-23Revert previous now that py-setuptools is fixed.wiz1-1/+4
2017-04-22Revbump after icu updateadam3-6/+6
2017-04-22Fix PLIST after update.wiz1-4/+1
2017-04-21Update to 0.09wen2-8/+8
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-21Update to 0.19wen2-8/+7
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-21Update to 0.07wen2-8/+7
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-19Updated p5-Time-HiRes to 1.9742.wiz2-7/+7
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-19Updated khal to 0.9.5.wiz2-7/+7
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-19Reset MAINTAINER after tonnerre resigned.jperkin1-2/+2
2017-04-16- Add BUILD_DEPENDS+= p5-Package-DeprecationManager-[0-9]* for make testmef1-1/+2
2017-04-15Update ruby-tzinfo-data to 1.2017.2.taca2-7/+7
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-15Update ruby-tzinfo to 1.2.3.taca2-7/+7
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-15Update ruby-tzinfo03 to 0.3.53.taca3-8/+12
v0.3.53 2017/3/23 * Updated to tzdata version 2017b (https://mm.icann.org/pipermail/tz-announce/2017-March/000046.html).
2017-04-12Restore build dependency on p5-File-ShareDir-Install, spotted by wiz@.schmonz1-1/+2
2017-04-12Fix dependency on File::ShareDir. Bump PKGREVISION.schmonz1-2/+3
2017-04-10Updated time/py-mxDateTime to 3.2.9mef3-11/+17
----------------------------------- (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-09Update to 2.12wen2-8/+7
Upstream changes: 2.12 2017-03-27 NIGELM - fixed div-by-zero when smoothing
2017-04-09Update to 1.73wen2-9/+10
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-09Update to 0.28wen2-8/+7
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-09Update to 1.18wen2-7/+7
Upstream changes: 1.18 Sat Dec 31 2016 - Fix failing tests rt118286 - Various cleanups
2017-04-05Changes 2017.2:adam3-9/+10
Minor changes.
2017-04-04Updated p5-DateTime-TimeZone to 2.11.wiz2-7/+7
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-04Updated khal to 0.9.4.wiz3-11/+11
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-04Updated p5-DateTime-Locale to 1.16.wiz2-7/+9
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-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg6-6/+12
mirror.
2017-03-20Update ruby-timers to 4.1.2.taca3-15/+17
## 4.1.2 (2016-11-26) * RuboCop reformatting
2017-03-13Updated py-parsedatetime to 2.3.wiz2-7/+7
Fix for Issue #215 (test failure)