[Git][debian-gis-team/python-deprecated][upstream] New upstream version 1.2.16
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Jan 24 16:57:41 GMT 2025
Bas Couwenberg pushed to branch upstream at Debian GIS Project / python-deprecated
Commits:
29d05d29 by Bas Couwenberg at 2025-01-24T17:52:44+01:00
New upstream version 1.2.16
- - - - -
8 changed files:
- .bumpversion.cfg
- .github/workflows/python-package.yml
- .packit.yml
- CHANGELOG.rst
- deprecated/__init__.py
- docs/source/conf.py
- python-deprecated.spec
- setup.py
Changes:
=====================================
.bumpversion.cfg
=====================================
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.2.15
+current_version = 1.2.16
commit = True
tag = False
message = Prepare next version {new_version} (unreleased)
=====================================
.github/workflows/python-package.yml
=====================================
@@ -15,10 +15,7 @@ jobs:
fail-fast: false
matrix:
platform: [ ubuntu-latest, macos-latest, windows-latest ]
- python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
- exclude:
- - platform: macos-latest
- python-version: "3.7"
+ python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
runs-on: ${{ matrix.platform }}
=====================================
.packit.yml
=====================================
@@ -1,4 +1,4 @@
-synced_files:
+files_to_sync:
- python-deprecated.spec
- .packit.yml
upstream_package_name: Deprecated
=====================================
CHANGELOG.rst
=====================================
@@ -18,6 +18,25 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
(only in comment or documentation).
+v1.2.16 (2025-11-24)
+====================
+
+Bug fix release
+
+Fix
+---
+
+- Fix #78: Fix configuration for Packit 1.0.0
+
+- Fix #79: Fix the configuration for the intersphinx mapping in the Sphinx documentation.
+ See `How to link to other documentation projects with Intersphinx <https://docs.readthedocs.io/en/stable/guides/intersphinx.html>`_.
+
+Other
+-----
+
+- Drop support for Python older than 3.7 in GitHub Actions.
+
+
v1.2.15 (2024-11-15)
====================
=====================================
deprecated/__init__.py
=====================================
@@ -7,9 +7,9 @@ Python ``@deprecated`` decorator to deprecate old python classes, functions or m
"""
-__version__ = "1.2.15"
+__version__ = "1.2.16"
__author__ = u"Laurent LAPORTE <laurent.laporte.pro at gmail.com>"
-__date__ = "2024-11-15"
+__date__ = "2025-01-24"
__credits__ = "(c) Laurent LAPORTE"
from deprecated.classic import deprecated
=====================================
docs/source/conf.py
=====================================
@@ -61,7 +61,7 @@ author = 'Marcos CARDOSO & Laurent LAPORTE'
# built documents.
#
# The full version, including alpha/beta/rc tags.
-release = "1.2.15"
+release = "1.2.16"
# The short X.Y version.
version = release.rpartition('.')[0]
@@ -173,9 +173,9 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'https://docs.python.org/3/': None,
- 'https://wrapt.readthedocs.io/en/latest/': None,
- 'http://flask.pocoo.org/docs/1.0/': None,
+ 'python': ('https://docs.python.org/3/', None),
+ 'wrapt': ('https://wrapt.readthedocs.io/en/latest/', None),
+ 'flask': ('http://flask.pocoo.org/docs/1.0/', None),
'django': ('https://docs.djangoproject.com/en/2.1/', 'https://docs.djangoproject.com/en/2.1/_objects/'),
}
=====================================
python-deprecated.spec
=====================================
@@ -2,7 +2,7 @@
%global pkgname deprecated
Name: python-%{pkgname}
-Version: 1.2.15
+Version: 1.2.16
Release: 1%{?dist}
Summary: Python decorator to deprecate old python classes, functions or methods
License: MIT
=====================================
setup.py
=====================================
@@ -144,7 +144,7 @@ from setuptools import setup
setup(
name="Deprecated",
- version="1.2.15",
+ version="1.2.16",
url="https://github.com/laurent-laporte-pro/deprecated",
project_urls={
"Documentation": "https://deprecated.readthedocs.io/en/latest/",
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-deprecated/-/commit/29d05d29441187abd1cf691332c2a081565217a9
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-deprecated/-/commit/29d05d29441187abd1cf691332c2a081565217a9
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/20250124/19fb6efe/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list