Sickchill

Latest version: v2024.3.1

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

2023.1.2

[full changelog](https://github.com/SickChill/SickChill/compare/2022.9.28...2023.1.2)

* bump
* remove commitizen until release system is rewritten
* fix: change commit messages in grunt
* add ability to save fansub Black/White list as defaults ([8323](https://github.com/SickChill/SickChill/issues/8323))
* XML headers now write to NFO ([8328](https://github.com/SickChill/SickChill/issues/8328))
* fix: legacyversion has been removed from pypa packaging after a 2 year deprecation period
* Update pyopenssl requirement from >=20.0.1,<23.0.0 to >=20.0.1,<24.0.0 ([8330](https://github.com/SickChill/SickChill/issues/8330))
* Update poetry (python) and yarn (npm) dependencies
* Mass Update Filter Words per Show ([8311](https://github.com/SickChill/SickChill/issues/8311))
* Add CodeQL workflow for GitHub code scanning ([8312](https://github.com/SickChill/SickChill/issues/8312))
* Update packaging requirement from >=20.9,<22.0 to >=20.9,<23.0 ([8317](https://github.com/SickChill/SickChill/issues/8317))
* Bump actions/stale from 6 to 7 ([8321](https://github.com/SickChill/SickChill/issues/8321))
* 265 and mass update ([8302](https://github.com/SickChill/SickChill/issues/8302))
* Bump webpack-cli/generators from 2.5.0 to 3.0.0 ([8301](https://github.com/SickChill/SickChill/issues/8301))
* chore(formatting): remove trailing whitespace
* chore(formatting) more unicorns
* chore(formatting): fix formatting for new unicorn rule requiring brackets around case statements inside switches for javascript
* chore(torrent911): update to new url
* Bump xo from 0.52.4 to 0.53.1 ([8297](https://github.com/SickChill/SickChill/issues/8297))
* Bump webpack-cli from 4.10.0 to 5.0.0 ([8294](https://github.com/SickChill/SickChill/issues/8294))
* Update python-slugify requirement from >=4.0.1,<7.0.0 to >=4.0.1,<8.0.0 ([8296](https://github.com/SickChill/SickChill/issues/8296))
* Bump eslint-plugin-unicorn from 44.0.2 to 45.0.0 ([8298](https://github.com/SickChill/SickChill/issues/8298))
* Update morethantv.py ([8295](https://github.com/SickChill/SickChill/issues/8295))
* Bump eslint-config-xo from 0.42.0 to 0.43.1 ([8288](https://github.com/SickChill/SickChill/issues/8288))
* Merge pull request [8281](https://github.com/SickChill/SickChill/issues/8281) from SickChill/PosterSort
* Bump babel-loader from 8.2.5 to 9.0.0
* Bump snyk from 1.1042.0 to 1.1043.0 ([8279](https://github.com/SickChill/SickChill/issues/8279))
* Bump ava from 4.3.3 to 5.0.1 ([8274](https://github.com/SickChill/SickChill/issues/8274))
* feat(interface): add wire frame for a new web server and front end framework, coexists with tornado ([8256](https://github.com/SickChill/SickChill/issues/8256))
* Bump snyk from 1.1029.0 to 1.1030.0

2022.10.13

* Update poetry (python) and yarn (npm) dependencies
* Update upgrade_dependencies.yml
* style(maint): add pre-commit and commitizen ([8244](https://github.com/SickChill/SickChill/issues/8244)) ([#8248](https://github.com/SickChill/SickChill/issues/8248))

2022.10.8

* Missed pipe extension
* Start adding a workflow and tool to properly bump date-versioning-string
* Update poetry (python) and yarn (npm) dependencies
* Update README.md
* Bump snok/install-poetry from 1.3.1 to 1.3.2 ([8240](https://github.com/SickChill/SickChill/issues/8240))
* Test docker image before push ([8243](https://github.com/SickChill/SickChill/issues/8243))
* Bump eslint-plugin-unicorn from 44.0.1 to 44.0.2 ([8241](https://github.com/SickChill/SickChill/issues/8241))
* Bump snyk from 1.1024.0 to 1.1025.0 ([8242](https://github.com/SickChill/SickChill/issues/8242))
* Clean up dockerfile using linter hints, add links to pyproject to be shown on pypi
* Switch from actions/cache to buildx built-in cache for actions and actions/setup-python built-in caching. Fix typo in linux.s390x => linux/s390x Set base python version for experimental testing to 3.10, and 3.11-dev to 3.11-rc2 Re-enable fail-fast and disable continue-on-error Remove unnecessary code and neaten up Dockerfile
* Drop python_version constraint for cryptography
* Try to make sure rustc stays on the path
* Last try for s390x and ppc64le
* Revert buildx testing commits to working state, disable s390x and ppc64le
* Update pythonpackage.yml
* Update Dockerfile
* Bump eslint-plugin-unicorn from 43.0.2 to 44.0.0 ([8228](https://github.com/SickChill/SickChill/issues/8228))
* Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 ([8227](https://github.com/SickChill/SickChill/issues/8227))
--security flag is unknown
* See if actions allows us to set insecure-entitlements = [ "network.host", "security.insecure" ]
* Update pyproject.toml
* Pin stevedore to 3.4.1 for python 3.7. Project dropped support for python 3.7.
* Delete .python-version ([8225](https://github.com/SickChill/SickChill/issues/8225))
* Upload arm/v7 wheels as artifacts.
* Drop ppc64le and s390x for now.
* Try another way to find the built wheel in the dockerfile
* Drop linux/386
* Idk why this isn't working, is it some caching issue?
* Remove the downloaded get-pip.py
* What is going on
* Try Poetry 1.2.1
* Change workflow a bit and update pip inside
* Pull ParserBeautifulSoup from subliminal into our code, pin cryptography to < 35.0.0
* Set piwheels extra-index-url in dockerfile, hopefully I dont need to split them up again. Set PYTHONBUFFERED, so we can see python error output in terminal during build, insted of only in the container log download
* Make sure curl uses https
* Add rustup back to Dockerfile in builder stage
* Try to fix docker build and arm32 builds
* another fix for str.format missing var name ([8224](https://github.com/SickChill/SickChill/issues/8224))
* anime parser ([8222](https://github.com/SickChill/SickChill/issues/8222))
* Default item_size so torrent RSS feeds work again ([8219](https://github.com/SickChill/SickChill/issues/8219))
* Update debian-ubuntu-install.sh
* Fix dockerfile syntax error

2022.9.28

* Make sure to install dev dependencies when running tests

2022.9.26

* Update poetry (python) and yarn (npm) dependencies
* Fix: translatable stringn error for global proxy
* Update Dockerfile.rpi
* Update Dockerfile.pip
* Update Dockerfile
* Update test_pip.py
* Switch docker builds to use pip entirely, from source, and add arm6/7 to docker builds to see if they build now
* Bump actions/stale from 5 to 6 ([8194](https://github.com/SickChill/SickChill/issues/8194))
* Bump snyk from 1.1009.0 to 1.1011.0 ([8195](https://github.com/SickChill/SickChill/issues/8195))

2022.9.22

* Code cleanup/tv ([8189](https://github.com/SickChill/SickChill/issues/8189))
* Fix ui timeout searching indexers\n 8161issuecomment-1250823193
* Update poetry (python) and yarn (npm) dependencies
* Bump snyk from 1.1008.0 to 1.1009.0 ([8190](https://github.com/SickChill/SickChill/issues/8190))
* Bump snyk from 1.1006.0 to 1.1007.0 ([8188](https://github.com/SickChill/SickChill/issues/8188))
* SickChill with more rage removal ([8117](https://github.com/SickChill/SickChill/issues/8117))
* Add ability to change logs folder ([8161](https://github.com/SickChill/SickChill/issues/8161))
* Update pip.py ([8182](https://github.com/SickChill/SickChill/issues/8182))

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.