summaryrefslogtreecommitdiff
path: root/time
AgeCommit message (Collapse)AuthorFilesLines
2017-11-17py-pendulum: updated to 1.3.2adam3-9/+10
1.3.2 Fixed instance() behaviour with pytz offsets. Fixed deepcopy / pickle compatibility for TimezoneInfo.
2017-11-08p5-DateTime-TimeZone: update to 2.15.wiz2-7/+7
2.15 2017-11-04 - Make the local zone lookup code handle the case where /usr/share/zoneinfo is a symlink, as it apparently is on recent versions of macOS (10.13). Fixed by Tom Wyant. GH #22 and #23. 2.14 2017-10-28 - This release is based on version 2017c of the Olson database. This release includes contemporary changes for Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos.
2017-11-08p5-DateTime-Locale: update to 1.17.wiz2-8/+7
1.17 2017-11-04 - Rebuilt all locale data with CLDR 32, released on 2017-11-01.
2017-11-07py-tzdata: updated to 2017.3.1adam2-7/+7
2017.3.1: Unknown changes
2017-11-06fet: follow redirectwiz1-3/+3
2017-10-31time/ruby-tzinfo-data: update to 1.2017.3taca3-9/+8
* Based on version 2017c of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2017-October/000047.html).
2017-10-31time/ruby-tzinfo: Update to 1.2.4taca3-8/+9
* Ignore the leapseconds file that is included in zoneinfo directories installed with version 2017c and later of the Time Zone Database.
2017-10-31py-maya: Fix build with python27.jperkin2-1/+25
2017-10-30py-pytz: updated to 2017.3adam3-10/+11
2017.3: This release contains rare code changes, allowing use of an environment variable to override the database location, and ability to load pickles stored with Python2 to be loaded under Python3.
2017-10-28py-tzdata: updated to 2017.3adam3-10/+11
2017.3: Changes unknown.
2017-10-28py-pendulum: updated to 1.3.1adam2-10/+11
1.3.1: Fixed inaccuracy of in_days() method on DST transitions. Fixed seconds inaccuracy for past datetimes. 1.3.0: Added support for the alternative formatter's tokens in from_format(). Added a timezones module attribute to expose available timezones. Added the exact keyword to parse() which behaves exactly like strict. Dropped support for Python 3.2 and 3.3. The classic formatter in from_format() is now deprecated. Fixed th locale.
2017-10-28py-maya: updated to 0.3.3adam3-15/+19
0.3.3: Fix typos and correct spelling.
2017-10-25Add support for LDFLAGSkhorben1-1/+2
This notably fixes building with RELRO enabled.
2017-10-25Add support for LDFLAGSkhorben1-2/+3
This notably fixes building with RELRO enabled.
2017-10-16py-isodate: update to 0.6.0adam3-8/+11
0.6.0: - support incomplete month date - rely on duck typing when doing duration maths - support ':' as separator in fractional time zones
2017-10-12py-arrow: update to 0.10.0adam2-8/+8
0.10.0 - [FIX] Fix getattr off by one for quarter - [FIX] Fix negative offset for UTC - [FIX] Update arrow.py
2017-10-09ical2rem: comment out dead sitewiz1-4/+3
2017-10-05khal: update to 0.9.8.wiz2-7/+7
0.9.8 ===== released 2017-10-05 * FIX a bug in ikhal: when editing events and not editing the dates, the end time could erroneously be moved to the start time + 1h
2017-10-03py-vdirsyncer: update to 0.16.3.wiz3-11/+17
Version 0.16.3 ============== *released on 03 October 2017* - First version with custom Debian and Ubuntu packages. See :gh:`663`. - Remove invalid ASCII control characters from server responses. See :gh:`626`. - **packagers:** Python 3.3 is no longer supported. See :ghpr:`674`.
2017-10-02khal: update to 0.9.7.wiz2-7/+7
0.9.7 ===== released 2017-09-15 * FIX don't crash when editing events with datetime UNTIL properties * FIX `search` will no longer break on overwritten events with a master event * CHANGE `search` will now print one line for every different event in a recurrence set, that is one line for the master event, and one line for every different overwritten event
2017-10-01Needs pytest-runner.joerg1-1/+2
2017-09-29+ py-mayajoerg1-1/+2
2017-09-29Add py-maya-0.3.2:joerg4-0/+52
Datetimes are very frustrating to work with in Python, especially when dealing with different locales on different systems. This library exists to make the simple things much easier, while admitting that time is an illusion (timezones doubly so). Datetimes should be interacted with via an API written for humans. Maya is mostly built around the headaches and use-cases around parsing datetime data from websites.
2017-09-29+ py-dateparserjoerg1-1/+2
2017-09-29Add py-dateparser-0.6.0:joerg4-0/+134
dateparser provides modules to easily parse localized dates in almost any string formats commonly found on web pages.
2017-09-29+ py-pendulumjoerg1-1/+2
2017-09-29Add py-pendulum-1.2.5:joerg4-0/+312
Native datetime instances are enough for basic cases but when you face more complex use-cases they often show limitations and are not so intuitive to work with. Pendulum provides a cleaner and more easy to use API while still relying on the standard library. So it’s still datetime but better. Unlike other datetime libraries for Python, Pendulum is a drop-in replacement for the standard datetime class (it inherits from it), so, basically, you can replace all your datetime instances by Pendulum instances in you code (exceptions exist for libraries that check the type of the objects by using the type function like sqlite3 or PyMySQL for instance). It also removes the notion of naive datetimes: each Pendulum instance is timezone-aware and by default in UTC for ease of use. Pendulum also improves the standard timedelta class by providing more intuitive methods and properties.
2017-09-29+ py-tzdatajoerg1-1/+2
2017-09-29Add pytzdata-2017.2.2:joerg4-0/+655
Official timezone database for Python.
2017-09-29time/Makefile: py-ligotimegpswiz1-1/+2
2017-09-29time/py-ligotimegps: import py-ligotimegps-1.1wiz4-0/+41
This module provides a pure-python version of the LIGOTimeGPS class, used to represent GPS times (number of seconds elapsed since GPS epoch) with nanoseconds precision.
2017-09-26p5-Time-Interval: Remove unnecessary line.wiz1-2/+1
2017-09-26p5-Time-Piece: update to 1.3202.wiz2-8/+7
1.3202 2017-09-13 - Fix AIX compile 1.3201 2017-06-22 - Fix compile errors on MS - Use macro for buf sizes - Remove some compile warnings - SP of by 1 in _crt_localtime 1.32 2017-06-20 - Since 1.31: - New truncate() method - Add new flags: %F, %T, %P + more - Add rudimentary locale support via use_locale() - More tests - Less bugs (hopefully)
2017-09-26p5-Time-Interval: update to 1.234.wiz2-10/+9
Fix dependency. 1.234 Sat Aug 12 12:37:49 CDT 2017 fixed typo in coalesce() Thanks for the fix, Leos <xotahal@fi.muni.cz> !
2017-09-26p5-Test-Time: update to 0.05.wiz3-22/+7
0.05 2017-08-04T13:53:20Z Fix prereq (by haarg)
2017-09-26p5-DateTime-Format-Pg: update to 0.16013.wiz2-8/+10
0.16013 2017-05-04T12:46:23Z - Fix handling for nanoseconds (issue #14) - Fix handling fractional seconds (issue #12)
2017-09-26p5-DateTime-Format-CLDR: update to 1.19.wiz2-8/+12
1.19 Fri Jun 2 2017 - Fix failing timezone tests rt121273 - perl 5.26 Makefile.PL
2017-09-26p5-Data-ICal-DateTime: update to 0.82.wiz2-8/+8
Set LICENSE. 0.82 - Mon 21 Aug 2017 * Set recurrence timezone to the same as the 'start' attribute (fix github issue #2)
2017-09-26*: remove qt3 and the packages using it, including KDE3wiz15-292/+1
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
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