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
Signed-off-by: Feramance <[email protected]>
  • Loading branch information
Feramance authored Apr 29, 2024
2 parents dc12c2e + 8835aed commit a98e456
Show file tree
Hide file tree
Showing 10 changed files with 243 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dependabot Auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.0.0
uses: dependabot/fetch-metadata@v2.1.0
with:
github-token: ${{ secrets.PAT }}
- name: Enable auto-merge for Dependabot PRs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/[email protected].0
uses: stefanzweifel/[email protected].1
with:
commit_message: '[skip ci]Automated version bump: v${{ github.job.get_current_version.current_version.outputs.VERSION }} >> v${{ steps.new_version.outputs.VERSION }}'
tagging_message: v${{ steps.new_version.outputs.VERSION }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/[email protected].0
uses: stefanzweifel/[email protected].1
with:
commit_message: '[skip ci] Update Release Hash for v${{needs.bump_version.outputs.NEW_RELEASE}}'
commit_options: -S
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
git_tag_gpgsign: true
id: import_gpg
- name: Git Auto Commit
uses: stefanzweifel/[email protected].0
uses: stefanzweifel/[email protected].1
with:
commit_message: '[skip ci] Update CHANGELOG.md and Release Notes for v${{needs.bump_version.outputs.NEW_RELEASE}}'
commit_options: -S
Expand Down
255 changes: 185 additions & 70 deletions qBitrr/arss.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.1
Version: 4.4.2
Summary: "A simple Python script to talk to qBittorrent and Arr's"
Home-page: https://github.com/Feramance/qBitrr
Author: Feramance
Expand Down Expand Up @@ -34,7 +34,7 @@ Requires-Dist: coloredlogs==15.0.1
Requires-Dist: environ-config==23.2.0
Requires-Dist: ffmpeg-python==0.2.0
Requires-Dist: jaraco.docker==2.0
Requires-Dist: packaging==21.3
Requires-Dist: packaging==22.0
Requires-Dist: pathos==0.2.8
Requires-Dist: peewee==3.14.7
Requires-Dist: ping3==3.0.2
Expand Down
2 changes: 1 addition & 1 deletion qBitrr2.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coloredlogs==15.0.1
environ-config==23.2.0
ffmpeg-python==0.2.0
jaraco.docker==2.0
packaging==21.3
packaging==22.0
pathos==0.2.8
peewee==3.14.7
ping3==3.0.2
Expand Down
35 changes: 18 additions & 17 deletions requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ altgraph==0.17.4
# via pyinstaller
attrs==23.2.0
# via environ-config
backports-tarfile==1.1.1
# via jaraco-context
black==24.3.0
# via qBitrr2 (setup.py)
build==1.1.1
build==1.2.1
# via pip-tools
bump2version==1.0.1
# via qBitrr2 (setup.py)
Expand Down Expand Up @@ -41,41 +43,41 @@ dill==0.3.8
# pathos
distlib==0.3.8
# via virtualenv
docutils==0.20.1
docutils==0.21.2
# via readme-renderer
environ-config==23.2.0
# via qBitrr2 (setup.py)
ffmpeg-python==0.2.0
# via qBitrr2 (setup.py)
filelock==3.13.3
filelock==3.13.4
# via virtualenv
future==1.0.0
# via ffmpeg-python
humanfriendly==10.0
# via coloredlogs
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
# keyring
# twine
isort==5.10.1
# via qBitrr2 (setup.py)
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via
# jaraco-docker
# keyring
jaraco-docker==2.0
# via qBitrr2 (setup.py)
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via
# jaraco-docker
# keyring
keyring==25.0.0
keyring==25.1.0
# via twine
more-itertools==10.2.0
# via
Expand All @@ -85,15 +87,16 @@ multiprocess==0.70.16
# via pathos
mypy-extensions==1.0.0
# via black
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
nodeenv==1.8.0
# via pre-commit
overrides==7.7.0
# via pyarr
packaging==21.3
packaging==22.0
# via
# build
# pyinstaller-hooks-contrib
# qBitrr2 (setup.py)
# qbittorrent-api
pathos==0.2.8
Expand All @@ -110,7 +113,7 @@ pip-tools==7.3.0
# via qBitrr2 (setup.py)
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.1
# via
# black
# virtualenv
Expand All @@ -126,10 +129,8 @@ pygments==2.17.2
# via readme-renderer
pyinstaller==5.13.1
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2023.11
pyinstaller-hooks-contrib==2024.5
# via pyinstaller
pyparsing==3.1.2
# via packaging
pyproject-hooks==1.0.0
# via build
pyreadline3==3.4.1
Expand Down Expand Up @@ -173,7 +174,7 @@ tqdm==4.66.2
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.31.0.20240311
types-requests==2.31.0.20240406
# via pyarr
ujson==5.4.0
# via qBitrr2 (setup.py)
Expand All @@ -184,7 +185,7 @@ urllib3==2.2.1
# qbittorrent-api
# requests
# types-requests
virtualenv==20.25.1
virtualenv==20.26.0
# via pre-commit
wheel==0.43.0
# via pip-tools
Expand Down
35 changes: 18 additions & 17 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ altgraph==0.17.4
# via pyinstaller
attrs==23.2.0
# via environ-config
backports-tarfile==1.1.1
# via jaraco-context
black==24.3.0
# via qBitrr2 (setup.py)
build==1.1.1
build==1.2.1
# via pip-tools
bump2version==1.0.1
# via qBitrr2 (setup.py)
Expand Down Expand Up @@ -41,41 +43,41 @@ dill==0.3.8
# pathos
distlib==0.3.8
# via virtualenv
docutils==0.20.1
docutils==0.21.2
# via readme-renderer
environ-config==23.2.0
# via qBitrr2 (setup.py)
ffmpeg-python==0.2.0
# via qBitrr2 (setup.py)
filelock==3.13.3
filelock==3.13.4
# via virtualenv
future==1.0.0
# via ffmpeg-python
humanfriendly==10.0
# via coloredlogs
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.6
idna==3.7
# via requests
importlib-metadata==7.1.0
# via
# keyring
# twine
isort==5.10.1
# via qBitrr2 (setup.py)
jaraco-classes==3.3.1
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
jaraco-context==5.3.0
# via
# jaraco-docker
# keyring
jaraco-docker==2.0
# via qBitrr2 (setup.py)
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via
# jaraco-docker
# keyring
keyring==25.0.0
keyring==25.1.0
# via twine
more-itertools==10.2.0
# via
Expand All @@ -85,15 +87,16 @@ multiprocess==0.70.16
# via pathos
mypy-extensions==1.0.0
# via black
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
nodeenv==1.8.0
# via pre-commit
overrides==7.7.0
# via pyarr
packaging==21.3
packaging==22.0
# via
# build
# pyinstaller-hooks-contrib
# qBitrr2 (setup.py)
# qbittorrent-api
pathos==0.2.8
Expand All @@ -110,7 +113,7 @@ pip-tools==7.3.0
# via qBitrr2 (setup.py)
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
platformdirs==4.2.1
# via
# black
# virtualenv
Expand All @@ -126,10 +129,8 @@ pygments==2.17.2
# via readme-renderer
pyinstaller==5.13.1
# via qBitrr2 (setup.py)
pyinstaller-hooks-contrib==2023.11
pyinstaller-hooks-contrib==2024.5
# via pyinstaller
pyparsing==3.1.2
# via packaging
pyproject-hooks==1.0.0
# via build
pyreadline3==3.4.1
Expand Down Expand Up @@ -173,7 +174,7 @@ tqdm==4.66.2
# via twine
twine==3.7.1
# via qBitrr2 (setup.py)
types-requests==2.31.0.20240311
types-requests==2.31.0.20240406
# via pyarr
ujson==5.4.0
# via qBitrr2 (setup.py)
Expand All @@ -184,7 +185,7 @@ urllib3==2.2.1
# qbittorrent-api
# requests
# types-requests
virtualenv==20.25.1
virtualenv==20.26.0
# via pre-commit
wheel==0.43.0
# via pip-tools
Expand Down
14 changes: 7 additions & 7 deletions requirements.fast.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
attrs==23.2.0
# via environ-config
backports-tarfile==1.1.1
# via jaraco-context
cachetools==5.3.2
# via qBitrr2 (setup.py)
certifi==2024.2.2
Expand All @@ -28,21 +30,21 @@ future==1.0.0
# via ffmpeg-python
humanfriendly==10.0
# via coloredlogs
idna==3.6
idna==3.7
# via requests
jaraco-context==4.3.0
jaraco-context==5.3.0
# via jaraco-docker
jaraco-docker==2.0
# via qBitrr2 (setup.py)
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via jaraco-docker
more-itertools==10.2.0
# via jaraco-functools
multiprocess==0.70.16
# via pathos
overrides==7.7.0
# via pyarr
packaging==21.3
packaging==22.0
# via
# qBitrr2 (setup.py)
# qbittorrent-api
Expand All @@ -58,8 +60,6 @@ ppft==1.7.6.8
# via pathos
pyarr==5.2.0
# via qBitrr2 (setup.py)
pyparsing==3.1.2
# via packaging
pyreadline3==3.4.1
# via humanfriendly
qbittorrent-api==2023.7.52
Expand All @@ -73,7 +73,7 @@ six==1.16.0
# via qbittorrent-api
tomlkit==0.7.2
# via qBitrr2 (setup.py)
types-requests==2.31.0.20240311
types-requests==2.31.0.20240406
# via pyarr
ujson==5.4.0
# via qBitrr2 (setup.py)
Expand Down
Loading

0 comments on commit a98e456

Please sign in to comment.