pax_global_header 0000666 0000000 0000000 00000000064 14750455765 0014534 g ustar 00root root 0000000 0000000 52 comment=c1718bea0ce253d12ffe0422406c22be009da435
bluetooth-adapters-0.21.4/ 0000775 0000000 0000000 00000000000 14750455765 0015426 5 ustar 00root root 0000000 0000000 bluetooth-adapters-0.21.4/.all-contributorsrc 0000664 0000000 0000000 00000000461 14750455765 0021260 0 ustar 00root root 0000000 0000000 {
"projectName": "bluetooth-adapters",
"projectOwner": "bluetooth-devices",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 80,
"commit": true,
"commitConvention": "angular",
"contributors": [],
"contributorsPerLine": 7,
"skipCi": true
}
bluetooth-adapters-0.21.4/.editorconfig 0000664 0000000 0000000 00000000444 14750455765 0020105 0 ustar 00root root 0000000 0000000 # http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf
[*.bat]
indent_style = tab
end_of_line = crlf
[LICENSE]
insert_final_newline = false
[Makefile]
indent_style = tab
bluetooth-adapters-0.21.4/.flake8 0000664 0000000 0000000 00000000056 14750455765 0016602 0 ustar 00root root 0000000 0000000 [flake8]
exclude = docs
max-line-length = 180
bluetooth-adapters-0.21.4/.github/ 0000775 0000000 0000000 00000000000 14750455765 0016766 5 ustar 00root root 0000000 0000000 bluetooth-adapters-0.21.4/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 14750455765 0021151 5 ustar 00root root 0000000 0000000 bluetooth-adapters-0.21.4/.github/ISSUE_TEMPLATE/1-bug_report.md 0000664 0000000 0000000 00000000422 14750455765 0023777 0 ustar 00root root 0000000 0000000 ---
name: Bug report
about: Create a report to help us improve
labels: bug
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
**Additional context**
Add any other context about the problem here.
bluetooth-adapters-0.21.4/.github/ISSUE_TEMPLATE/2-feature-request.md 0000664 0000000 0000000 00000000672 14750455765 0024760 0 ustar 00root root 0000000 0000000 ---
name: Feature request
about: Suggest an idea for this project
labels: enhancement
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.
bluetooth-adapters-0.21.4/.github/dependabot.yml 0000664 0000000 0000000 00000001322 14750455765 0021614 0 ustar 00root root 0000000 0000000 # To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore(deps-ci): "
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
bluetooth-adapters-0.21.4/.github/labels.toml 0000664 0000000 0000000 00000003515 14750455765 0021131 0 ustar 00root root 0000000 0000000 [breaking]
color = "ffcc00"
name = "breaking"
description = "Breaking change."
[bug]
color = "d73a4a"
name = "bug"
description = "Something isn't working"
[dependencies]
color = "0366d6"
name = "dependencies"
description = "Pull requests that update a dependency file"
[github_actions]
color = "000000"
name = "github_actions"
description = "Update of github actions"
[documentation]
color = "1bc4a5"
name = "documentation"
description = "Improvements or additions to documentation"
[duplicate]
color = "cfd3d7"
name = "duplicate"
description = "This issue or pull request already exists"
[enhancement]
color = "a2eeef"
name = "enhancement"
description = "New feature or request"
["good first issue"]
color = "7057ff"
name = "good first issue"
description = "Good for newcomers"
["help wanted"]
color = "008672"
name = "help wanted"
description = "Extra attention is needed"
[invalid]
color = "e4e669"
name = "invalid"
description = "This doesn't seem right"
[nochangelog]
color = "555555"
name = "nochangelog"
description = "Exclude pull requests from changelog"
[question]
color = "d876e3"
name = "question"
description = "Further information is requested"
[removed]
color = "e99695"
name = "removed"
description = "Removed piece of functionalities."
[tests]
color = "bfd4f2"
name = "tests"
description = "CI, CD and testing related changes"
[wontfix]
color = "ffffff"
name = "wontfix"
description = "This will not be worked on"
[discussion]
color = "c2e0c6"
name = "discussion"
description = "Some discussion around the project"
[hacktoberfest]
color = "ffa663"
name = "hacktoberfest"
description = "Good issues for Hacktoberfest"
[answered]
color = "0ee2b6"
name = "answered"
description = "Automatically closes as answered after a delay"
[waiting]
color = "5f7972"
name = "waiting"
description = "Automatically closes if no answer after a delay"
bluetooth-adapters-0.21.4/.github/workflows/ 0000775 0000000 0000000 00000000000 14750455765 0021023 5 ustar 00root root 0000000 0000000 bluetooth-adapters-0.21.4/.github/workflows/ci.yml 0000664 0000000 0000000 00000005034 14750455765 0022143 0 ustar 00root root 0000000 0000000 name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- uses: pre-commit/action@v3.0.1
# Make sure commit messages follow the conventional commits convention:
# https://www.conventionalcommits.org
commitlint:
name: Lint Commit Messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
test:
strategy:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: snok/install-poetry@v1
- name: Install Dependencies
shell: bash
run: poetry install
- name: Test with Pytest
shell: bash
run: poetry run pytest --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
release:
runs-on: ubuntu-latest
environment: release
if: github.ref == 'refs/heads/main'
needs:
- test
- lint
- commitlint
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Run semantic release:
# - Update CHANGELOG.md
# - Update version in code
# - Create git tag
# - Create GitHub release
- name: Python Semantic Release
id: release
uses: python-semantic-release/python-semantic-release@v9.17.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
- name: Upload Github Release Assets
uses: python-semantic-release/publish-action@v9.17.0
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.release.outputs.tag }}
bluetooth-adapters-0.21.4/.github/workflows/hacktoberfest.yml 0000664 0000000 0000000 00000000534 14750455765 0024374 0 ustar 00root root 0000000 0000000 name: Hacktoberfest
on:
schedule:
# Run every day in October
- cron: "0 0 * 10 *"
# Run on the 1st of November to revert
- cron: "0 13 1 11 *"
jobs:
hacktoberfest:
runs-on: ubuntu-latest
steps:
- uses: browniebroke/hacktoberfest-labeler-action@v2.3.0
with:
github_token: ${{ secrets.GH_PAT }}
bluetooth-adapters-0.21.4/.github/workflows/issue-manager.yml 0000664 0000000 0000000 00000001340 14750455765 0024304 0 ustar 00root root 0000000 0000000 name: Issue Manager
on:
schedule:
- cron: "0 0 * * *"
issue_comment:
types:
- created
issues:
types:
- labeled
pull_request_target:
types:
- labeled
workflow_dispatch:
jobs:
issue-manager:
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@0.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
{
"answered": {
"message": "Assuming the original issue was solved, it will be automatically closed now."
},
"waiting": {
"message": "Automatically closing. To re-open, please provide the additional information requested."
}
}
bluetooth-adapters-0.21.4/.github/workflows/labels.yml 0000664 0000000 0000000 00000000774 14750455765 0023020 0 ustar 00root root 0000000 0000000 name: Sync Github labels
on:
push:
branches:
- main
paths:
- ".github/**"
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install labels
run: pip install labels
- name: Sync config with Github
run: labels -u ${{ github.repository_owner }} -t ${{ secrets.GITHUB_TOKEN }} sync -f .github/labels.toml
bluetooth-adapters-0.21.4/.gitignore 0000664 0000000 0000000 00000004066 14750455765 0017424 0 ustar 00root root 0000000 0000000 # Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
bluetooth-adapters-0.21.4/.gitpod.yml 0000664 0000000 0000000 00000000306 14750455765 0017514 0 ustar 00root root 0000000 0000000 tasks:
- command: |
pip install poetry
PIP_USER=false poetry install
- command: |
pip install pre-commit
pre-commit install
PIP_USER=false pre-commit install-hooks
bluetooth-adapters-0.21.4/.idea/ 0000775 0000000 0000000 00000000000 14750455765 0016406 5 ustar 00root root 0000000 0000000 bluetooth-adapters-0.21.4/.idea/bluetooth-adapters.iml 0000664 0000000 0000000 00000000515 14750455765 0022720 0 ustar 00root root 0000000 0000000
bluetooth-adapters-0.21.4/.idea/watcherTasks.xml 0000664 0000000 0000000 00000005253 14750455765 0021600 0 ustar 00root root 0000000 0000000
bluetooth-adapters-0.21.4/.idea/workspace.xml 0000664 0000000 0000000 00000002736 14750455765 0021136 0 ustar 00root root 0000000 0000000
bluetooth-adapters-0.21.4/.pre-commit-config.yaml 0000664 0000000 0000000 00000003321 14750455765 0021706 0 ustar 00root root 0000000 0000000 # See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: "CHANGELOG.md"
default_stages: [pre-commit]
ci:
autofix_commit_msg: "chore(pre-commit.ci): auto fixes"
autoupdate_commit_msg: "chore(pre-commit.ci): pre-commit autoupdate"
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.1.1
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: debug-statements
- id: check-builtin-literals
- id: check-case-conflict
- id: check-docstring-first
- id: check-json
- id: check-toml
- id: check-xml
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: []
- repo: https://github.com/PyCQA/bandit
rev: 1.8.2
hooks:
- id: bandit
args: [-x, tests]
bluetooth-adapters-0.21.4/.readthedocs.yml 0000664 0000000 0000000 00000001004 14750455765 0020507 0 ustar 00root root 0000000 0000000 # Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"
# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
extra_requirements:
- docs
bluetooth-adapters-0.21.4/CHANGELOG.md 0000664 0000000 0000000 00000152012 14750455765 0017240 0 ustar 00root root 0000000 0000000 # CHANGELOG
## v0.21.4 (2025-02-04)
### Bug Fixes
- Pypi upload ([#202](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/202),
[`5b90015`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5b9001596e08f91401695a089573d9147603a8e0))
## v0.21.3 (2025-02-04)
### Bug Fixes
- Semantic_release version update + update poetry-core version for build-system to >=2.0
([#201](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/201),
[`97467d3`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/97467d3578fb5bdde784e0050978781301742579))
* fix: semantic_release version update
* fix: update poetry-core version for build-system to >=2.0
### Chores
- **pre-commit.ci**: Pre-commit autoupdate
([#200](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/200),
[`d773fc4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/d773fc4046a9704dcdf071efd19c17324e943130))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
## v0.21.2 (2025-02-03)
### Bug Fixes
- Update poetry to v2 + add license to metadata
([#199](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/199),
[`cefa8f1`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/cefa8f15ec65f241fd9c7f1356e024141d898c6f))
### Chores
- Update dependabot.yml to include GHA
([`4da5d45`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/4da5d45ab15cd53680f2670b22f2460ff9e87a49))
- **deps**: Bump dbus-fast from 2.30.2 to 2.31.0
([#198](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/198),
[`c981206`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/c981206e3e23bc770a35e6bd779dc822770a8f8a))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-ci**: Bump the github-actions group with 8 updates
([#196](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/196),
[`f0b8d2e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f0b8d2e2609dfb25f2b7f66092314c3e9ae7298a))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston
- **deps-dev**: Bump pytest-asyncio from 0.25.2 to 0.25.3
([#197](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/197),
[`9050ac7`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/9050ac71df3c97eeacc217a73f099128659ee568))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#195](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/195),
[`a3b7784`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/a3b778454178761104173ae32cea338d92ee3bba))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
## v0.21.1 (2025-01-22)
### Bug Fixes
- Add missing platform markers for dbus-fast
([#193](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/193),
[`7cc9b16`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/7cc9b16fff48388e3b4543bf552f50ff14e697a8))
### Chores
- Add Python 3.13 to the CI
([#194](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/194),
[`b5c5cd4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b5c5cd4b7e720412130566deadd5acc16bf79735))
- **pre-commit.ci**: Pre-commit autoupdate
([#192](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/192),
[`2f0bd2d`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/2f0bd2d86cf468bf429330ccd51f7c50eaad6347))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
## v0.21.0 (2025-01-19)
### Chores
- Switch to ruff ([#191](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/191),
[`6e81c7b`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/6e81c7b0876034a9d050323c2fa1b3d729f34398))
- **deps**: Bump dbus-fast from 2.24.3 to 2.24.4
([#180](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/180),
[`ae771b2`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ae771b258d64e61872bcb067c45b7440077a8e49))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 2.24.4 to 2.28.0
([#189](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/189),
[`ac3050f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ac3050fb60a1c4681cee2d12434ec1e5fff0b4db))
- **deps**: Bump jinja2 from 3.1.4 to 3.1.5
([#185](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/185),
[`f35790e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f35790e8745bce5ad295245a1fb17b80077e10bc))
- **deps**: Bump sphinx-rtd-theme from 3.0.1 to 3.0.2
([#179](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/179),
[`e5f1586`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/e5f1586e40312b80e202e8ccf685bd75d2c0b9d9))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 8.3.3 to 8.3.4
([#182](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/182),
[`eeb87e3`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/eeb87e3ff3bbede53bea7c7dff1e2115d40ec9bb))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.24.0 to 0.25.2
([#188](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/188),
[`f9cee50`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f9cee509b421928d6e4defe1ae07532ec862ab92))
- **pre-commit.ci**: Pre-commit autoupdate
([#178](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/178),
[`d6673cf`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/d6673cf86407bd8a338921b1f26d2bb37f9c4256))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#181](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/181),
[`498e028`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/498e0289b3a00c11f6c899ece6ae6bffa6da0ed5))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#183](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/183),
[`dd07c68`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/dd07c68463e0d637511cefa8884eaa43a3922b21))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston
- **pre-commit.ci**: Pre-commit autoupdate
([#186](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/186),
[`9ae23b9`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/9ae23b9f03619e67a6d2a9db941efd5097ba6c37))
### Features
- Add get_manufacturer_from_mac
([#190](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/190),
[`e3c9d6a`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/e3c9d6abf3f05be6d830a26c4bcd926b23cd4980))
## v0.20.2 (2024-11-18)
### Bug Fixes
- Discard impossible timestamps when restoring bluetooth scanner data
([#177](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/177),
[`be11e23`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/be11e232d228c41b0966b2d21e40959d1bcaedd8))
### Chores
- **deps-dev**: Bump pytest-cov from 5.0.0 to 6.0.0
([#175](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/175),
[`2b9b942`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/2b9b942b4de6672c3b229753486e53bf28d7dd0d))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#176](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/176),
[`d0d1874`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/d0d1874a21e31fafd6f7300def53e0f151ca9f9b))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
## v0.20.1 (2024-10-31)
### Bug Fixes
- Handle devices listed before adapter in dbus managed objects
([#174](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/174),
[`69b0d16`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/69b0d1683381de1ead4efb80e6d4a31170138f2e))
Co-authored-by: Joseph Gilby
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
### Chores
- **deps**: Bump aiooui from 0.1.6 to 0.1.7
([#171](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/171),
[`c7d7235`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/c7d72355e0ce4eab614ead1fcc024bbb640a2569))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 2.24.2 to 2.24.3
([#165](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/165),
[`b05f319`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b05f319b487802072f3a24c87a44834681110210))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx-rtd-theme from 2.0.0 to 3.0.1
([#167](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/167),
[`c3867de`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/c3867dec3f6386301259a36a68f06d492ff75e25))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#164](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/164),
[`ce77a4c`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ce77a4c036b23d9c80e6ac48cf55f7c0a3cf4839))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#168](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/168),
[`d0eb3df`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/d0eb3df6357c19136e97332f06e880b90811a57e))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#170](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/170),
[`34220b6`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/34220b6eac382a4d9a992f3d4f8ab8c81020d2c6))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
## v0.20.0 (2024-10-05)
### Chores
- **deps**: Bump dbus-fast from 2.22.1 to 2.24.0
([#159](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/159),
[`b3bafb5`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b3bafb570b157c11884cba50963a63a14c340166))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 2.24.0 to 2.24.2
([#160](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/160),
[`febbebe`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/febbebe2f1c1e986705055fabe72c6cb1533764e))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 8.3.2 to 8.3.3
([#161](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/161),
[`5e2c156`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5e2c15623d0ee0e21da5d6aaf1c8443b4a7b64ce))
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [Release
notes](https://github.com/pytest-dev/pytest/releases) -
[Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -
[Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3)
--- updated-dependencies: - dependency-name: pytest dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.23.8 to 0.24.0
([#158](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/158),
[`7689ee4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/7689ee48787be4be118104f628dac85b99c238bd))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#157](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/157),
[`6910606`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/69106064d19c7c8abc91049a94e93c72982d60fa))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#162](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/162),
[`e2c0e3d`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/e2c0e3d5b9cfcc433d3f39aee2eac971615d1d10))
updates: - [github.com/commitizen-tools/commitizen: v3.29.0 →
v3.29.1](https://github.com/commitizen-tools/commitizen/compare/v3.29.0...v3.29.1) -
[github.com/PyCQA/bandit: 1.7.9 → 1.7.10](https://github.com/PyCQA/bandit/compare/1.7.9...1.7.10)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
### Features
- Add support for Python 3.13
([#163](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/163),
[`65b76f3`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/65b76f3b2f3380421ca7f4e7e275034181cbb69e))
## v0.19.4 (2024-08-16)
### Bug Fixes
- Run device refresh in the executor
([#156](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/156),
[`7fc4a3a`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/7fc4a3ac57b4e3e3ace97829804eded8f1f63b5c))
### Chores
- **deps**: Bump aiooui from 0.1.5 to 0.1.6
([#142](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/142),
[`18e0c98`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/18e0c98da17490006f6177b112e5637fa50a31a4))
- **deps**: Bump bleak from 0.21.1 to 0.22.2
([#138](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/138),
[`d41ba11`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/d41ba11250edea5b8127454b61c6216d3ff9ebd8))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump certifi from 2024.2.2 to 2024.7.4
([#146](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/146),
[`f6de2aa`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f6de2aafb05a03d605cfdc43471c8e5a3da2039d))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 2.21.2 to 2.21.3
([#143](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/143),
[`e1bae7b`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/e1bae7b22f4b42af2df116bcff1a7118af1cd706))
- **deps**: Bump dbus-fast from 2.21.3 to 2.22.1
([#145](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/145),
[`23ee0b7`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/23ee0b79ffcaaa61e498ec2a18df6b1099148fb5))
Bumps [dbus-fast](https://github.com/bluetooth-devices/dbus-fast) from 2.21.3 to 2.22.1. - [Release
notes](https://github.com/bluetooth-devices/dbus-fast/releases) -
[Changelog](https://github.com/Bluetooth-Devices/dbus-fast/blob/main/CHANGELOG.md) -
[Commits](https://github.com/bluetooth-devices/dbus-fast/compare/v2.21.3...v2.22.1)
--- updated-dependencies: - dependency-name: dbus-fast dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump jinja2 from 3.1.3 to 3.1.4
([#132](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/132),
[`f6ed3e4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f6ed3e449dfe750e192a1b241c7f485fcc552ef5))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump myst-parser from 2.0.0 to 3.0.1
([#127](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/127),
[`61e5dbb`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/61e5dbbad79fe96a579df6f495c28907706ea5a1))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump requests from 2.31.0 to 2.32.2
([#150](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/150),
[`3b2389c`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/3b2389c6925648032bc3f8fffcd110c3cf7fe2b8))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx from 7.3.7 to 7.4.7
([#152](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/152),
[`c3080cc`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/c3080cc78baf5f711cf93b871e852d55b0e7e4f1))
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.7. - [Release
notes](https://github.com/sphinx-doc/sphinx/releases) -
[Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) -
[Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7)
--- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump urllib3 from 2.2.1 to 2.2.2
([#140](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/140),
[`b578e8f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b578e8f9e1dfb6388fa98c014a53b04e80c7deb4))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 8.2.0 to 8.2.2
([#139](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/139),
[`cb17761`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/cb177612d0e5a8b18f2ba408e89b4774a7d0330c))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 8.2.2 to 8.3.2
([#153](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/153),
[`623095a`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/623095a7e6e6bd05c77a21f639efbc5ab4fc93a7))
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2. - [Release
notes](https://github.com/pytest-dev/pytest/releases) -
[Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -
[Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.2)
--- updated-dependencies: - dependency-name: pytest dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.23.6 to 0.23.8
([#149](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/149),
[`57fa581`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/57fa581d84e1d808820e7ad59512089feda195e1))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump zipp from 3.17.0 to 3.19.1
([#147](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/147),
[`e352520`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/e352520431a854e532892898808d3954a4ee7e3e))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#144](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/144),
[`784ec6d`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/784ec6d971772697692d5b407cb000bf85019afe))
* chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v2.28.0 →
v3.27.0](https://github.com/commitizen-tools/commitizen/compare/v2.28.0...v3.27.0) -
[github.com/pre-commit/pre-commit-hooks: v4.3.0 →
v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.6.0) -
[github.com/pre-commit/mirrors-prettier: v2.7.1 →
v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v4.0.0-alpha.8) -
[github.com/asottile/pyupgrade: v2.37.2 →
v3.16.0](https://github.com/asottile/pyupgrade/compare/v2.37.2...v3.16.0) -
[github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2)
- [github.com/psf/black: 22.6.0 → 24.4.2](https://github.com/psf/black/compare/22.6.0...24.4.2) -
[github.com/codespell-project/codespell: v2.1.0 →
v2.3.0](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.3.0) -
[github.com/PyCQA/flake8: 4.0.1 → 7.1.0](https://github.com/PyCQA/flake8/compare/4.0.1...7.1.0) -
[github.com/pre-commit/mirrors-mypy: v0.931 →
v1.10.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.931...v1.10.1) -
[github.com/PyCQA/bandit: 1.7.4 → 1.7.9](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.9)
* chore(pre-commit.ci): auto fixes
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#148](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/148),
[`0df1b95`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/0df1b9591b537694bda4650ccc051a24c9495460))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#151](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/151),
[`5cde435`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5cde435e2ee8cd621e7989b09b63e673f99e3292))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#154](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/154),
[`cf9f29f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/cf9f29f1fe4d57f2385ac0277ceddafe69d0b344))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#155](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/155),
[`5b4959e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5b4959e11eda4d8620a3e49abf91a5cd7bcdfdcb))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
## v0.19.3 (2024-06-24)
### Bug Fixes
- Fix license classifier ([#141](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/141),
[`b3d7010`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b3d70101ca83ed844ec12c5c0e980bfe29a30fef))
### Chores
- **deps**: Bump dbus-fast from 2.21.1 to 2.21.2
([#134](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/134),
[`56801fd`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/56801fdbee7d605e3afd3e71835f1588e1394b9c))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx from 7.2.6 to 7.3.7
([#126](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/126),
[`b891243`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b891243e94cb1aefb05604b6f9fedb8e465e5a86))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 7.4.4 to 8.2.0
([#128](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/128),
[`3d9a957`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/3d9a957e0571e077742778352fbc68c685d35a0d))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## v0.19.2 (2024-05-04)
### Bug Fixes
- Handle AuthError while probing for adapters
([#130](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/130),
[`aec92f3`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/aec92f32493637a237c3c8490b689b13da20b93f))
## v0.19.1 (2024-04-30)
### Bug Fixes
- Handle missing hci devices when enumerating adapters
([#129](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/129),
[`95759e7`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/95759e78176cb83dfae2ea2b8bd98dfc80b652ae))
## v0.19.0 (2024-04-19)
### Chores
- **deps**: Bump aiooui from 0.1.1 to 0.1.5
([#116](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/116),
[`8858f88`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/8858f881053280ed3407a9797103160e782602a3))
- **deps**: Bump idna from 3.6 to 3.7
([#123](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/123),
[`5fd13b1`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5fd13b1e9ecf312835037e9d64a72dc0f7511469))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.23.5 to 0.23.6
([#121](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/121),
[`ca87dfc`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ca87dfc15f5383d23841d6dbc4e6cecc1dd334fa))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-cov from 4.1.0 to 5.0.0
([#122](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/122),
[`fc544a4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/fc544a4e914e58d3760cc996b45e735c7dc4d487))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Features
- Improve adapter data with UART devices
([#124](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/124),
[`5db938f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5db938f16b3d1c6f4b5dbd9a988bafd8cbf06b1e))
## v0.18.0 (2024-02-24)
### Chores
- **deps**: Bump aiohttp from 3.9.1 to 3.9.2
([#110](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/110),
[`f9149cd`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f9149cd5640f36263ae415b2fe35d3320d3c7a99))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump aiohttp from 3.9.2 to 3.9.3
([#113](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/113),
[`c1b0aac`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/c1b0aacf9ed92ffec9ff4d070986cbabe80d73ff))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 2.21.0 to 2.21.1
([#109](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/109),
[`20471f7`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/20471f7baa5c204615cceb5ba0ff80f59ca1ef0e))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump jinja2 from 3.1.2 to 3.1.3
([#108](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/108),
[`cbc99d6`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/cbc99d6dd75d7d50c1da83a07feef351429f70ec))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.23.3 to 0.23.4
([#111](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/111),
[`555759c`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/555759c0695cc893f21328cf386012182d12f68a))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Features
- Switch to using aiooui for mac lookups
([#115](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/115),
[`6934ad8`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/6934ad806d06efa073437dc4dd44807e6623829c))
## v0.17.0 (2024-01-04)
### Chores
- **deps-dev**: Bump pytest from 7.4.3 to 7.4.4
([#104](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/104),
[`ba5efc6`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ba5efc6c67f4cec8e3e1d8fedb8583cfa4bee6a8))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.21.1 to 0.23.2
([#99](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/99),
[`e8b56bc`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/e8b56bcd72a65d31e7c5137fc3ed054454c1975f))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.23.2 to 0.23.3
([#103](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/103),
[`70460c7`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/70460c727cfe40c5bf0ac0d4fefee5e44a17545c))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Features
- Ignore adapters with a 00:00:00:00:00:00 mac address
([#105](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/105),
[`cdca7b2`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/cdca7b2b8e115cdc44011c8959f76c4870213695))
- Py312 support ([#107](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/107),
[`4b14786`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/4b14786585d42593a96fde057fb22c8064cf6914))
## v0.16.2 (2023-12-16)
### Bug Fixes
- Workaround fcntl and dbus_fast not available on windows
([#102](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/102),
[`0c48649`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/0c4864943966cdaab44259bfc6b8236f7695e9b6))
### Chores
- **deps**: Bump aiohttp from 3.8.5 to 3.9.0
([#96](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/96),
[`0527e0c`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/0527e0c2be8326d3f7e24953e28ff2daf6feacfb))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump aiohttp from 3.9.0 to 3.9.1
([#97](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/97),
[`9bede1f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/9bede1f8de91348d507c156793e731d7be14e3dc))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 1.94.1 to 1.95.2
([#91](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/91),
[`37c9ad8`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/37c9ad8450f7aa6769e20fffefda3a3fe9c0c11a))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump requests from 2.28.1 to 2.31.0
([#65](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/65),
[`1f9abf4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/1f9abf4ad196514baf09bcc960f252f1780c1475))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx from 6.2.1 to 7.2.6
([#98](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/98),
[`0e9bc85`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/0e9bc85e72d12cacf37acb0598f1d11cd2202af2))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx-rtd-theme from 1.2.2 to 1.3.0
([#84](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/84),
[`eab4c2e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/eab4c2e26dffc72823d0f4c95192e90db158b29b))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx-rtd-theme from 1.3.0 to 2.0.0
([#100](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/100),
[`7ffe96d`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/7ffe96de2492fdaef74f168adf737ce127ae57b7))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump urllib3 from 1.26.13 to 1.26.18
([#93](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/93),
[`fe93d36`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/fe93d3689a43ad83ccded21cf4d23622652df079))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 7.4.0 to 7.4.3
([#94](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/94),
[`950570e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/950570ecb8c9b0667b48ee5ddd87b7abf5191fd0))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## v0.16.1 (2023-09-07)
### Bug Fixes
- Ensure timeouts work with py3.11
([#89](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/89),
[`fb9e2b5`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/fb9e2b571f85e2f5fbef88ad8b651a119d58384a))
### Chores
- **deps**: Bump aiohttp from 3.8.4 to 3.8.5
([#77](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/77),
[`681e8a6`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/681e8a64040e3827b5dcff29ced87a49be21bdd5))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump async-timeout from 4.0.2 to 4.0.3
([#81](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/81),
[`f407862`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f40786220532ac5e5622fba24257897fc4a91bde))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump certifi from 2022.12.7 to 2023.7.22
([#86](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/86),
[`545b98b`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/545b98b3c0f28afe5f8eed22349712f2bf35c334))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 1.86.0 to 1.90.2
([#80](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/80),
[`9a8bc79`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/9a8bc79c5ee89c97d77063db6ce4b1f96fcb6cd7))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 1.90.2 to 1.91.2
([#82](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/82),
[`816f537`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/816f537b712c7eab3217e55165ee61769c43f198))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 1.91.2 to 1.93.0
([#83](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/83),
[`73d991f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/73d991fa484ac93cb97fd6e71b2418d5a6f7eb7e))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 1.93.0 to 1.94.1
([#87](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/87),
[`3ca4220`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/3ca42201797e4d2517ec7f4ee1014c05acb91366))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump myst-parser from 1.0.0 to 2.0.0
([#76](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/76),
[`b1b455e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b1b455e8506f98b62bd446377bc61d1db97a23c1))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump pygments from 2.13.0 to 2.15.0
([#85](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/85),
[`df2a54f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/df2a54f68e1ecaa9ebbfa4325b00392720257798))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.21.0 to 0.21.1
([#75](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/75),
[`ab3166e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ab3166e2cfde582c2ae0db10462cb689cef1735d))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## v0.16.0 (2023-07-12)
### Features
- Add get_adapters_from_hci ([#74](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/74),
[`9801501`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/9801501fa294dc46bc40fe215a79fca7021ec571))
## v0.15.5 (2023-07-12)
### Bug Fixes
- Make sure down adapters are still listed
([#71](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/71),
[`0411edd`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/0411edde528c133a57093a6b07332ae630a15632))
### Chores
- Fix ci ([#73](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/73),
[`68b4235`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/68b42358ff8db70db0388c8d25e3aa444607e466))
- Update python-semantic-release
([#72](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/72),
[`30258db`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/30258db24a2f4594e699438fb78303ef73077267))
- **deps**: Bump bleak from 0.19.5 to 0.20.2
([#61](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/61),
[`f8d960b`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f8d960b0608a08ec9ab4baf9f5f07ca14ea51683))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx from 5.3.0 to 6.2.1
([#63](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/63),
[`e382e3c`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/e382e3c7cdb373d2df443177f4184ef5cf9d0ef9))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx-rtd-theme from 1.2.0 to 1.2.2
([#67](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/67),
[`3b685d9`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/3b685d938697d3a7beb0a1351e443516456c478e))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 7.2.2 to 7.3.2
([#68](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/68),
[`0aee40d`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/0aee40d0f599a038521f3e87792b7f83510ef5b3))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 7.3.2 to 7.4.0
([#70](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/70),
[`5ab008c`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5ab008ceaef86c92e0b0975f9e8142c42da12d14))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-cov from 4.0.0 to 4.1.0
([#69](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/69),
[`79517ad`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/79517ade9734bd7da4be894ee90f05300794588b))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## v0.15.4 (2023-05-09)
### Bug Fixes
- Don't import from dbus module on Windows
([#57](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/57),
[`f936758`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f936758748fc7ec4829f91dcf600e4fbf9f354b5))
### Chores
- **deps**: Bump aiohttp from 3.8.3 to 3.8.4
([#51](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/51),
[`7932014`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/793201485615c9739f2c0cd629060f363066c957))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 1.75.1 to 1.84.2
([#52](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/52),
[`37351aa`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/37351aa6448a3b542c35b949984ddf64d5814d04))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump dbus-fast from 1.84.2 to 1.86.0
([#64](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/64),
[`71706c4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/71706c48df0de33d6e2d7f4c584029c0168a76d4))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump myst-parser from 0.18.1 to 1.0.0
([#48](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/48),
[`67d4d35`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/67d4d351e3a41d577ea1f21a6e4280a91c0589f4))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.19.0 to 0.20.3
([#47](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/47),
[`4f3692f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/4f3692f210f67a3f413df97556f41e01b814db0f))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-asyncio from 0.20.3 to 0.21.0
([#50](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/50),
[`1d5f47e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/1d5f47e45bf1aa0b4780f7472096f06cad0f6884))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## v0.15.3 (2023-03-18)
### Bug Fixes
- Fix CI ([#43](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/43),
[`f43d748`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f43d748cb200a3151b840b280d167fdfdbfc5772))
- Update for bleak 0.20 ([#39](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/39),
[`1e18be2`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/1e18be264b1fcac131ca6fcc4b7418d04c92c6ee))
### Chores
- Create dependabot.yml ([#40](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/40),
[`dee2502`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/dee2502b54ae35a0914b4abce14dd8b4589614ca))
- Fix dependabot.yml ([#44](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/44),
[`4aabb7f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/4aabb7f80ca177db53331a7679a5dd497b4a754a))
- **deps**: Bump certifi from 2022.9.24 to 2022.12.7
([#41](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/41),
[`4719871`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/4719871612e02ff994092ef07cc76d65d38128be))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump markdown-it-py from 2.1.0 to 2.2.0
([#42](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/42),
[`41aa2a6`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/41aa2a6be3e3b07f6e1c039c1ee4fe1a76d08f55))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps**: Bump sphinx-rtd-theme from 1.1.1 to 1.2.0
([#46](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/46),
[`420757b`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/420757be4a3585f7918e51dda26b04f100c63845))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest from 7.2.0 to 7.2.2
([#45](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/45),
[`513db01`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/513db01964c34cc1d634c7cc9f40706802a2ebb3))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **deps-dev**: Bump pytest-cov from 3.0.0 to 4.0.0
([#49](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/49),
[`82a9469`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/82a9469ac2114b3b134843657fcdceca7e92ed3b))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## v0.15.2 (2022-12-22)
### Bug Fixes
- Missing ADAPTER_CONNECTION_SLOTS from __all__
([#38](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/38),
[`d2bed5e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/d2bed5ef0c4fb9e31e31011544815599c5b81b4a))
## v0.15.1 (2022-12-22)
### Bug Fixes
- Align naming with Home Assistant for new connection slots code
([#36](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/36),
[`0605de5`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/0605de55906b5025cb49eab18bd3bfe8e344ffd1))
## v0.15.0 (2022-12-21)
### Features
- Add connection_slots to AdapterDetails
([#35](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/35),
[`c0a7b52`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/c0a7b52835cf8c7a68c54e483fa86436ea0c3342))
## v0.14.1 (2022-12-10)
### Bug Fixes
- Handle data corruption ([#34](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/34),
[`77f2e9b`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/77f2e9b3f7a5012ddb3c78e3529a7f01146f74b6))
## v0.14.0 (2022-12-10)
### Features
- Cleanup new storage apis and add coverage
([#33](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/33),
[`07cfbdf`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/07cfbdfdc03f1065978c57e9097b1c07326ab781))
## v0.13.0 (2022-12-10)
### Features
- Add storage to save and restore discovered devices
([#32](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/32),
[`dc88a36`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/dc88a3620dac8ec8404e80c65631b366baebf85a))
## v0.12.0 (2022-12-05)
### Features
- Expose load_history_from_managed_objects
([#31](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/31),
[`823daa8`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/823daa805b2c5d170485c2129403cf3612cd2378))
## v0.11.0 (2022-11-27)
### Features
- Detect vendor of uart bluetooth adapters by mac oui
([#30](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/30),
[`12b1383`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/12b1383d249395526add62e6e6d6d7770fb4a401))
## v0.10.1 (2022-11-27)
### Bug Fixes
- Bump usb-devices ([#28](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/28),
[`9c1a8f8`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/9c1a8f8e852854ba0f6039aafd35632e361060a7))
## v0.10.0 (2022-11-27)
### Features
- Export ADAPTER_ constants for the underlying usb device
([#27](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/27),
[`f3f7619`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f3f76198d329794c00d921661215376bb20a3a1d))
## v0.9.0 (2022-11-27)
### Features
- Add hardware info to adapter details
([#26](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/26),
[`dc2682d`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/dc2682dff34c92654bab42c452125d8ae6c6a8be))
## v0.8.0 (2022-11-16)
### Chores
- Add py311 to the ci ([#24](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/24),
[`ee9e170`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ee9e170d4de7e1d447e9215c47fdf1b7cab44764))
### Features
- Add new multi platform adapter manager
([#23](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/23),
[`58119d1`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/58119d1c6f08c9804809b8cc94220231f5bc636d))
## v0.7.0 (2022-11-04)
### Features
- Speed up connecting to Dbus
([#22](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/22),
[`6b45f84`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/6b45f84479e58d8a55277289ec6f4c1597d6b98a))
## v0.6.0 (2022-10-02)
### Features
- Use unpack_variants from dbus-fast
([#21](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/21),
[`f5e0cf4`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f5e0cf4837bac063aa2aae239a30908b13f55b93))
## v0.5.3 (2022-10-01)
### Bug Fixes
- Compat with upcoming bleak
([#20](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/20),
[`61fcdbf`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/61fcdbfd6865df17dda8369bf7b26ae51ed49d20))
## v0.5.2 (2022-09-26)
### Bug Fixes
- Handle ConnectionRefusedError
([#19](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/19),
[`7e85613`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/7e85613cb2f972773748b4cde4ba826f75d807d2))
## v0.5.1 (2022-09-17)
### Bug Fixes
- Restoring manufacturer_data
([#18](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/18),
[`264d63a`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/264d63a93af8aae9cfb4c4f75e2f1632366edb20))
## v0.5.0 (2022-09-17)
### Features
- Add support for restoring bluetooth history from the bus
([#17](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/17),
[`3aaf104`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/3aaf104fe5798285f995e840310ea06f3d6a9a4d))
## v0.4.1 (2022-09-10)
### Bug Fixes
- Bump dbus-fast ([#16](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/16),
[`6e665ae`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/6e665ae38834e42d849ac33db228a9aa6578ddeb))
## v0.4.0 (2022-09-09)
### Features
- Switch from dbus-next to dbus-fast
([#15](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/15),
[`90d9ca5`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/90d9ca50ac687ecef129c0a080242ce8daa0edda))
## v0.3.6 (2022-09-09)
### Bug Fixes
- Handle Dbus closing the connection on us
([#14](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/14),
[`847698f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/847698f14001b41790412e8cec38369ccb117402))
## v0.3.5 (2022-09-08)
### Bug Fixes
- Downgrade more loggers to debug in case they do not have bluez installed and do not want bluetooth
([#13](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/13),
[`cae2700`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/cae2700f26b06f461647875f48e0f8a1baae298c))
## v0.3.4 (2022-09-02)
### Bug Fixes
- Downgrade more loggers ([#12](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/12),
[`3deb74f`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/3deb74f2ddd10738029b64d9865a6cbeada83b7b))
## v0.3.3 (2022-09-01)
### Bug Fixes
- Downgrade dbus timeouts to debug logging as it likely means they have no bluez
([#11](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/11),
[`4f6ae64`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/4f6ae64c22711022be449c19adc9bd97b2769846))
## v0.3.2 (2022-08-27)
### Bug Fixes
- Seperate FileNotFoundError and BrokenPipeError errors
([#10](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/10),
[`f0b3d81`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/f0b3d81d65586e536b78055426bd7118d1803587))
## v0.3.1 (2022-08-27)
### Bug Fixes
- Manage BrokenPipeError thrown by MessageBus.connect()
([#9](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/9),
[`5d0fbaa`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5d0fbaa1533924c2e256a1a682c6ea7982cf8ed7))
## v0.3.0 (2022-08-27)
### Features
- Add get_dbus_managed_objects
([#8](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/8),
[`ce613ea`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/ce613ea7fcdda5fdacfc8848ed2a1ef290e64b92))
## v0.2.0 (2022-08-18)
### Features
- Add get_bluetooth_adapter_details
([#7](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/7),
[`619f1ac`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/619f1acc9efd953ff57c9f126f64c21579b65e7e))
## v0.1.3 (2022-08-01)
### Bug Fixes
- Add a timeout in case dbus fails to respond
([#6](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/6),
[`eff1022`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/eff10222a6f1e0be4a599e6e47f20bace4ffd711))
## v0.1.2 (2022-07-24)
### Bug Fixes
- Adapters now returns a list instead of a set since order matters
([#5](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/5),
[`b4f153b`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/b4f153bf4198ad34e9e12113272c798fd6bddad6))
## v0.1.1 (2022-07-22)
### Bug Fixes
- Disconnect is not a coro ([#4](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/4),
[`05022b2`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/05022b20cc55bff8fe927dadd746d7879085f702))
## v0.1.0 (2022-07-22)
### Features
- Bump to resync verison ([#3](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/3),
[`d0ec824`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/d0ec82419d96052c8315a0518622b794bbb502d2))
## v0.0.2 (2022-07-21)
### Bug Fixes
- Bump release ([#2](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/2),
[`48cab73`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/48cab735f42f01f122d7f20c8b0da682918d45b6))
### Chores
- Initial commit
([`9d5652e`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/9d5652e0ec6b3206098dd2c48a41ee1715d9e39d))
### Features
- Init commit ([#1](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/1),
[`83b1954`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/83b19541252c4d73fafbb4c191ef6c1dd60ec4bf))
bluetooth-adapters-0.21.4/CONTRIBUTING.md 0000664 0000000 0000000 00000007466 14750455765 0017674 0 ustar 00root root 0000000 0000000 # Contributing
Contributions are welcome, and they are greatly appreciated! Every little helps, and credit will always be given.
You can contribute in many ways:
## Types of Contributions
### Report Bugs
Report bugs to [our issue page][gh-issues]. If you are reporting a bug, please include:
- Your operating system name and version.
- Any details about your local setup that might be helpful in troubleshooting.
- Detailed steps to reproduce the bug.
### Fix Bugs
Look through the GitHub issues for bugs. Anything tagged with "bug" and "help wanted" is open to whoever wants to implement it.
### Implement Features
Look through the GitHub issues for features. Anything tagged with "enhancement" and "help wanted" is open to whoever wants to implement it.
### Write Documentation
Bluetooth Adapters could always use more documentation, whether as part of the official Bluetooth Adapters docs, in docstrings, or even on the web in blog posts, articles, and such.
### Submit Feedback
The best way to send feedback [our issue page][gh-issues] on GitHub. If you are proposing a feature:
- Explain in detail how it would work.
- Keep the scope as narrow as possible, to make it easier to implement.
- Remember that this is a volunteer-driven project, and that contributions are welcome 😊
## Get Started!
Ready to contribute? Here's how to set yourself up for local development.
1. Fork the repo on GitHub.
2. Clone your fork locally:
```shell
$ git clone git@github.com:your_name_here/bluetooth-adapters.git
```
3. Install the project dependencies with [Poetry](https://python-poetry.org):
```shell
$ poetry install
```
4. Create a branch for local development:
```shell
$ git checkout -b name-of-your-bugfix-or-feature
```
Now you can make your changes locally.
5. When you're done making changes, check that your changes pass our tests:
```shell
$ poetry run pytest
```
6. Linting is done through [pre-commit](https://pre-commit.com). Provided you have the tool installed globally, you can run them all as one-off:
```shell
$ pre-commit run -a
```
Or better, install the hooks once and have them run automatically each time you commit:
```shell
$ pre-commit install
```
7. Commit your changes and push your branch to GitHub:
```shell
$ git add .
$ git commit -m "feat(something): your detailed description of your changes"
$ git push origin name-of-your-bugfix-or-feature
```
Note: the commit message should follow [the conventional commits](https://www.conventionalcommits.org). We run [`commitlint` on CI](https://github.com/marketplace/actions/commit-linter) to validate it, and if you've installed pre-commit hooks at the previous step, the message will be checked at commit time.
8. Submit a pull request through the GitHub website or using the GitHub CLI (if you have it installed):
```shell
$ gh pr create --fill
```
## Pull Request Guidelines
We like to have the pull request open as soon as possible, that's a great place to discuss any piece of work, even unfinished. You can use draft pull request if it's still a work in progress. Here are a few guidelines to follow:
1. Include tests for feature or bug fixes.
2. Update the documentation for significant features.
3. Ensure tests are passing on CI.
## Tips
To run a subset of tests:
```shell
$ pytest tests
```
## Making a new release
The deployment should be automated and can be triggered from the Semantic Release workflow in GitHub. The next version will be based on [the commit logs](https://python-semantic-release.readthedocs.io/en/latest/commit-log-parsing.html#commit-log-parsing). This is done by [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/index.html) via a GitHub action.
[gh-issues]: https://github.com/bluetooth-devices/bluetooth-adapters/issues
bluetooth-adapters-0.21.4/LICENSE 0000664 0000000 0000000 00000026121 14750455765 0016435 0 ustar 00root root 0000000 0000000
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2022 J. Nick Koston
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
bluetooth-adapters-0.21.4/README.md 0000664 0000000 0000000 00000007041 14750455765 0016707 0 ustar 00root root 0000000 0000000 # Bluetooth Adapters