[Git][debian-gis-team/python-deprecated][upstream] New upstream version 1.2.18
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Jan 27 13:57:32 GMT 2025
Bas Couwenberg pushed to branch upstream at Debian GIS Project / python-deprecated
Commits:
a966d62d by Bas Couwenberg at 2025-01-27T14:51:04+01:00
New upstream version 1.2.18
- - - - -
7 changed files:
- .bumpversion.cfg
- CHANGELOG.rst
- deprecated/__init__.py
- docs/source/_static/rusty-tools-background.svg
- docs/source/conf.py
- python-deprecated.spec
- setup.py
Changes:
=====================================
.bumpversion.cfg
=====================================
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.2.17
+current_version = 1.2.18
commit = True
tag = False
message = Prepare next version {new_version} (unreleased)
=====================================
CHANGELOG.rst
=====================================
@@ -17,6 +17,13 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
- I decided to keep the same version number because there is really no change in the source code
(only in comment or documentation).
+v1.2.18 (2024-01-25)
+====================
+
+This version does not bring any change in the source code, but fixes the build anomaly on Fedora (Packit).
+
+The package must be published on PyPi using `twine <https://pypi.org/project/twine/>`_ to correctly deal with the license file.
+
v1.2.17 (2024-01-25)
====================
=====================================
deprecated/__init__.py
=====================================
@@ -7,9 +7,9 @@ Python ``@deprecated`` decorator to deprecate old python classes, functions or m
"""
-__version__ = "1.2.17"
+__version__ = "1.2.18"
__author__ = u"Laurent LAPORTE <laurent.laporte.pro at gmail.com>"
-__date__ = "2025-01-24"
+__date__ = "2025-01-27"
__credits__ = "(c) Laurent LAPORTE"
from deprecated.classic import deprecated
=====================================
docs/source/_static/rusty-tools-background.svg
=====================================
@@ -69,4 +69,4 @@
transform="matrix(1.087825,0,0,1.0878179,-44.130182,-11.147489)"><tspan
x="315.95117"
y="195.35708"
- id="deprecated-version">v1.2.17</tspan></text></g></svg>
+ id="deprecated-version">v1.2.18</tspan></text></g></svg>
=====================================
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.17"
+release = "1.2.18"
# The short X.Y version.
version = release.rpartition('.')[0]
=====================================
python-deprecated.spec
=====================================
@@ -2,7 +2,7 @@
%global pkgname deprecated
Name: python-%{pkgname}
-Version: 1.2.17
+Version: 1.2.18
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.17",
+ version="1.2.18",
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/a966d62d40adfc44362cfd0a55e688d73f53c59e
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-deprecated/-/commit/a966d62d40adfc44362cfd0a55e688d73f53c59e
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/20250127/362ceed9/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list