[Git][debian-gis-team/python-cligj][master] 7 commits: New upstream version 0.7.2

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Aug 15 16:02:22 BST 2021



Bas Couwenberg pushed to branch master 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
- - - - -
3b1b68be by Bas Couwenberg at 2021-05-29T06:51:24+02:00
Update branch in gbp.conf & Vcs-Git URL.

- - - - -
4b094a10 by Bas Couwenberg at 2021-05-29T06:51:31+02:00
Merge tag 'upstream/0.7.2' into experimental

Upstream version 0.7.2

- - - - -
d9652272 by Bas Couwenberg at 2021-05-29T06:51:42+02:00
New upstream release.

- - - - -
bf04354d by Bas Couwenberg at 2021-05-29T06:51:48+02:00
Set distribution to experimental.

- - - - -
12332b8e by Bas Couwenberg at 2021-08-15T16:55:35+02:00
Revert "Update branch in gbp.conf & Vcs-Git URL."

This reverts commit 3b1b68bec11a1e54afec579ff5edb8ea807966ef.

- - - - -
7730ef40 by Bas Couwenberg at 2021-08-15T16:55:52+02:00
Move from experimental to unstable.

- - - - -


4 changed files:

- .travis.yml
- cligj/__init__.py
- debian/changelog
- 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)


=====================================
debian/changelog
=====================================
@@ -1,10 +1,18 @@
-python-cligj (0.7.1-2) UNRELEASED; urgency=medium
+python-cligj (0.7.2-1) unstable; urgency=medium
 
   * Team upload.
+  * Move from experimental to unstable.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 15 Aug 2021 16:55:38 +0200
+
+python-cligj (0.7.2-1~exp1) experimental; urgency=medium
+
+  * Team upload.
+  * New upstream release.
   * Bump Standards-Version to 4.5.1, no changes.
   * Update watch file for GitHub URL changes.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 28 Nov 2020 14:15:00 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 29 May 2021 06:43:23 +0200
 
 python-cligj (0.7.1-1) unstable; urgency=medium
 


=====================================
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/-/compare/1784386493c18c57a86dec6d306b838d82660c56...7730ef40740626545a6244d2ad90dfba81406640

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-cligj/-/compare/1784386493c18c57a86dec6d306b838d82660c56...7730ef40740626545a6244d2ad90dfba81406640
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/20210815/b43b0ed6/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list