Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
No change logs are provided by the upstream.
|
|
|
|
1.9.5
* Support time-1.11.1
- Add NFData CalandarDiffDays instance
1.9.4
* Support time-1.11
- Data.Time.Calendar.Month
- Data.Time.Calendar.Quarter
- Pattern synonyms
- parseTimeMultipleM is not backported
- Month is missing ParseTime instance
- Compat extras:
* Add Ix, Enum, NFData instances to Month, Quarter, QuarterOfYear,
CalendarDiffTime and DayOfWeek.
1.9.3
* Include pastMidnight and sinceMidnight aliases (backported from time-1.10)
* Support time-1.10
|
|
|
|
|
|
Version 3.0.10 is a patch release.
This release is binary and source compatible with version 3.0.0.
Note that the libical-glib library is considered unstable; therefore not binary compatible with previous releases
ReleaseNotes:
Fix building -DSTATIC_ONLY=True with Ninja
Fix generating wrong recurrence rules (#478)
Fix a bug computing transitions in tzfiles
Fix reading TZif files to use TZ string in the footer as the last (non-terminating) transitions
Fix reading TZif files to use more RRULEs and/or RDATEs whevever possible
Built-in timezones updated to tzdata2021a
|
|
|
|
|
|
|
|
|
|
This builds with current glib2.
Major changes in 40.0:
* Updated translations
Major changes in 40.rc:
* Updated translations
* Minor cleanups
Major changes in 40.beta:
* Updated translations
* Use HdyViewSwitcher in the main window
* Fix the color of new calendars
Major changes in 40.alpha:
* Updated translations
* Depend on libhandy-1
* Port to the newer libgweather api
* Improve the event editor
|
|
10 months worth of updates.
|
|
|
|
Simple todo list terminal user interface.
|
|
10 months of patches/updates.
|
|
Update DEPENDS
Upstream changes:
1.78 2020-12-15
* Fix tests for new failure caused by locale data changes in DateTime::Locale
1.29. Reported by cthulhu8zombie. GH #28.
* Added a warning about using locale-specific patterns. Some of these patterns
can change quite a bit as the locale data is updated, so using them for
parsing does not produce stable results across time. This is what caused the
test failures that this release fixes.
|
|
Upstream changes:
1.31 2020-12-22
- The docs for each locale now show examples of its strftime patterns as well.
1.30 2020-12-15
- The previous release included some locale data for locales that had been
deleted from CLDR 38.0.0.
1.29 2020-12-14
- Rebuilt all locale data with the data from CLDR 38.0.0 and glibc 2.32.
|
|
Upstream changes:
0.16014 2021-03-15T13:37:16Z
- Fix handling for fractional seconds (#17)
- Accept concatenated dates (#18)
|
|
Upstream changes:
1.12 2021-03-19 <schubiger@cpan.org>
- Merged development version to stable.
1.11_03 2021-03-13 <schubiger@cpan.org>
- Refactor extracting duration.
- Don't try to trim the extract string twice.
- Amend documentation of ::Utils.
1.11_02 2020-10-16 <schubiger@cpan.org>
- Introduce utility function trim().
1.11_01 2020-10-03 <schubiger@cpan.org>
- Assert that error() returns '' on success.
|
|
Upstream changes:
0.104 2021-03-15 T. R. Wyant
Add rt.cpan.org back to bug reporting methods. Long live RT!
Correct GitHub ticket link.
Get prerequisites up to snuff and add xt/author/prereq.t to ensure
they stay that way.
|
|
Version 3.0.9 is a patch release.
This release is binary and source compatible with version 3.0.0.
Note that the libical-glib library is considered unstable; therefore not binary compatible with previous releases
Release Notes:
- Add support for empty parameters, e.g. CN=""
- Accept VTIMEZONE with more than one X- property
- Several fixes for recurrences containing BYWEEKNO
- icalrecurrencetype_from_string() will reject any RRULE that contains a rule-part that occurs more than once
- Improve thread safety
- Fix compiled-in path for the built-in timezone data
- Fix reading TZif files with empty v1 data (use v2+ whenever possible)
- Add backwards compatibility for previous TZIDs
- Built-in timezones updated to tzdata2020d
- Fix build with newer libicu
- Fix cross-compile support in libical-glib
|
|
Upstream changes:
0.16 2021-02-14
- Add support for YYYYMMDDThhmm[+-]hhmm and YYYY-MM-DDThh:mm+hh:mm
formats. Based on GH #13 from lbjw.
|
|
Upstream changes:
0.103 2021-01-10 T. R. Wyant
Add Travis CI testing.
Use GitHub as bug tracker. R.I.P. rt.cpan.org.
|
|
Upstream changes:
[2.0.1] 2021-01-14
Added
Details of bugtracker
|
|
|
|
2.47 2021-01-24
- This release is based on version 2021a of the Olson database. This release
includes contemporary changes for South Sudan.
|
|
|
|
From Atsushi Toyokura in pkgsrc-wip
This LaTeX package provides commands to convert from the
Gregorian calendar (e. g. 2018/8/28) to the Japanese rendering
of the Japanese calendar (e. g. Heisei 30 nen 8 gatsu 28 nichi;
actually with kanji characters). You can choose whether the
numbers are written in Western numerals or kanji numerals. Note
that the package only deals with dates in the year 1873 or
later, where the Japanese calendar is really a Gregorian
calendar with a different notation of years.
|
|
From Atsushi Toyokura in pkgsrc-wip
This LaTeX package provides a command to convert dates to names
of Japanese holidays. Another command, converting dates to the
day of the week in Japanese, is available as a free gift.
Further (lower-level) APIs are provided for expl3. The package
supports pdfTeX, XeTeX, LuaTeX, pTeX, and upTeX.
|
|
changes unknown
|
|
changes unknown
|
|
4.3.3 (2021-02-13)
No release note nor changelog. Here is quote from commit log.
* Fix development workflow.
* Remove comment from gemspec.
* Add priority queue class
* Add #size method and change to actual minheap
* Add some tests for priority heap
* Rename first and insert to peek and push for naming consistency
* Switch to a PriorityHeap instead of array for storing Handles
* Refactor Handle class to use Comparable mixin
* Add extra performance test for timer queue insertion speed
* Reduce required accuracy for tests, because macOS on GitHub Actions i… …
* Updated code formatting & specs.
|
|
Adds a .desktop file.
|
|
Changes 8.1.1:
Deprecate running tests with python setup.py tests as the test suite support in Setuptools is deprecated
Add version to __init__.py
Cleaner reading of README.rst into the long_description field of setup.py
Define long_description_content_type as text/x-rst
Simplify Sphinx configuration
Add compat.is_string method, returns True for str, unicode types, False otherwise
|
|
Version 0.7.1 - 2020-04-18
* Bug fixes (see mercurial logs for details)
|
|
|
|
2021.1:
Unknown changes
|
|
0.1.14
Add GitHub build actions for project
Add project URLs in setup.py
Update README links
Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
Fix README links
Add Python 3.9 to test matrix
Add type hints
Derive ParseError from ValueError
|
|
1.2021.1 (2021-1-24)
* Based on version 2021a of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2021-January/000065.html).
|
|
2.46 2020-12-22
- This release is based on version 2020e of the Olson database. This release
includes contemporary changes for Russia (Volograd).
2.45 2020-12-21
- Fixed handling of Etc/GMT[+-]XX zones. Confusingly, the POSIX interpretation
is that Etc/GMT+1 is 1 hour _behind_ UTC, and Etc/GMT-1 is 1 hour
ahead. This is the opposite of what this module started doing in the 2.38
release when it added support for these zones. Reportd by Matthew Horsfall
(#47). Changes are based on his PR #48.
|
|
|
|
4.0.7:
Bug fixes:
- fixed rrule handling, re-enabled test_create_america_new_york()
|
|
2020.5 / 2020e release
|
|
1.2020.6 (2020-12-31)
* Based on version 2020f of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-December/000064.html).
1.2020.5 (2020-12-24)
* Based on version 2020e of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2020-December/000063.html).
|
|
## Version 2.0.4 - 16-Dec-2020
* Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a
zoneinfo file that includes rules specifying an additional transition to the
final defined offset (for example, Africa/Casablanca in version 2018e of the
Time Zone Database). #123.
|
|
Version 1.2.9 - 16-Dec-2020
---------------------------
* Fixed an incorrect InvalidTimezoneIdentifier exception raised when loading a
zoneinfo file that includes rules specifying an additional transition to the
final defined offset (for example, Africa/Casablanca in version 2018e of the
Time Zone Database). #123.
|
|
|