Bas Couwenberg pushed to branch upstream at Debian GIS Project / python-cligj


Commits:
9f0bb0c7 by Bas Couwenberg at 2021-05-29T06:40:30+02:00
New upstream version 0.7.2
- - - - -


3 changed files:

- .travis.yml
- cligj/__init__.py
- setup.py


Changes:

=====================================
.travis.yml
=====================================
@@ -16,4 +16,4 @@ deploy:
     tags: true
   provider: pypi
   distributions: "sdist bdist_wheel"
-  user: mapboxci
+  user: __token__


=====================================
cligj/__init__.py
=====================================
@@ -11,7 +11,7 @@ import click
 
 from .features import normalize_feature_inputs
 
-__version__ = "0.7.1"
+__version__ = "0.7.2"
 
 if sys.version_info < (3, 6):
     warn("cligj 1.0.0 will require Python >= 3.6", FutureWarning)


=====================================
setup.py
=====================================
@@ -27,6 +27,6 @@ setup(
     include_package_data=True,
     zip_safe=False,
     python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4",
-    install_requires=["click >= 4.0, < 8"],
+    install_requires=["click >= 4.0"],
     extras_require={"test": ["pytest-cov"],},
 )



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-cligj/-/commit/9f0bb0c71679351ca69fd146f75b920c857feecc

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-cligj/-/commit/9f0bb0c71679351ca69fd146f75b920c857feecc
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to