Skip to content

Commit

Permalink
chore(release): 0.45.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Jul 7, 2024
1 parent cb580f9 commit faca59b
Show file tree
Hide file tree
Showing 7 changed files with 401 additions and 401 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.6
rev: v0.5.1
hooks:
- id: ruff
args: ['--fix']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.6
rev: v0.5.1
hooks:
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Uploading stuff to Usenet is tedious so I tried to make it easier.
pip install juicenet-cli
```

For more details, checkout the local installation guide [here](https://juicenet.in/installation/local/)
For more details, checkout the local installation guide [here](https://juicenet.ravencentric.cc/installation/local/)

### Docker

Expand Down Expand Up @@ -99,11 +99,11 @@ services:
docker compose -f "path/to/docker-compose.yml" run juicenet --help
```

For more details, checkout the docker installation guide [here](https://juicenet.in/installation/docker/)
For more details, checkout the docker installation guide [here](https://juicenet.ravencentric.cc/installation/docker/)

## Docs

Checkout the complete documentation [here](https://juicenet.in/)
Checkout the complete documentation [here](https://juicenet.ravencentric.cc/)

## License

Expand Down
2 changes: 1 addition & 1 deletion config/juicenet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PARPAR: C:\Users\user\bin\parpar.exe
NYUU: C:\Users\user\bin\nyuu.exe

# https://juicenet.in/nyuu-config-files/
# https://juicenet.ravencentric.cc/nyuu-config-files/
NYUU_CONFIG_PRIVATE: C:\Users\user\nyuu\config-private.json

NZB_OUTPUT_PATH: D:\output\nzbs
Expand Down
687 changes: 344 additions & 343 deletions poetry.lock

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "juicenet-cli"
version = "0.45.4"
version = "0.45.6"
description = "CLI tool designed to simplify the process of uploading files to Usenet"
authors = ["Raventric <raven@juicenet.in>"]
authors = ["Ravencentric <me@ravencentric.cc>"]
license = "Unlicense"
readme = "README.md"
packages = [{ include = "juicenet", from = "src" }]
homepage = "https://juicenet.in"
homepage = "https://juicenet.ravencentric.cc"
repository = "https://github.com/Ravencentric/juicenet-cli"
documentation = "https://juicenet.in"
documentation = "https://juicenet.ravencentric.cc"
classifiers = [
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Operating System :: OS Independent",
Expand All @@ -20,29 +20,29 @@ classifiers = [
]

[tool.poetry.urls]
Contact = "https://discord.gg/snackbox"
Discord = "https://discord.gg/snackbox"

[tool.poetry.dependencies]
python = "^3.9"
cyclopts = "^2.6.1"
cyclopts = "^2.9.3"
PyYAML = "^6.0.1"
loguru = "^0.7.2"
rich = "^13.7.1"
colorama = "^0.4.6"
pydantic = "^2.7.1"
pydantic = "^2.8.2"
strenum = { version = "^0.4.15", python = "<3.11" }
importlib-metadata = { version = "^7.1.0", python = "<3.10" }
importlib-metadata = { version = "^8.0.0", python = "<3.10" }
natsort = "^8.4.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.3.6"
mypy = "^1.10.0"
ruff = "^0.5.1"
mypy = "^1.10.1"
loguru-mypy = "^0.0.4"
pre-commit = "^3.7.0"
pre-commit = "^3.7.1"

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.20"
mkdocstrings = {extras = ["python"], version = "^0.24.0"}
mkdocs-material = "^9.5.28"
mkdocstrings = { extras = ["python"], version = "^0.25.1" }
mkdocs-autorefs = "^1.0.1"

[tool.ruff]
Expand Down
59 changes: 29 additions & 30 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
annotated-types==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0"
babel==2.14.0 ; python_version >= "3.9" and python_version < "4.0"
certifi==2024.2.2 ; python_version >= "3.9" and python_version < "4.0"
babel==2.15.0 ; python_version >= "3.9" and python_version < "4.0"
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "4.0"
cfgv==3.4.0 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0"
cyclopts==2.6.1 ; python_version >= "3.9" and python_version < "4.0"
cyclopts==2.9.3 ; python_version >= "3.9" and python_version < "4.0"
distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0"
docstring-parser==0.15 ; python_version >= "3.9" and python_version < "4.0"
docstring-parser==0.16 ; python_version >= "3.9" and python_version < "4.0"
docutils==0.21.2 ; python_version >= "3.9" and python_version < "4.0"
filelock==3.14.0 ; python_version >= "3.9" and python_version < "4.0"
filelock==3.15.4 ; python_version >= "3.9" and python_version < "4.0"
ghp-import==2.1.0 ; python_version >= "3.9" and python_version < "4.0"
griffe==0.44.0 ; python_version >= "3.9" and python_version < "4.0"
griffe==0.47.0 ; python_version >= "3.9" and python_version < "4.0"
identify==2.5.36 ; python_version >= "3.9" and python_version < "4.0"
idna==3.7 ; python_version >= "3.9" and python_version < "4.0"
importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.10"
jinja2==3.1.3 ; python_version >= "3.9" and python_version < "4.0"
importlib-metadata==8.0.0 ; python_version >= "3.9" and python_version < "3.10"
jinja2==3.1.4 ; python_version >= "3.9" and python_version < "4.0"
loguru-mypy==0.0.4 ; python_version >= "3.9" and python_version < "4.0"
loguru==0.7.2 ; python_version >= "3.9" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -27,39 +27,38 @@ mergedeep==1.3.4 ; python_version >= "3.9" and python_version < "4.0"
mkdocs-autorefs==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
mkdocs-get-deps==0.2.0 ; python_version >= "3.9" and python_version < "4.0"
mkdocs-material-extensions==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
mkdocs-material==9.5.20 ; python_version >= "3.9" and python_version < "4.0"
mkdocs-material==9.5.28 ; python_version >= "3.9" and python_version < "4.0"
mkdocs==1.6.0 ; python_version >= "3.9" and python_version < "4.0"
mkdocstrings-python==1.10.0 ; python_version >= "3.9" and python_version < "4.0"
mkdocstrings==0.24.3 ; python_version >= "3.9" and python_version < "4.0"
mkdocstrings[python]==0.24.3 ; python_version >= "3.9" and python_version < "4.0"
mkdocstrings-python==1.10.5 ; python_version >= "3.9" and python_version < "4.0"
mkdocstrings==0.25.1 ; python_version >= "3.9" and python_version < "4.0"
mkdocstrings[python]==0.25.1 ; python_version >= "3.9" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "4.0"
mypy==1.10.0 ; python_version >= "3.9" and python_version < "4.0"
mypy==1.10.1 ; python_version >= "3.9" and python_version < "4.0"
natsort==8.4.0 ; python_version >= "3.9" and python_version < "4.0"
nodeenv==1.8.0 ; python_version >= "3.9" and python_version < "4.0"
packaging==24.0 ; python_version >= "3.9" and python_version < "4.0"
nodeenv==1.9.1 ; python_version >= "3.9" and python_version < "4.0"
packaging==24.1 ; python_version >= "3.9" and python_version < "4.0"
paginate==0.5.6 ; python_version >= "3.9" and python_version < "4.0"
pathspec==0.12.1 ; python_version >= "3.9" and python_version < "4.0"
platformdirs==4.2.1 ; python_version >= "3.9" and python_version < "4.0"
pre-commit==3.7.0 ; python_version >= "3.9" and python_version < "4.0"
pydantic-core==2.18.2 ; python_version >= "3.9" and python_version < "4.0"
pydantic==2.7.1 ; python_version >= "3.9" and python_version < "4.0"
pygments==2.17.2 ; python_version >= "3.9" and python_version < "4.0"
platformdirs==4.2.2 ; python_version >= "3.9" and python_version < "4.0"
pre-commit==3.7.1 ; python_version >= "3.9" and python_version < "4.0"
pydantic-core==2.20.1 ; python_version >= "3.9" and python_version < "4.0"
pydantic==2.8.2 ; python_version >= "3.9" and python_version < "4.0"
pygments==2.18.0 ; python_version >= "3.9" and python_version < "4.0"
pymdown-extensions==10.8.1 ; python_version >= "3.9" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4.0"
pyyaml-env-tag==0.1 ; python_version >= "3.9" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
regex==2024.4.28 ; python_version >= "3.9" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
regex==2024.5.15 ; python_version >= "3.9" and python_version < "4.0"
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
rich-rst==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.3.7 ; python_version >= "3.9" and python_version < "4.0"
setuptools==69.5.1 ; python_version >= "3.9" and python_version < "4.0"
ruff==0.5.1 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
strenum==0.4.15 ; python_version >= "3.9" and python_version < "3.11"
tomli==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
typing-extensions==4.11.0 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.2.1 ; python_version >= "3.9" and python_version < "4.0"
virtualenv==20.26.1 ; python_version >= "3.9" and python_version < "4.0"
watchdog==4.0.0 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "4.0"
virtualenv==20.26.3 ; python_version >= "3.9" and python_version < "4.0"
watchdog==4.0.1 ; python_version >= "3.9" and python_version < "4.0"
win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"
zipp==3.18.1 ; python_version >= "3.9" and python_version < "3.10"
zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.10"
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
annotated-types==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0"
cyclopts==2.6.1 ; python_version >= "3.9" and python_version < "4.0"
docstring-parser==0.15 ; python_version >= "3.9" and python_version < "4.0"
cyclopts==2.9.3 ; python_version >= "3.9" and python_version < "4.0"
docstring-parser==0.16 ; python_version >= "3.9" and python_version < "4.0"
docutils==0.21.2 ; python_version >= "3.9" and python_version < "4.0"
importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.10"
importlib-metadata==8.0.0 ; python_version >= "3.9" and python_version < "3.10"
loguru==0.7.2 ; python_version >= "3.9" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0"
natsort==8.4.0 ; python_version >= "3.9" and python_version < "4.0"
pydantic-core==2.18.2 ; python_version >= "3.9" and python_version < "4.0"
pydantic==2.7.1 ; python_version >= "3.9" and python_version < "4.0"
pygments==2.17.2 ; python_version >= "3.9" and python_version < "4.0"
pydantic-core==2.20.1 ; python_version >= "3.9" and python_version < "4.0"
pydantic==2.8.2 ; python_version >= "3.9" and python_version < "4.0"
pygments==2.18.0 ; python_version >= "3.9" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
rich-rst==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
strenum==0.4.15 ; python_version >= "3.9" and python_version < "3.11"
typing-extensions==4.11.0 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "4.0"
win32-setctime==1.1.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "win32"
zipp==3.18.1 ; python_version >= "3.9" and python_version < "3.10"
zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.10"

0 comments on commit faca59b

Please sign in to comment.