Commit graph

2025 commits

Author SHA1 Message Date
wiz
3f1f7c6c2c p5-DateTime-TimeZone: update to 2.15.
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-08 21:21:00 +00:00
wiz
3136be87d4 p5-DateTime-Locale: update to 1.17.
1.17     2017-11-04

- Rebuilt all locale data with CLDR 32, released on 2017-11-01.
2017-11-08 21:20:08 +00:00
adam
f734128923 py-tzdata: updated to 2017.3.1
2017.3.1:
Unknown changes
2017-11-07 13:14:53 +00:00
wiz
24f1372e19 fet: follow redirect 2017-11-06 13:25:32 +00:00
taca
c52fb49a6d time/ruby-tzinfo-data: update to 1.2017.3
* Based on version 2017c of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2017-October/000047.html).
2017-10-31 15:47:50 +00:00
taca
b5a3f794cb time/ruby-tzinfo: Update to 1.2.4
* Ignore the leapseconds file that is included in zoneinfo directories
  installed with version 2017c and later of the Time Zone Database.
2017-10-31 15:46:33 +00:00
jperkin
0f08823df8 py-maya: Fix build with python27. 2017-10-31 09:22:21 +00:00
adam
ff0f68f2b6 py-pytz: updated to 2017.3
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-30 18:31:28 +00:00
adam
189b6c70d9 py-tzdata: updated to 2017.3
2017.3:
Changes unknown.
2017-10-28 09:13:28 +00:00
adam
5d025085a0 py-pendulum: updated to 1.3.1
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-28 09:06:26 +00:00
adam
bb5a74017c py-maya: updated to 0.3.3
0.3.3:
Fix typos and correct spelling.
2017-10-28 08:54:11 +00:00
khorben
d47c7eb361 Add support for LDFLAGS
This notably fixes building with RELRO enabled.
2017-10-25 21:59:33 +00:00
khorben
2420cdd2bb Add support for LDFLAGS
This notably fixes building with RELRO enabled.
2017-10-25 21:45:38 +00:00
adam
47adb66a04 py-isodate: update to 0.6.0
0.6.0:
- support incomplete month date
- rely on duck typing when doing duration maths
- support ':' as separator in fractional time zones
2017-10-16 06:44:28 +00:00
adam
8eef9f5d2f py-arrow: update to 0.10.0
0.10.0
- [FIX] Fix getattr off by one for quarter
- [FIX] Fix negative offset for UTC
- [FIX] Update arrow.py
2017-10-12 06:38:08 +00:00
wiz
11cd1eabec ical2rem: comment out dead site 2017-10-09 08:11:46 +00:00
wiz
a291e85d4d khal: update to 0.9.8.
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-05 22:39:05 +00:00
wiz
6e767f57d4 py-vdirsyncer: update to 0.16.3.
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-03 09:50:02 +00:00
wiz
8a3fc94275 khal: update to 0.9.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-02 13:42:10 +00:00
joerg
302d9e21b4 Needs pytest-runner. 2017-10-01 19:02:12 +00:00
joerg
225ff93322 + py-maya 2017-09-29 21:23:11 +00:00
joerg
ce0a6eae23 Add py-maya-0.3.2:
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 21:22:51 +00:00
joerg
2dc2d1b885 + py-dateparser 2017-09-29 21:22:07 +00:00
joerg
a7ebb85713 Add py-dateparser-0.6.0:
dateparser provides modules to easily parse localized dates in almost any
string formats commonly found on web pages.
2017-09-29 21:21:52 +00:00
joerg
5e6e564614 + py-pendulum 2017-09-29 21:19:07 +00:00
joerg
5510bdcc63 Add py-pendulum-1.2.5:
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 21:18:49 +00:00
joerg
a9e4a5ae97 + py-tzdata 2017-09-29 13:58:05 +00:00
joerg
9433e68825 Add pytzdata-2017.2.2:
Official timezone database for Python.
2017-09-29 13:57:34 +00:00
wiz
4a0e7acbc7 time/Makefile: py-ligotimegps 2017-09-29 08:48:11 +00:00
wiz
110fa76bbe time/py-ligotimegps: import py-ligotimegps-1.1
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-29 08:47:53 +00:00
wiz
13e16a0488 p5-Time-Interval: Remove unnecessary line. 2017-09-26 15:05:21 +00:00
wiz
d4fbf88f77 p5-Time-Piece: update to 1.3202.
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-26 14:57:33 +00:00
wiz
333224e3df p5-Time-Interval: update to 1.234.
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-26 14:56:28 +00:00
wiz
f2537bd586 p5-Test-Time: update to 0.05.
0.05 2017-08-04T13:53:20Z
	Fix prereq (by haarg)
2017-09-26 14:49:31 +00:00
wiz
e8b14601de p5-DateTime-Format-Pg: update to 0.16013.
0.16013 2017-05-04T12:46:23Z
    - Fix handling for nanoseconds (issue #14)
    - Fix handling fractional seconds (issue #12)
2017-09-26 14:47:59 +00:00
wiz
e7ab57c332 p5-DateTime-Format-CLDR: update to 1.19.
1.19 Fri Jun 2 2017
    - Fix failing timezone tests rt121273
    - perl 5.26 Makefile.PL
2017-09-26 14:45:53 +00:00
wiz
615541421a p5-Data-ICal-DateTime: update to 0.82.
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 14:41:54 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
wiz
a08ccc4150 recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
taca
35ca36500b Update ruby-hitimes to 1.2.6.
## Version 1.2.6 2017-08-04

* Resolve version number issue (#61) (thanks @anthraxx)
2017-09-10 16:12:20 +00:00
jaapb
410a1001fa Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
ryoon
5bd9ca4ef6 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
wiz
6dbf2b6475 Follow a redirect. 2017-09-07 07:54:25 +00:00
wiz
3110a02dbc Comment out dead sites. 2017-09-06 10:40:25 +00:00
wiz
1fc957a0ce Follow some redirects. 2017-09-06 09:02:59 +00:00
wiz
303dc564fb Update some URLs. 2017-09-04 18:55:07 +00:00
wiz
ff22ec594f Follow some redirects. 2017-09-04 18:08:18 +00:00
wiz
1770bcacd4 Comment out dead sites. 2017-09-04 18:00:49 +00:00