[Git][debian-gis-team/python-click-plugins][master] 10 commits: Update branch in gbp.conf & Vcs-Git URL.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 10 10:52:54 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / python-click-plugins
Commits:
6ad7cc97 by Bas Couwenberg at 2025-06-25T06:24:25+02:00
Update branch in gbp.conf & Vcs-Git URL.
- - - - -
15102bc0 by Bas Couwenberg at 2025-06-25T06:32:31+02:00
New upstream version 1.1.1.1
- - - - -
381049e0 by Bas Couwenberg at 2025-06-25T06:33:07+02:00
New upstream version 1.1.1.2
- - - - -
32368476 by Bas Couwenberg at 2025-06-25T06:33:08+02:00
Update upstream source from tag 'upstream/1.1.1.2'
Update to upstream version '1.1.1.2'
with Debian dir 8fff3a938960bb577642788910adf7439dc816f6
- - - - -
89357c17 by Bas Couwenberg at 2025-06-25T06:33:22+02:00
New upstream release.
- - - - -
9adff9bb by Bas Couwenberg at 2025-06-25T06:37:10+02:00
Update watch file to ignore version 2.x and later.
- - - - -
47f53e16 by Bas Couwenberg at 2025-06-25T06:38:47+02:00
Update copyright file.
- - - - -
1f6a9556 by Bas Couwenberg at 2025-06-25T06:39:43+02:00
Set distribution to experimental.
- - - - -
c772c521 by Bas Couwenberg at 2025-08-10T11:49:50+02:00
Revert "Update branch in gbp.conf & Vcs-Git URL."
This reverts commit 6ad7cc97b174a0f5d5dcc783d5c94d6f9a8fcda6.
- - - - -
5153c3d1 by Bas Couwenberg at 2025-08-10T11:50:05+02:00
Move from experimental to unstable.
- - - - -
9 changed files:
- − .travis.yml
- CHANGES.md
- LICENSE.txt
- README.rst
- click_plugins/__init__.py
- debian/changelog
- debian/copyright
- debian/watch
- setup.py
Changes:
=====================================
.travis.yml deleted
=====================================
@@ -1,30 +0,0 @@
-sudo: false
-dist: xenial
-
-language: python
-cache: pip
-
-python:
- - 2.7
- - 3.4
- - 3.5
- - 3.6
- - 3.7
-
-env:
- matrix:
- - CLICK_VERSION=4.1
- - CLICK_VERSION=5.1
- - CLICK_VERSION=6.7
- - CLICK_VERSION=7
-
-install:
- - pip install coveralls
- - pip install -e ".[dev]"
- - pip install "click==${CLICK_VERSION}"
-
-script:
- - pytest tests --cov click_plugins --cov-report term-missing
-
-after_success:
- - coveralls
=====================================
CHANGES.md
=====================================
@@ -1,6 +1,16 @@
Changelog
=========
+1.1.1.2 - 2025-06-24
+--------------------
+
+- Add a clear note stating that the package is no longer maintained, but the library can be vendored.
+
+1.1.1.1 - 2025-06-24
+--------------------
+
+- Mark the project as inactive.
+
1.1.1 - 2019-04-04
------------------
=====================================
LICENSE.txt
=====================================
@@ -1,6 +1,6 @@
New BSD License
-Copyright (c) 2015-2019, Kevin D. Wurster, Sean C. Gillies
+Copyright (c) 2015-2025, Kevin D. Wurster, Sean C. Gillies
All rights reserved.
Redistribution and use in source and binary forms, with or without
=====================================
README.rst
=====================================
@@ -2,13 +2,11 @@
click-plugins
=============
-.. image:: https://travis-ci.org/click-contrib/click-plugins.svg?branch=master
- :target: https://travis-ci.org/click-contrib/click-plugins?branch=master
+This PyPI package is no longer actively maintained, but the underlying
+library can be vendored. See `homepage <https://github.com/click-contrib/click-plugins>`_
+for more information.
-.. image:: https://coveralls.io/repos/click-contrib/click-plugins/badge.svg?branch=master&service=github
- :target: https://coveralls.io/github/click-contrib/click-plugins?branch=master
-
-An extension module for `click <https://github.com/mitsuhiko/click>`_ to register
+An extension module for `click <https://github.com/pallets/click>`_ to register
external CLI commands via setuptools entry-points.
=====================================
click_plugins/__init__.py
=====================================
@@ -24,14 +24,14 @@ entry-points.
from click_plugins.core import with_plugins
-__version__ = '1.1.1'
+__version__ = '1.1.1.2'
__author__ = 'Kevin Wurster, Sean Gillies'
__email__ = 'wursterk at gmail.com, sean.gillies at gmail.com'
__source__ = 'https://github.com/click-contrib/click-plugins'
__license__ = '''
New BSD License
-Copyright (c) 2015-2019, Kevin D. Wurster, Sean C. Gillies
+Copyright (c) 2015-2025, Kevin D. Wurster, Sean C. Gillies
All rights reserved.
Redistribution and use in source and binary forms, with or without
=====================================
debian/changelog
=====================================
@@ -1,9 +1,19 @@
-python-click-plugins (1.1.1-6) UNRELEASED; urgency=medium
+python-click-plugins (1.1.1.2-1) unstable; urgency=medium
* Team upload.
+ * Move from experimental to unstable.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 10 Aug 2025 11:49:56 +0200
+
+python-click-plugins (1.1.1.2-1~exp1) experimental; urgency=medium
+
+ * Team upload.
+ * New upstream release.
* Bump Standards-Version to 4.7.2, no changes.
+ * Update watch file to ignore version 2.x and later.
+ * Update copyright file.
- -- Bas Couwenberg <sebastic at debian.org> Thu, 20 Mar 2025 06:19:59 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 25 Jun 2025 06:39:23 +0200
python-click-plugins (1.1.1-5) unstable; urgency=medium
=====================================
debian/copyright
=====================================
@@ -3,8 +3,8 @@ Upstream-Name: click-plugins
Source: https://github.com/click-contrib/click-plugins
Files: *
-Copyright: 2015-2019, Kevin D. Wurster
- 2015-2019, Sean C. Gillies
+Copyright: 2015-2025, Kevin D. Wurster
+ 2015-2025, Sean C. Gillies
License: BSD-3-Clause
Files: debian/*
=====================================
debian/watch
=====================================
@@ -4,4 +4,4 @@ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/click-plugins-$1.$2/ \
https://github.com/click-contrib/click-plugins/tags \
-(?:.*?/archive/(?:.*?/)?)?(?:rel|r|v|click-plugins)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+(?:.*?/archive/(?:.*?/)?)?(?:rel|r|v|click-plugins)?[\-\_]?((?:[^2-9]\.)\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
setup.py
=====================================
@@ -42,7 +42,7 @@ setup(
classifiers=[
'Topic :: Utilities',
'Intended Audience :: Developers',
- 'Development Status :: 5 - Production/Stable',
+ 'Development Status :: 7 - Inactive',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/-/compare/ccd008487be43039e93dbf3421e3c77fa44b906a...5153c3d195efba0479acbde3af8a9284920578eb
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/-/compare/ccd008487be43039e93dbf3421e3c77fa44b906a...5153c3d195efba0479acbde3af8a9284920578eb
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/20250810/04d288a4/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list