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

New upstream release.

* Update copyright year.
* Simplify debian/rules.
* Simplify debian/watch.
* Move packages required for tests to Build-Depends-Indep.
* Add --asyncio-mode=auto to autopkgtest.
parent 0bdc8da8
No related branches found
No related tags found
No related merge requests found
python-otbr-api (2.7.0-1) unstable; urgency=medium
* New upstream release.
* Update copyright year.
* Simplify debian/rules.
* Simplify debian/watch.
* Move packages required for tests to Build-Depends-Indep.
* Add --asyncio-mode=auto to autopkgtest.
-- Edward Betts <edward@4angle.com> Wed, 15 Jan 2025 10:54:48 -0600
python-otbr-api (2.6.0-2) unstable; urgency=medium
* Source-only upload to allow package to migrate to testing.
......
Source: python-otbr-api
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-aiohttp <!nocheck>,
python3-all,
python3-bitstruct <!nocheck>,
python3-cryptography <!nocheck>,
python3-poetry-core,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-setuptools,
python3-typing-extensions <!nocheck>,
python3-voluptuous <!nocheck>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
python3-setuptools,
Build-Depends-Indep:
python3-aiohttp <!nocheck>,
python3-bitstruct <!nocheck>,
python3-cryptography <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-typing-extensions <!nocheck>,
python3-voluptuous <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/home-assistant-libs/python-otbr-api
......@@ -24,7 +27,9 @@ Vcs-Git: https://salsa.debian.org/python-team/packages/python-otbr-api.git
Package: python3-python-otbr-api
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Depends:
${misc:Depends},
${python3:Depends},
Description: Interact with an OpenThread Border Router (OTBR) via the REST API
Python interface for communication with an OpenThread Border Router (OTBR)
using its RESTful API. Facilitates the management and monitoring of network
......
......@@ -8,7 +8,7 @@ Copyright: 2023 ESPHome
License: MIT
Files: debian/*
Copyright: 2024 Edward Betts <edward@4angle.com>
Copyright: 2024-2025 Edward Betts <edward@4angle.com>
License: MIT
......
#!/usr/bin/make -f
export PYBUILD_NAME=python-otbr-api
%:
dh $@ --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
rm -rf python_otbr_api.egg-info/
Tests: run-tests
Depends: python3-all, python3-pytest, python3-pytest-asyncio, @
Tests:
run-tests,
Depends:
python3-all,
python3-pytest,
python3-pytest-asyncio,
@,
......@@ -2,5 +2,5 @@
set -e
cp -r test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
$py -Wd -m pytest -v -x 2>&1
$py -Wd -m pytest --asyncio-mode=auto -v -x 2>&1
done
version=4
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-otbr-api-$1\.tar\.gz/ \
https://github.com/home-assistant-libs/python-otbr-api/tags .*/v?(\d\S+)\.tar\.gz
https://github.com/home-assistant-libs/python-otbr-api/tags .*/v?(\d\S+)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment