Commit graph

2074 commits

Author SHA1 Message Date
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
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
adam
931d707fe2 Revbump for boost update 2017-08-24 20:03:08 +00:00
adam
a2c6cdc1c2 Version 0.16.2
- Fix crash when using daterange or item_type filters in
  :storage:`google_calendar`, see :gh:`657`.
- **Packagers:** Fixes for new version ``0.2.0`` of ``click-log``. The version
  requirements for the dependency ``click-log`` changed.
2017-08-24 20:02:40 +00:00
markd
955a3864c5 Add tex-datenumber{,-doc} 2017-08-24 02:31:08 +00:00
markd
b3c6e6ce4b Add tex-datenumber{,-doc} 0.02
This package provides commands to convert a date into a number
and vice versa. Additionally there are commands for
incrementing and decrementing a date. Leap years and the
Gregorian calendar reform are considered.
2017-08-24 02:29:57 +00:00
adam
bbb7b47689 1.9
Added support for months, years to ``parse_timedelta``.
2017-08-22 08:08:25 +00:00
jperkin
8d807318ac Fix build on SunOS. Patches submitted by Thomas Merkel in NetBSD/pkgsrc#9 2017-08-21 14:39:05 +00:00
jlam
442b0d19fa time/hebcal: Fix empty installed GNU info file.
The distributed GNU info file is an empty file. Remove it after
extracting the files so that make(1) will rebuild it as part of
the "all" target.

Bump the PKGREVISION due to a change in the installed GNU info
file.
2017-08-18 01:14:32 +00:00
wiz
c3297cc01b Remove libgcal, the API it implements has been deprecated in 2012 or so. 2017-08-16 20:57:26 +00:00
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +00:00
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
wiz
c8d088e29a Updated p5-DateTime-Format-Strptime to 1.7400.
1.74     2017-08-03

- Fix text to not rely on a very specific exception message from Specio. This
  was broken in 0.39. Reported by Slaven Rezić. GH #18.
2017-08-16 06:57:57 +00:00
wiz
13c2cf036a Updated py-vdirsyncer to 0.16.1.
Version 0.16.1
==============

*released on 8 August 2017*

- Removed remoteStorage support, see :gh:`647`.
- Fixed test failures caused by latest requests version, see :gh:`660`.
2017-08-14 20:00:19 +00:00
wiz
09320c3389 Updated p5-Time-HiRes to 1.9744.
1.9744 [2017-07-27]
  - add more potential clock constants, like CLOCK_MONOTONIC_FAST
    (available in FreeBSD), and not all potentially found clock
    constants were properly exported to be available from Perl,
    see your system's clock_gettime() documentation for the available ones

1.9743 [2017-07-20]
  - correct declared minimum Perl version (should be 5.6, was declared
    as 5.8 since 1.9727_03): blead af94b3ac
  - fix the fix for 'do file' to load hints in Makefile.PL: blead 3172fdbc
2017-08-14 19:16:40 +00:00
adam
6756581eca 3.11.6:
Bug fixes:
Fix VTIMEZONEs including RDATEs
2017-08-06 19:30:51 +00:00
wiz
4b6cc49c90 Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
wiz
8733ee0040 Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
markd
da13cea99f Add p5-DateTime-Calendar-Julian 2017-08-01 12:57:21 +00:00
markd
244e94889f Add p5-DateTime-Calendar-Julian 0.04
This is a companion module to DateTime.pm. It implements the Julian
calendar. It supports everything that DateTime.pm supports and more:
about one day per century more, to be precise.
2017-08-01 12:56:24 +00:00
wiz
5d86518619 Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
adam
c3ed98cacc 0.1.12
Fix class reference for iso8601.Utc in module docstring
2017-07-28 07:16:28 +00:00
adam
07aa5dc9d3 1.8:
Introducing ``timing.Timer``, featuring a ``expired``
method for detecting when a certain duration has been
exceeded.
2017-07-19 17:06:49 +00:00
adam
4621d3573b 3.11.5:
Bug fixes:
- added an assertion that VTIMEZONE sub-components' DTSTART must be of type
  DATETIME
- Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs and
  OFFSETs but which are of different types
2017-07-14 10:55:54 +00:00
joerg
03f704711c Retire CLANG_NO_VALUE_PROPAGATION_PASS. CVP has been fixed in LLVM to
require much less memory.
2017-07-11 19:41:20 +00:00
jaapb
f70dd873bb Revbump associated with ocaml-4.04.2 2017-07-11 14:19:18 +00:00
adam
9221720b4b Version 2.6.1
-------------
- Updated zoneinfo file to 2017b.
- Added Python 3.6 to CI testing
- Removed duplicate test name that was preventing a test from being run.
- Fixed testing of folds and gaps, particularly on Windows
- Fixed deprecated escape characters in regular expressions.
- Many PEP8 style violations and other code smells were fixed.
- Improved performance of tzutc and tzoffset objects.
- Fixed issue with several time zone classes around DST transitions in any
  zones with +0 standard offset (e.g. Europe/London)
- Fixed issue with fuzzy parsing where tokens similar to AM/PM that are in the
  end skipped were dropped in the fuzzy_with_tokens list.
- Fixed issue with parsing dates of the form X m YY.
- Added support for parser weekdays with less than 3 characters.
- Fixed issue with the addition and subtraction of certain relativedeltas.
- Fixed issue where the COUNT parameter of rrules was ignored if 0.
- Updated documentation to include the new tz methods.
- Update documentation to reflect that the parser can raise TypeError.
- Fixed an incorrect year in a parser doctest.
- Moved version information into _version.py and set up the versions more
  granularly.
2017-07-11 06:10:37 +00:00
adam
3d95e6c9c1 0.5.4:
Fix parsing of Periods
Make Duration objects hashable
Add multiplication to duration
2017-07-07 08:51:16 +00:00
wiz
93c92fb60c Updated py-vdirsyncer to 0.16.0.
Version 0.16.0
==============

*released on 2 June 2017*

- Strip ``METHOD:PUBLISH`` added by some calendar providers, see :gh:`502`.
- Fix crash of Google storages when saving token file.
- Make DAV discovery more RFC-conformant, see :ghpr:`585`.
- Vdirsyncer is now tested against Xandikos, see :ghpr:`601`.
- Subfolders with a leading dot are now ignored during discover for
  ``filesystem`` storage. This makes it easier to combine it with version
  control.
- Statuses are now stored in a sqlite database. Old data is automatically
  migrated. Users with really large datasets should encounter performance
  improvements. This means that **sqlite3 is now a dependency of vdirsyncer**.
- **Vdirsyncer is now licensed under the 3-clause BSD license**, see :gh:`610`.
- Vdirsyncer now includes experimental support for `EteSync
  <https://www.etesync.com/>`_, see :ghpr:`614`.
- Vdirsyncer now uses more filesystem metadata for determining whether an item
  changed. You will notice a **possibly heavy CPU/IO spike on the first sync
  after upgrading**.
- **Packagers:** Reference ``systemd.service`` and ``systemd.timer`` unit files
  are provided. It is recommended to install these as documentation if your
  distribution is systemd-based.
2017-07-04 09:16:41 +00:00
wiz
76fd644200 Updated khal to 0.9.6.
0.9.6
=====
released 2017-06-13

* FIX set PRODID to khal/icalendar
* FIX don't crash on updated vcards
* FIX checking for RRULEs we understand
* FIX after editing an event in ikhal, make sure both the calendar and the
  eventcolumn are focused on the new date
* FIX no more crashes if only one event which is an overwritten instance is
  present in an .ics file
* FIX .ics files containing only overwritten instances are not expanded anymore,
  even if they contain a RRULE or RDATE
* FIX valid UNTIL entry for recurring datetime events

* CHANGE the symbol used for indicating a recurring event now has a space in
  front of it, also the ascii version changed to `(R)`
* CHANGE birthdays on leap 29th of February are shown on 1st of March in
  non-leap years

* NEW import and printics will read from stdin if not filename(s) are provided.
* NEW new entry points recommended for packagers to use.
* NEW support keyword `yesterday` for querying and creating events
2017-07-04 08:50:28 +00:00
jperkin
2b48a20358 These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 13:24:28 +00:00
jperkin
501ca1937d These packages all require the PERL_USE_UNSAFE_INC hack. 2017-06-28 08:27:40 +00:00
youri
c6a3505db7 Add gtk2 to fix build. 2017-06-23 16:48:44 +00:00
youri
f572e5a0b9 Update xfce4-datetime-plugin to 0.7.0:
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-20 21:36:43 +00:00
youri
a72b4dd57d Add gtk2 dependency back to fix build. 2017-06-20 18:55:03 +00:00
wiz
cc5b6641e0 Updated p5-DateTime to 1.4300.
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-14 13:15:48 +00:00
wiz
7fc2b5205f Updated p5-DateTime-TimeZone to 2.13.
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-14 12:31:54 +00:00
maya
ca18d30e6f Fix build with perl 5.26 2017-06-12 07:51:55 +00:00
maya
55e0705b87 Fix build with perl 5.26 2017-06-12 07:41:33 +00:00
ryoon
fb0f82a8cb Fix build with Perl 5.26.0 2017-06-09 17:05:58 +00:00
mrg
a867b7acd0 fix build with perl 5.26, copied from p5-Data-ICal's version of this. 2017-06-07 18:07:50 +00:00
ryoon
c67e719d43 Fix build with Perl 5.26.0 2017-06-07 14:53:52 +00:00
ryoon
e299296b27 Fix build with Perl 5.26.0 2017-06-06 14:58:09 +00:00
ryoon
4d878a7622 Fix build with Perl 5.26.0 2017-06-06 14:45:48 +00:00
taca
38f2205416 Add and enable ruby-iso8601. 2017-06-05 15:30:47 +00:00