Age | Commit message (Collapse) | Author | Files | Lines |
|
Upstream changes:
0.31 Mon Sep 17 2018
- add support for Sep 10, 2018 12:58, Sep 10, 18 12:58
- thanks Ian! D. Allen
|
|
|
|
Due to sysutils/ruby-chef's dependency, stop updating to latest version
0.12.0 for now.
## 0.11.0
* Add support for unary minus operator (thanks @walterbrebels).
## 0.10.1
* Fix `TimeInterval` size for non UTC timezones. (#41)
## 0.10.0
* Fix `TimeInterval` with `<duration>/<end>` patterns and leap years.
* Fix decimal fractions on date atoms. **WARNING** some duration patterns are
no longer valid.
|
|
# Hitimes Changelog
## Version 1.3.0 2018-06-15
* Add api method `Hitimes.raw_instant` to expose raw OS instant value
* Add api constant `Hitimes::INSTANT_CONVERSION_FACTOR` to expose raw OS instant conversion factor
* other development cleanup tasks
|
|
No change expected to the resulting binary, therefore no new PKGREVISION.
|
|
This may change the dependency on bash this time, so it bumps PKGREVISION.
Also a suggestion from leot@, thanks!
|
|
This removes the need for AUTO_MKDIRS and bsd.prefs.mk. It also
leverages ${INSTALL_SCRIPT}, ${INSTALL_MAN_DIR}, ${INSTALL_MAN} and
${INSTALL_DATA} instead of just ${INSTALL}.
No change to PKGREVISION as the final binary should be identical.
With suggestions from leot@, thanks!
|
|
memo is "a simple tool written in bash to memorize stuff."
|
|
|
|
While here, use TEST_DEPENDS.
Bump PKGREVISION.
|
|
0.53 2018.08.22
- New maintainer (MANWAR)
- Updated GitHub repo details.
- Tidied up Changes.
|
|
|
|
1.33 2018-08-18
- Allow objects in overloaded methods
|
|
1.50 2018-08-01
- The %F strftime pattern incorrectly zero-padded numbers less than four
digits. According to POSIX::strftime, this should output the year as-is
without padding. Reported by Andy Lester. GH #83.
|
|
|
|
time/p5-MooseX-Types-DateTime-MoreCoercions.
MooseX::Types::DateTime::MoreCoercions builds on MooseX::Types::DateTime to add
additional custom types and coercions. Since it builds on an existing type, all
coercions and constraints are inherited.
|
|
|
|
Version 0.16.7
==============
*released on July 19*
- Fixes for Python 3.7
|
|
C Extensions code does not seem supported when it is built with Python 2.7.
Pass the environment variable to avoid compiling it and failing and adjust PLIST
accordingly.
Reported via #pkgsrc by Juraj Lutter, thanks!
|
|
2.0.3:
Fixed handling of pytz timezones.
Fixed some formatter's tokens handling.
Fixed errors on some systems when retrieving timezone from localtime files.
Fixed diff methods.
Fixed closest()/farthest() methods.
|
|
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES. Consequently, it is redundant for the individual
packages to do the same. Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
|
|
|
|
|
|
C++14 default language.
|
|
1.4:
Universal wheel distribution.
Test to compare gcal2jd with astropy._erfa.cal2jd.
Add more Python versions on Travis.
|
|
4.0.2:
Update all pypi.python.org URLs to pypi.org
|
|
Upstream changes:
0.14 2018-06-29 NEILB
- Added "hrs" as another form for "hours". Thanks to Stig for the PR.
|
|
Upstream changes:
0.06 2018-06-28T02:18:10Z
catching calls to localtime() (by mjemmeson)
|
|
1.13
Enhancements to BackoffDelay:
- Added .reset method.
- Made iterable to retrieve delay values.
|
|
|
|
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
|
1.12:
Added UTC module (Python 3 only), inspired by the utc project.
|
|
2018.5:
Unknown changes.
|
|
|
|
1.28 2018-06-12
- Some tests which required support for epoch values larger than 2**32 were
not being skipped when the underlying Perl did not support that.
|
|
|
|
This library provides a C++ API that determines holiday and other
special events for a geographical region.
|
|
Version 0.16.6
==============
*released on 13 June 2018*
- **Packagers:** Documentation building no longer needs a working installation
of vdirsyncer.
Version 0.16.5
==============
*released on 13 June 2018*
- **Packagers:** click-log 0.3 is required.
- All output will now happen on stderr (because of the upgrade of ``click-log``).
|
|
2.0.2:
Fixed the weeks property for negative Period instances.
Fixed start_of() methods not setting microseconds to 0.
Fixed errors on some systems when retrieving timezone from clock files.
Fixed parsing of partial time.
Fixed parsing not raising an error for week 53 for ordinary years.
Fixed string formatting not supporting strftime format.
2.0.1:
Fixed behavior of the YY token in from_format().
Fixed errors on some systems when retrieving timezone from clock files.
|
|
Upstream changes:
1.22 2018-06-08
- Update the glibc source data to the data from glibc 2.27.
- Added documentation for this glibc data.
- Reformatted the DateTime::Locale::FromData docs.
1.21 2018-06-08
- Added a new DateTime::Local->register_from_data method. This replaces the
old custom locale registration system with something much simpler. Instead
of providing a new class you simply provide a hash of data for the locale
and it becomes available for use via DateTime::Local->load. Implemented by
Ryley Breiddal. PR #21. Addresse GH #19.
|
|
Upstream changes:
1.27 2018-06-09
- This release is identical to 1.26 except that it is a stable release, not a
trial.
- Fixed the tests so they will not break in the year 2020. The tests were
passing in 2-digit years on the assumption that a year like "70" would be
treated as 1970, but starting in 2020 this would be treated as 2070
instead. Reported by Bernhard M. Wiedemann. RT #124787.
- Added timelocal_modern and timegm_modern variants as optional exports. These
versions do not munge years at all. They treat the year value that they are
given exactly as-is.
1.26 2018-05-20 (TRIAL RELEASE)
- Fixed the tests so they will not break in the year 2020. The tests were
passing in 2-digit years on the assumption that a year like "70" would be
treated as 1970, but starting in 2020 this would be treated as 2070
instead. Reported by Bernhard M. Wiedemann. RT #124787.
- Added timelocal_modern and timegm_modern variants as optional exports. These
versions do not munge years at all. They treat the year value that they are
given exactly as-is.
|
|
Upstream changes:
2.19 2018-05-13
- This release is based on version 2018e of the Olson database. This release
includes contemporary changes for North Korea.
|
|
|
|
0.9.9
=====
released 2018-05-26
* Dependencies: only dateutil < 2.7 is supported (and always has been)
|
|
Updated to tzdata version 2018d
(https://mm.icann.org/pipermail/tz-announce/2018-March/000049.html).
|
|
Based on version 2018e of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2018-May/000050.html).
|
|
Upstream changes:
1.49 2018-05-20
- Updated the ppport.h with the latest version of Devel::PPPort. This fixes a
compilation warning when compiling with 5.27.11. Reported by Jim
Keenan. Fixed GH #81.
|
|
|
|
|
|
1.7.0
======
- Port to GTK+3.
- New icon (Bug #13517).
- Add "keep above" for Beep dialog (Bug #13514).
- When paused show all menu timers (Bug #13516).
- Small UI improvements (Bug #13515).
- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian, Catalan,
Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), English (United Kingdom), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan, Polish,
Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish,
Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur
|