Commit graph

2017 commits

Author SHA1 Message Date
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
wiz
b5356a1286 Remove gdeskcal. No upstream, last release from 2004.
Even debian has already removed it.
2017-09-04 17:46:05 +00:00
adam
4a1af3b7e6 3.11.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-04 17:02:10 +00:00
wiz
d1304e87e8 Updated p5-Time-HiRes to 1.9746.
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-04 12:39:41 +00:00
wiz
bed3801304 Remove gtodo-applet.
Gnome 1 application, no upstream, last release from 2004.
2017-09-04 05:52:56 +00:00
wiz
320f5ea809 Comment out dead sites. 2017-09-04 05:36:14 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
wiz
9ddb7f9e9c Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
wen
87f76ca09a Update to 1.44
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-26 08:29:45 +00:00