[Git][debian-gis-team/cftime][master] 4 commits: New upstream version 1.5.1.1+ds

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Jan 20 05:04:06 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / cftime


Commits:
deff553a by Bas Couwenberg at 2022-01-20T05:52:39+01:00
New upstream version 1.5.1.1+ds
- - - - -
bd06def9 by Bas Couwenberg at 2022-01-20T05:52:40+01:00
Update upstream source from tag 'upstream/1.5.1.1+ds'

Update to upstream version '1.5.1.1+ds'
with Debian dir 333f1743d7aea8d7ffad11614c4fb1743937ff76
- - - - -
66b3430c by Bas Couwenberg at 2022-01-20T05:56:09+01:00
New upstream release.

- - - - -
dcc98c3a by Bas Couwenberg at 2022-01-20T05:56:21+01:00
Set distribution to unstable.

- - - - -


5 changed files:

- Changelog
- README.md
- debian/changelog
- src/cftime/_cftime.pyx
- test/test_cftime.py


Changes:

=====================================
Changelog
=====================================
@@ -1,4 +1,8 @@
-version 1.5.1 (not yet released)
+version 1.5.1.1
+===============
+ * no code changes, just new binary wheels for python 3.10.
+
+version 1.5.1 (release tag v1.5.1.rel)
 ======================================
  * added support for "common_year" and "common_years" units for "noleap" 
    and "365_day" calendars (issue #5, PR #246)


=====================================
README.md
=====================================
@@ -12,6 +12,7 @@ Time-handling functionality from netcdf4-python
 ## News
 For details on the latest updates, see the [Changelog](https://github.com/Unidata/cftime/blob/master/Changelog).
 
+10/31/2021: Version 1.5.1.1 released (new binary wheels for python 3.10).
 10/1/2021:  Version 1.5.1 released. Changed default behavior of ``proleptic_gregorian``
 to has_year_zero=T (since it is allowed in ISO-8601 and CF does not specify the
 year zero convention for this calendar). Raise warning message when trying


=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
-cftime (1.5.1+ds-2) UNRELEASED; urgency=medium
+cftime (1.5.1.1+ds-1) unstable; urgency=medium
 
+  * New upstream release.
   * Update watch file to use tags instead of releases.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 23 Oct 2021 19:00:39 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 20 Jan 2022 05:56:12 +0100
 
 cftime (1.5.1+ds-1) unstable; urgency=medium
 


=====================================
src/cftime/_cftime.pyx
=====================================
@@ -38,7 +38,7 @@ cdef int[12] _dayspermonth_leap = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 3
 cdef int[13] _cumdayspermonth = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365]
 cdef int[13] _cumdayspermonth_leap = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366]
 
-__version__ = '1.5.1'
+__version__ = '1.5.1.1'
 
 # Adapted from http://delete.me.uk/2005/03/iso8601.html
 # Note: This regex ensures that all ISO8601 timezone formats are accepted - but, due to legacy support for other timestrings, not all incorrect formats can be rejected.


=====================================
test/test_cftime.py
=====================================
@@ -1,5 +1,10 @@
-from __future__ import print_function
-
+import cftime
+from cftime import datetime as datetimex
+from cftime import real_datetime
+from cftime import (Datetime360Day, DatetimeAllLeap,
+                    DatetimeGregorian, DatetimeJulian, DatetimeNoLeap,
+                    DatetimeProlepticGregorian, _parse_date,
+                    date2index, date2num, num2date,  UNIT_CONVERSION_FACTORS)
 import copy
 import operator
 import sys
@@ -12,14 +17,6 @@ import numpy as np
 import pytest
 from numpy.testing import assert_almost_equal, assert_equal
 
-import cftime
-from cftime import datetime as datetimex
-from cftime import real_datetime
-from cftime import (Datetime360Day, DatetimeAllLeap,
-                    DatetimeGregorian, DatetimeJulian, DatetimeNoLeap,
-                    DatetimeProlepticGregorian, _parse_date,
-                    date2index, date2num, num2date,  UNIT_CONVERSION_FACTORS)
-
 try:
     from datetime import timezone
 except ImportError: # python2.7



View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/compare/35667250dbc56a9bd63d5f1ca24b841f8e64a96d...dcc98c3a07c8751bb3bbd34d57c12f6e472e1fc5

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/compare/35667250dbc56a9bd63d5f1ca24b841f8e64a96d...dcc98c3a07c8751bb3bbd34d57c12f6e472e1fc5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20220120/bdfc7897/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list