Commit graph

2074 commits

Author SHA1 Message Date
minskim
09880fb376 time/Makefile: Add py-jinja2-time 2018-02-25 00:53:05 +00:00
minskim
c5cd696bf3 time/py-jinja2-time: Import version 0.2.0
jinja2-time is a Jinja2 extension for dates and times.
2018-02-25 00:52:29 +00:00
wen
0e75eeaf7c Update to 1.3204
Upstream changes:
1.3204  2018-02-19
        - Fix compilation warnings.
2018-02-24 04:16:11 +00:00
wen
fe5b65766d Update to 1.9754
Upstream changes:
1.9754 [2018-02-16]
 - unify the gettimeofday() and time() forked code
   that had near identical code paths for MacOS Classic
   (which has two unusual features: unsigned time_t,
   and a special tz struct member), and for non-MacOS Classic
 - tv_interval should be implemented in XS
   [rt.cpan.org #106456]
   thanks to Sergey Aleynikov (suggested implementation simplified
   by the above-mentioned MacOS Classic simplification)
2018-02-20 03:05:38 +00:00
wen
fa5b67f67c Update to 1.46
Upstream changes:
1.46   2018-02-11

- Fixed the formatting for the CLDR "S" symbol. It could in some cases round
  _up_ to 1 instead of truncating a value. For example, the "SSS" symbol would
  format 999,999,999 nanoseconds as "1.000". Fixed by Gianni Ceccarelli. PR
  #71.
2018-02-20 02:58:16 +00:00
he
e1d02303bf Use "unsigned char" for bitmaps, to avoid warnings about >=128 -> char
conversions from the newer compiler.
Bump PKGREVISION.
2018-02-18 23:50:36 +00:00
he
fc24826307 Add a patch to rid us of the warnings related to using an old tcl API.
Bump PKGREVISION.
2018-02-18 20:03:30 +00:00
adam
ec8328f958 py-pytz: updated to 2018.3
2018.3:
Unknown changes.
2018-02-13 08:37:14 +00:00
wiz
165747f501 py-vdirsyncer: update to 0.16.4.
Version 0.16.4
==============

*released on 05 February 2018*

- Fix tests for new Hypothesis version. (Literally no other change included)
2018-02-11 18:49:18 +00:00
wiz
363f8b214a wmzcalock: use https 2018-02-11 15:54:10 +00:00
minskim
91a2b4105b time/Makefile: Add R-timeDate 2018-02-09 16:53:50 +00:00
minskim
3139a1a4f8 time/R-timeDate: Import version 3042.101
The 'timeDate' class fulfils the conventions of the ISO 8601 standard
as well as of the ANSI C and POSIX standards. Beyond these standards
it provides the "Financial Center" concept which allows to handle data
records collected in different time zones and mix them up to have
always the proper time stamps with respect to your personal financial
center, or alternatively to the GMT reference time. It can thus also
handle time stamps from historical data records from the same time
zone, even if the financial centers changed day light saving times at
different calendar dates.
2018-02-09 16:53:08 +00:00
adam
7bcbf94b86 py-dateparser: updated to 0.7.0
0.7.0:
Features added during Google Summer of Code 2017:
* Harvesting language data from Unicode CLDR database (https://github.com/unicode-cldr/cldr-json), which includes over 200 locales
See full currently supported locale list in README.
* Extracting dates from longer strings of text
Special thanks for their awesome contributions!

New features:
* Added (independently from CLDR) Georgian and Swedish

Improvements:
* Improved support of Chinese, Thai, French, Russian
* Removed ruamel.yaml from dependencies. This should reduce the number of installation issues and improve performance as the result of moving away from YAML as basic data storage format.
Note that YAML is still used as format for support language files.
* Improved performance through using pre-compiling frequent regexes and lazy loading of data
* Extended tests
* Updated nose_parameterized to its current package, parameterized
2018-02-09 09:17:23 +00:00
adam
1be1870715 py-pendulum: updated to 1.4.1
1.4.1:
Fixed an error when comparing a Period to a timedelta in PyPy.
Fixed an offset error for datetimes between the before last and last transition.
Fixed unpickling with undefined / empty timezone name.
2018-02-08 16:42:40 +00:00
wen
345f5ad51f Update to 2.17
Upstream changes:
2.17    2018-01-23

- This release is based on version 2018b of the Olson database. This release
  reverts the changes for Ireland in the previous versions as these caused
  breakages in some systems that consumed the IANA time zone data.


2.16    2018-01-19

- This release is based on version 2018b of the Olson database. This release
  includes contemporary changes for S瓊o Tom矇 and Pr穩ncipe, Brazil, and
  Ireland. The 2018a was skipped because it was missing a file, but there are
  no data changes from 2018a to 2018b.
2018-02-04 04:18:08 +00:00
adam
7302392e89 py-tzdata: updated to 2018.3
2018.3:
Unknown changes.
2018-01-30 14:12:59 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
triaxx
8501ecd269 * debl3ification
* PLIST sorting
2018-01-26 17:17:35 +00:00
triaxx
5a3b22174e bl3ification 2018-01-26 14:42:06 +00:00
adam
4de7081ec4 py-pendulum: updated to 1.4.0
1.4.0:
Changed:
format(), diff_for_humans(), in_words() and to_xxx_string() methods now return unicode strings for Python 2.7.
Improved performance of now() and utcnow().

Fixed
Fixed from_format() raising an error with the alternative formatter.
2018-01-24 11:52:29 +00:00
adam
c70b9df762 py-arrow: updated to 0.12.1
0.12.1:
Bug fixes
2018-01-24 09:05:10 +00:00
wiz
fd668be80d p5-Time-HiRes: update to 1.9753.
1.9753 [2018-01-11]
 - in t/clock.t in a fast system we need to burn more CPU,
   reported and fix suggested by Joel C. Maslak <jmaslak@antelope.net>
   [rt.cpan.org #124025]
 - for t/utime.t in netbsd we need /sbin in PATH to find the mount command,
   this is needed for the fix in 1.9751 to actually help netbsd with noatime
   mounts.
   (thanks to Nigel Horne)
2018-01-14 08:19:33 +00:00
jaapb
2db819ded7 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
wen
1558080ee2 Update to 1.9752
Upstream changes:
1.9752 [2018-01-04]
 - fix an error in the error message of utimensat() not available:
   it said futimens() not available
 - add --force alias for Makefile.PL --configure
2018-01-05 12:21:13 +00:00
adam
4ec7e2f6a1 py-arrow: updated to 0.12.0
0.12.0
- [FIX] Compatibility fix for Python 2.x

0.11.0
- [FIX] Fix grammar of ArabicLocale
- [NEW] Add Nepali Locale
- [FIX] Fix month name + rename AustriaLocale -> AustrianLocale
- [FIX] Fix typo in Basque Locale
- [FIX] Fix grammar in PortugueseBrazilian locale
- [FIX] Remove pip --user-mirrors flag
- [NEW] Add Indonesian Locale
2018-01-05 12:00:01 +00:00
wiz
ada0da437c p5-Time-HiRes: update to 1.9751.
1.9751 [2018-01-02]
 - in macOS/OSX/Darwin, use __has_builtin() check also for utimensat(),
   can cause errors like
   "HiRes.xs:1474:16: error: unrecognized platform name macOS"
   [rt.cpan.org #123994]
   (oversight from 1.9749)
 - do not define TIME_HIRES_STAT/d_hires_stat if none was found, instead
   of defining it to be zero, which case has no implementation in hrstatns()
   (thanks to Nigel Horne)
 - in t/utime.t try to divine if the filesystem of the tempfiles has been
   mounted with the 'noatime' option, which can prohibit updating the
   access time timestamp.  Also document this in HiRes.pm.
   (thanks to Nigel Horne, original analysis by Slaven Rezic)
 - synchronize the constant lists in HiRes.pm:@EXPORT_OK
   and Makefile.PL:doConstants and regenerate fallback/const-c.inc
   and fallback/const-xs.inc, this fixes Perl 5.6.2 issue with
   d_futimens not allegedly being a valid macro in t/utime.t
   (using Perl 5.26.1 for the regenerating, not 5.6.2)
   (thanks to Nigel Horne)
 - in t/utime.t define a nop sub done_testing for ancient Perls
   (like Perl 5.6.2)
 - in Perl 5.6.2 a bogus warning
   "Use of uninitialized value in subroutine entry"
   is issued from t/alarm.t: add a comment documenting that
2018-01-03 07:48:19 +00:00
adam
923fec70f1 Added python to CATEGORIES 2018-01-02 08:17:26 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
adam
983847f667 Revbump after boost update 2018-01-01 21:18:06 +00:00
rillig
4760eca917 Replaced $(ROUND) with ${CURLY} variable references.
This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.

Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.
2018-01-01 18:16:35 +00:00
wiz
cd24d3eba9 p5-DateTime: update to 1.4500.
1.45    2017-12-26

- Added month_length(), quarter_length() and year_length()
  methods. Implemented by Dan Stewart. PR #70.
2017-12-31 13:44:56 +00:00
wiz
754df7725b p5-Time-Piece: update to 1.3203.
1.3203  2017-12-12
        - Fix copy constructor erroneous parent modification (Thanks Grinnz!)
        - Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!)
        - Switch to XSLoader
2017-12-30 15:06:49 +00:00
wiz
5d5f1c18df p5-Time-HiRes: update to 1.9750.
1.9750 [2017-12-22]
 - update META.yml and META.json for XSLoader instead of DynaLoader
   [rt.cpan.org #123933]

1.9749 [2017-12-21]
 - CPAN release
 - Quieten Time-HiRes test noise: blead 0f009486
 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
 - disable a flapping test for CI: blead cd2a978d
 - Avoid newGVgen in blead-upstream modules: blead 732d3893
 - Declaration after statement in typemap: blead d269f586
 - semicolon-friendly diagnostic control: blead 7347ee54
 - in macOS (OS X) check properly in runtime whether futimens()
   and utimensat() are available

1.9748 [2017-12-16]
 - bleadperl only
 - semicolon-friendly diagnostic control: blead 7347ee54

1.9747 [2017-09-13]
 - bleadperl only
 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
2017-12-30 15:06:09 +00:00
wiz
012ec99be1 p5-DateTime-Format-Strptime: update to 1.7500.
1.75     2017-12-24

- Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19.
2017-12-30 15:04:41 +00:00
wiz
4d78872606 ruby-tzinfo03: follow redirect 2017-12-24 10:17:26 +00:00
wiz
62125f0b19 ruby-tzinfo-data: follow redirect 2017-12-24 10:17:13 +00:00
wiz
d0e6a9d04f ruby-tzinfo: follow redirect 2017-12-24 10:16:53 +00:00
adam
1f239cee97 py-tempora: updated to 1.10
1.10
Added ``timing.BackoffDelay``, suitable for implementing
exponential backoff delays, such as those between retries.
2017-12-22 05:55:39 +00:00
leot
f68bc93db6 jrnl: Define GITHUB_PROJECT to just `jrnl'
(Otherwise ${PKGBASE} is used and the fetch phase fails)
2017-12-20 11:08:06 +00:00
leot
8c78a0e1d5 time/Makefile: Add py-jrnl 2017-12-19 14:26:55 +00:00
leot
3e150778f2 py-jrnl: Import py-jrnl-1.9.8 as time/py-jrnl
jrnl is a simple journal application for your command line. Journals
are stored as human readable plain text files - you can put them
into a Dropbox folder for instant syncing and you can be assured
that your journal will still be readable in 2050, when all your
fancy iPad journal applications will long be forgotten.

jrnl also plays nice with the fabulous DayOne and can read and
write directly from and to DayOne Journals.

Optionally, your journal can be encrypted using the 256-bit AES.

Packaged in pkgsrc-wip by myself.
2017-12-19 14:26:21 +00:00
leot
00b01b73e7 time/Makefile: Add todotxt 2017-12-19 11:40:40 +00:00
leot
cdbece9c64 todotxt: Import todotxt-2.10 as time/todotxt
A simple and extensible shell script for managing your todo.txt file.

With a simple but powerful shell script called todo.sh, you can interact
with todo.txt at the command line for quick and easy, Unix-y access.

The Todo.txt CLI supports archiving completed tasks to done.txt and
priority/context tab autocompletion.

Based on now-known-as wip/todotxt-git originally packaged in pkgsrc-wip by
tty` with several changes by myself.
2017-12-19 11:39:50 +00:00
triaxx
548d51b210 Add time/py-monotonic package version 1.4 2017-12-06 21:51:59 +00:00
adam
882bca1ee4 py-tzlocal: updated to 1.5.1
1.5.1:
- 1.5 had a bug that slipped through testing, fixed that,
increased test coverage.

1.5:
- No longer treats macOS as special, but as a unix.
- get_windows_info.py is renamed to update_windows_mappings.py
- Windows mappings now also contain mappings from deprecated zoneinfo names.
(Preston-Landers, regebro)
2017-12-06 12:21:02 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
adam
3a23bda684 py-pendulum: updated to 1.3.2
1.3.2
Fixed instance() behaviour with pytz offsets.
Fixed deepcopy / pickle compatibility for TimezoneInfo.
2017-11-17 11:18:49 +00:00
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