[Git][debian-gis-team/python-click-plugins][upstream] 2 commits: New upstream version 1.1.1.1

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Wed Jun 25 05:56:07 BST 2025



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


Commits:
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
- - - - -


6 changed files:

- − .travis.yml
- CHANGES.md
- LICENSE.txt
- README.rst
- click_plugins/__init__.py
- 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


=====================================
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/8cb81743d422a83764a6edfcdfc076ebe35d41b2...381049e0347d0a50e2e7792b6340d85b936beb26

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-click-plugins/-/compare/8cb81743d422a83764a6edfcdfc076ebe35d41b2...381049e0347d0a50e2e7792b6340d85b936beb26
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/20250625/c2c6e328/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list