[Git][debian-gis-team/cftime][upstream] New upstream version 1.1.1.1+ds

Bas Couwenberg gitlab at salsa.debian.org
Thu Mar 19 20:41:24 GMT 2020



Bas Couwenberg pushed to branch upstream 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
- - - - -


5 changed files:

- Changelog
- cftime/_cftime.pyx
- + 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.


=====================================
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/-/commit/69e0aa6e93e85f7ed0c29f7fcd53e7ebc54292c5

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/cftime/-/commit/69e0aa6e93e85f7ed0c29f7fcd53e7ebc54292c5
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/95f30c6b/attachment-0001.html>


More information about the Pkg-grass-devel mailing list