Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/black-24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance authored Mar 27, 2024
2 parents e1c6bec + 3872876 commit dc12c2e
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.4.1
current_version = 4.4.2
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
Expand Down
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v4.4.2 (26/03/2024)
- [[patch] ignored tag fixes](https://github.com/Feramance/qBitrr/commit/cb4fc1244e537f4642ba725435dc9556a50f1b24) - @Feramance
- [Merge pull request #68 from Feramance/dependabot/github_actions/dependabot/fetch-metadata-2.0.0](https://github.com/Feramance/qBitrr/commit/79b200b919cf11893b9c897fcd26b32140337b94) - @Feramance
- [Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0](https://github.com/Feramance/qBitrr/commit/05d97a26e14523506e855654f9c16e950ce21163) - @dependabot[bot]
- [Testing improved ignored functionality](https://github.com/Feramance/qBitrr/commit/bdefa5c6c591ed9aa898cad73cd148c1d0840ad9) - @Feramance

---

## v4.4.1 (08/03/2024)
- [[patch] Dependency bump](https://github.com/Feramance/qBitrr/commit/4caa0af9bdf0273302d0efdff7a883f3ef436d8b) - @Feramance
- [Debugging torrent availability](https://github.com/Feramance/qBitrr/commit/54b80acba9a41a936078c8143b010658d13d50ac) - @Feramance
Expand Down Expand Up @@ -358,8 +366,3 @@

## v4.0.5 (08/01/2024)
- [[patch] v4 hotfix 5](https://github.com/Feramance/qBitrr/commit/020ea32ac9065516bd3791b32f0761a51ee49d6d) - @Feramance

---

## v4.0.4 (08/01/2024)
- [[patch] v4 hotfix 4](https://github.com/Feramance/qBitrr/commit/7495c08dfce34b54d8db148f64a3367e8d0f1f90) - @Feramance
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.10

LABEL Name="qBitrr"
LABEL Maintainer="feramance"
LABEL Version="4.4.1"
LABEL Version="4.4.2"
LABEL org.opencontainers.image.source=https://github.com/feramance/qbitrr

# Env used by the script to determine if its inside a docker -
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target-version = ['py38']

[tool.poetry]
name = "pypi-public"
version = "4.4.1"
version = "4.4.2"
description = "A simple script to monitor qBit and communicate with Radarr and Sonarr"
authors = ["Drapersniper", "Feramance"]
readme = "README.md"
Expand Down
2 changes: 0 additions & 2 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -3925,9 +3925,7 @@ def _process_single_torrent(self, torrent: qbittorrentapi.TorrentDictionary):
torrent.remove_tags(
[
"qBitrr-allowed_seeding",
"qBitrr-ignored",
"qBitrr-free_space_paused",
"qbitrr-imported",
]
)
if (
Expand Down
4 changes: 2 additions & 2 deletions qBitrr/bundled_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version = "4.4.1"
git_hash = "ffc073f"
version = "4.4.2"
git_hash = "9968e2a"
license_text = (
"Licence can be found on:\n\nhttps://github.com/Feramance/qBitrr/blob/master/LICENSE"
)
Expand Down
2 changes: 1 addition & 1 deletion qBitrr2.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: qBitrr2
Version: 4.4.0
Version: 4.4.1
Summary: "A simple Python script to talk to qBittorrent and Arr's"
Home-page: https://github.com/Feramance/qBitrr
Author: Feramance
Expand Down
20 changes: 12 additions & 8 deletions requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ environ-config==23.2.0
# via qBitrr2 (setup.py)
ffmpeg-python==0.2.0
# via qBitrr2 (setup.py)
filelock==3.13.1
filelock==3.13.3
# via virtualenv
future==1.0.0
# via ffmpeg-python
Expand All @@ -57,7 +57,7 @@ identify==2.5.35
# via pre-commit
idna==3.6
# via requests
importlib-metadata==7.0.2
importlib-metadata==7.1.0
# via
# keyring
# twine
Expand All @@ -66,12 +66,16 @@ isort==5.10.1
jaraco-classes==3.3.1
# via keyring
jaraco-context==4.3.0
# via jaraco-docker
# via
# jaraco-docker
# keyring
jaraco-docker==2.0
# via qBitrr2 (setup.py)
jaraco-functools==4.0.0
# via jaraco-docker
keyring==24.3.1
# via
# jaraco-docker
# keyring
keyring==25.0.0
# via twine
more-itertools==10.2.0
# via
Expand Down Expand Up @@ -169,7 +173,7 @@ tqdm==4.66.2
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.31.0.20240218
types-requests==2.31.0.20240311
# via pyarr
ujson==5.4.0
# via qBitrr2 (setup.py)
Expand All @@ -182,9 +186,9 @@ urllib3==2.2.1
# types-requests
virtualenv==20.25.1
# via pre-commit
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 12 additions & 8 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ environ-config==23.2.0
# via qBitrr2 (setup.py)
ffmpeg-python==0.2.0
# via qBitrr2 (setup.py)
filelock==3.13.1
filelock==3.13.3
# via virtualenv
future==1.0.0
# via ffmpeg-python
Expand All @@ -57,7 +57,7 @@ identify==2.5.35
# via pre-commit
idna==3.6
# via requests
importlib-metadata==7.0.2
importlib-metadata==7.1.0
# via
# keyring
# twine
Expand All @@ -66,12 +66,16 @@ isort==5.10.1
jaraco-classes==3.3.1
# via keyring
jaraco-context==4.3.0
# via jaraco-docker
# via
# jaraco-docker
# keyring
jaraco-docker==2.0
# via qBitrr2 (setup.py)
jaraco-functools==4.0.0
# via jaraco-docker
keyring==24.3.1
# via
# jaraco-docker
# keyring
keyring==25.0.0
# via twine
more-itertools==10.2.0
# via
Expand Down Expand Up @@ -169,7 +173,7 @@ tqdm==4.66.2
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.31.0.20240218
types-requests==2.31.0.20240311
# via pyarr
ujson==5.4.0
# via qBitrr2 (setup.py)
Expand All @@ -182,9 +186,9 @@ urllib3==2.2.1
# types-requests
virtualenv==20.25.1
# via pre-commit
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements.fast.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ six==1.16.0
# via qbittorrent-api
tomlkit==0.7.2
# via qBitrr2 (setup.py)
types-requests==2.31.0.20240218
types-requests==2.31.0.20240311
# via pyarr
ujson==5.4.0
# via qBitrr2 (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ six==1.16.0
# via qbittorrent-api
tomlkit==0.7.2
# via qBitrr2 (setup.py)
types-requests==2.31.0.20240218
types-requests==2.31.0.20240311
# via pyarr
urllib3==2.2.1
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = qBitrr2
version = 4.4.1
version = 4.4.2
description = "A simple Python script to talk to qBittorrent and Arr's"
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit dc12c2e

Please sign in to comment.