summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2014-06-29Use tail -n +2 instead of tail +2 to work around broken Linux userlands.dholland3-14/+20
While here, move seddery from post-patch to pre-configure. XXX: it should be replaced with SUBST.
2014-06-25Update trytond modules using py-trytond/Makefile.commonrichard1-4/+4
ok wiz@
2014-06-14+py-arrow - packaged originally in -wip by kamelderouiche@yahoo.com.rodent1-1/+2
2014-06-14Import py27-arrow-0.4.2 as time/py-arrow.rodent4-0/+61
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-09Update to 1.10. From the changelog:schmonz2-7/+6
- 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-09Update to 2014.4: the usual changes.wiz2-6/+6
2014-06-09Update to 3.7:wiz3-8/+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-05-29Bump for perl-5.20.0.wiz70-116/+140
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-20Update to 2014.3, the usual changes.wiz2-6/+6
2014-05-18Fix build against newer readline.joerg3-1/+180
2014-05-16Update to 1.69wen2-6/+6
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-15Revbump after updating graphics/giflibadam2-4/+4
2014-05-11State the package's licence.dsainty1-1/+2
2014-05-11Not MAKE_JOBS_SAFE, it appears.dsainty1-1/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz8-16/+16
until proven otherwise.
2014-05-05Python 2.6 is not supported by py-tryton.joerg1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon15-30/+30
Fix PR pkg/48777
2014-05-03Updated to latest version, 3.2.0. From CHANGELOG:rodent2-7/+7
Version 3.2.0 - 2014-04-21 * Bug fixes (see mercurial logs for details)
2014-04-21Don't use profiling flags by default.joerg2-1/+20
2014-04-20Update to 1.08wen2-6/+6
Upstream changes: 1.08 2014-03-11 - DateTime now calls DateTime->_core_time() instead of calling Perl's time() built-in directly. This makes it much easier to override the value of time() that DateTime sees. This may make it easier to write tests for code that uses DateTime . 1.07 2014-02-06 - Added a hack to get this module working on Android. RT #92671.
2014-04-10recursive bump from ilmbase shlib version change.obache3-6/+6
2014-04-09recursive bump from icu shlib major bump.obache2-4/+4
2014-03-31Update to 2014.2: the usual timezone changes.wiz3-7/+8
2014-03-31+ py-iso8601.wiz1-1/+2
2014-03-31Import py27-iso8601-0.1.10 as time/py-iso8601.wiz4-0/+37
This Python module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
2014-03-13Update ruby-tz to 0.3.39.taca3-13/+8
* Updated to tzdata version 2014a (http://mm.icann.org/pipermail/tz-announce/2014-March/000018.html).
2014-03-11Remove example rc.d scripts from PLISTs.jperkin2-4/+2
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2014-02-16Link network libs on SunOSwiedi3-7/+9
2014-02-16Use correct BUILD_TARGET on SunOSwiedi1-1/+5
2014-02-15link network libs on SunOSwiedi1-1/+3
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron10-17/+20
2014-02-06Updated time/p5-Rose-DateTime to 0.540abs2-7/+7
0.540 (12.08.2013) - John Siracusa <siracusa@gmail.com> * Handle object return value from DateTime->DefaultLocale. 0.539 (10.03.2013) - John Siracusa <siracusa@gmail.com> * Fixed a typo in the documentation. (RT 89224)
2014-02-01+py-trytond-calendarrodent1-1/+2
2014-02-01Import py27-trytond-calendar-3.0.2 as time/py-trytond-calendar.rodent4-0/+99
The calendar module of the Tryton application platform.
2014-02-01Update to KDE SC 4.11.5markd2-6/+5
bug fixes
2014-02-01PKGREVISION bump for libical major version increase.markd1-2/+2
2014-02-01Update libical to 1.0.markd6-64/+34
bugfixes.
2014-01-31Mark some stuff not available for python and use versioned_dependencies.mk,wiz1-3/+4
so that pbulk can finish a scan again.
2014-01-30+py-goocalendarrodent1-1/+2
2014-01-30Import py27-goocalendar-0.1 as time/py-goocalendar.rodent4-0/+42
A calendar widget for GTK using PyGoocanvas.
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-4/+2
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz7-21/+24
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-20Update to 3.2.7. Changes not found.wiz3-11/+48
Set LICENSE. Fix interpreter path in installed files.
2014-01-20Fix build with TCL 8.6joerg1-1/+3
2014-01-19Update to 1.1.2:wiz3-25/+18
03 Mar 2013 - bear bumped version to 1.1.1 Ugh - debug log caused an error during formatting Issue 10 https://github.com/bear/parsedatetime/issues/10 14 Nov 2012 - bear Added test for "last friday" Updated MANIFEST to reflect renamed README file Bumped version to 1.1 15 Mar 2011 - bear Updated 1.0.0 code to work with 2.6+ (need to try 2.5) and also updated docs and other supporting code 07 Sep 2009 - bear Created branches/python25 from current trunk to save the current code Converted trunk to Python 3 and also refactored how the module is structured so that it no longer requires import parsedatetime.parsedatetime Bumped version to 1.0.0 to reflect the major refactoring
2014-01-19Update to 3.6.1:wiz3-15/+19
3.6.1 (2014-01-13) ------------------ - Open text files referenced by setup.py as utf-8, no matter what the locale settings are set to. Fixes #122. [sochotnicky] - Add tox.ini to source tarball, which simplifies testing for in distributions. [sochotnicky] 3.6 (2014-01-06) ---------------- - Python3 (3.3+) + Python 2 (2.6+) support [geier] - Made sure to_ical() always returns bytes [geier] - Support adding lists to a component property, which value already was a list and remove the Component.set method, which was only used by the add method. [thet] - Remove ability to add property parameters via a value's params attribute when adding via cal.add (that was only possible for custom value objects and makes up a strange API), but support a parameter attribute on cal.add's method signature to pass a dictionary with property parameter key/value pairs. Fixes #116. [thet] - Backport some of Regebro's changes from his regebro-refactor branch. [thet] - Raise explicit error on another malformed content line case. [hajdbo] - Correctly parse datetime component property values with timezone information when parsed from ical strings. [untitaker]
2014-01-16Convert to use versioned_dependencies.mk.wiz2-5/+8
2014-01-16+ py-dateutil2wiz1-1/+2
2014-01-16Import py33-dateutil-2.0 as time/py-dateutil2.wiz4-0/+76
The dateutil module provides powerful extensions to the standard datetime module. Features * Computing of relative deltas (next month, next year, next monday, last week of month, etc); * Computing of relative deltas between two given date and/or datetime objects; * Computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * Generic parsing of dates in almost any string format; * Timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, and UTC timezone. * Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms; * More than 400 test cases. This package contains the Python-3.x version of the module. Changes compared to py-dateutil-1.5: 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.