[Git][debian-gis-team/cftime][master] 4 commits: New upstream version 1.1.1.1+ds
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 20:41:21 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / cftime
Commits:
69e0aa6e by Bas Couwenberg at 2020-03-19T21:27:10+01:00
New upstream version 1.1.1.1+ds
- - - - -
a6f22a38 by Bas Couwenberg at 2020-03-19T21:27:11+01:00
Update upstream source from tag 'upstream/1.1.1.1+ds'
Update to upstream version '1.1.1.1+ds'
with Debian dir b0e859361607e8dd70c7ee991eb1f350d493d064
- - - - -
e80b7f13 by Bas Couwenberg at 2020-03-19T21:27:27+01:00
New upstream release.
- - - - -
5e609f34 by Bas Couwenberg at 2020-03-19T21:28:10+01:00
Set distribution to unstable.
- - - - -
6 changed files:
- Changelog
- cftime/_cftime.pyx
- debian/changelog
- + pyproject.toml
- setup.py
- − setup.txt
Changes:
=====================================
Changelog
=====================================
@@ -1,3 +1,8 @@
+version 1.1.1.1 (release tag v1.1.1.1rel)
+=========================================
+ * Fix error installing with pip on python 3.8 by following
+ PEP 517 (issue #148, PR #149)
+
version 1.1.1 (release tag v1.1.1rel)
=====================================
=====================================
cftime/_cftime.pyx
=====================================
@@ -52,7 +52,7 @@ cdef int32_t* days_per_month_array = [
_rop_lookup = {Py_LT: '__gt__', Py_LE: '__ge__', Py_EQ: '__eq__',
Py_GT: '__lt__', Py_GE: '__le__', Py_NE: '__ne__'}
-__version__ = '1.1.1'
+__version__ = '1.1.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.
=====================================
debian/changelog
=====================================
@@ -1,9 +1,10 @@
-cftime (1.1.1+ds-2) UNRELEASED; urgency=medium
+cftime (1.1.1.1+ds-1) unstable; urgency=medium
+ * New upstream release.
* Bump debhelper compat to 10, changes:
- Drop --parallel option, enabled by default
- -- Bas Couwenberg <sebastic at debian.org> Thu, 19 Mar 2020 17:45:50 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 19 Mar 2020 21:27:58 +0100
cftime (1.1.1+ds-1) unstable; urgency=medium
=====================================
pyproject.toml
=====================================
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=41.2", "cython", "wheel", "numpy"]
+build-backend = "setuptools.build_meta"
=====================================
setup.py
=====================================
@@ -108,7 +108,6 @@ setup(
packages=[NAME],
version=extract_version(),
ext_modules=ext_modules,
- setup_requires=load('setup.txt'),
install_requires=load('requirements.txt'),
tests_require=load('requirements-dev.txt'),
classifiers=[
@@ -118,8 +117,10 @@ setup(
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)']
)
=====================================
setup.txt deleted
=====================================
@@ -1,2 +0,0 @@
-cython>=0.19
-setuptools>=18.0
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/compare/b0563733aabd541f9b2fd0162a90e2128ca27b6b...5e609f3422c6bb4234e7473cdcaa58be428401bd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/compare/b0563733aabd541f9b2fd0162a90e2128ca27b6b...5e609f3422c6bb4234e7473cdcaa58be428401bd
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/20200319/5b57083e/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list