Skip to content
Snippets Groups Projects
Commit 868d39cb authored by Edward Betts's avatar Edward Betts
Browse files

New upstream release.

* Update copyright year.
* Update Standards-Version.
* Add build dependency for python3-deprecated.
* Simplify debian/rules.
* Simplify debian/watch.
parent 6d62f4a2
Branches
Tags debian/1.7.5-2
No related merge requests found
Pipeline #823075 passed
python-semantic-release (9.21.0-1) unstable; urgency=medium
* New upstream release.
* Update copyright year.
* Update Standards-Version.
* Add build dependency for python3-deprecated.
* Simplify debian/rules.
* Simplify debian/watch.
-- Edward Betts <edward@4angle.com> Wed, 26 Feb 2025 06:12:27 -0500
python-semantic-release (9.19.0-1) unstable; urgency=medium
* Team upload.
......
......@@ -17,6 +17,7 @@ Build-Depends-Indep:
python3-click <!nocheck>,
python3-click-log <!nocheck>,
python3-click-option-group <!nocheck>,
python3-deprecated <!nodoc>,
python3-dotty-dict <!nocheck>,
python3-filelock <!nocheck>,
python3-flatdict <!nocheck>,
......@@ -43,7 +44,7 @@ Build-Depends-Indep:
python3-yaml <!nocheck>,
twine <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Standards-Version: 4.7.1
Homepage: https://github.com/relekang/python-semantic-release
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-semantic-release
Vcs-Git: https://salsa.debian.org/python-team/packages/python-semantic-release.git
......
......@@ -12,7 +12,7 @@ Copyright: 2020 Rolf Erik Lekang
License: MIT
Files: debian/*
Copyright: 2022-2024 Edward Betts <edward@4angle.com>
Copyright: 2022-2025 Edward Betts <edward@4angle.com>
License: MIT
......
#!/usr/bin/make -f
export PYBUILD_NAME=semantic-release
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-o addopts=
export PYBUILD_BEFORE_TEST=cd {build_dir}; git -c init.defaultBranch=master init
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/.git/
......
version=4
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-semantic-release-$1\.tar\.gz/ \
https://github.com/relekang/python-semantic-release/tags .*/v?(\d\S+)\.tar\.gz
https://github.com/relekang/python-semantic-release/tags .*/v?(\d\S+)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment