Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pypi upload error #595

Merged
merged 4 commits into from
Jan 24, 2024
Merged

Conversation

vagabondHustler
Copy link
Owner

The pre-built wheels of cx_Freeze for python 3.12 is no longer defined in the pyproject.toml

github-actions bot and others added 4 commits January 23, 2024 02:37
* Chore update Python to 3.12.1

- Updated Python version in .github/workflows/release.yml
- Updated required Python version in README.md
- Updated Python version in pyproject.toml
- Added Python 3.12 support in tox.ini

* Chore update [build] -> [whl_cp312]

* Bump version 2.41.1 → 2.41.2dev1

* Bump current version 2.41.1 → 2.41.2dev1

* Bump previous version 2.41.1dev5 → 2.41.1

* Chore change `target-branch` to dev

* Chore change target-branch to dev

* Chore update CI workflow for `dev` branch

- Updated CI workflow to trigger on `dev` branch
- Added Python 3.12.* to the matrix for dependency_review job
- Adjusted linting workflow to run on the `dev` branch

* Chore update CI workflow for `dev` branch

- Modified GitHub Actions workflow in release.yml
- Updated references to `inputs.checkout_branch` to `github.ref_name`

* Bump version 2.41.2dev1 → 2.41.2dev2

* Bump current version 2.41.2dev1 → 2.41.2dev2

* Bump previous version 2.41.1 → 2.41.2dev1

* chore update GitHub Actions workflow

- Added `pr_merge` job to create and merge PRs

* Fix resolve directory cleanup issue

- Corrected condition for checking empty directory in core.py

* Chore update branch index logic

- Adjusted index calculation for 'dev' branch

* Fix invalid escape sequences

- Corrected escape sequences in file paths
- Used raw string literals for regular expressions

* Bump version 2.41.2dev2 → 2.41.2dev3

* Bump current version 2.41.2dev2 → 2.41.2dev3

* Bump previous version 2.41.2dev1 → 2.41.2dev2

* Docs update Important note

* Bump selectolax from 0.3.17 to 0.3.18

Bumps [selectolax](https://github.com/rushter/selectolax) from 0.3.17 to 0.3.18.
- [Release notes](https://github.com/rushter/selectolax/releases)
- [Changelog](https://github.com/rushter/selectolax/blob/master/CHANGES.rst)
- [Commits](rushter/selectolax@v0.3.17...v0.3.18)

---
updated-dependencies:
- dependency-name: selectolax
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/dependency-review-action from 3 to 4

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v3...v4)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump psutil from 5.9.7 to 5.9.8

* Chore update GitHub Actions workflow

- Modified workflow to depend on `changelog` instead of `publish_github`

* Fix missing timestamp in log.log (#590)

* Fix log timestamp

- Updated date formatting in log messages
- Removed unused variables in `create_logger` method
- Introduced a singleton class for stdout handling
- Improved stdout messages for file system actions
- Enhanced logging for dataclass instances

* Chore refactor update calls for logging

* Fix attributeError

* Fix add missing stdout for move best match

* Bump version 2.41.2dev3 → 2.41.2dev4

* Bump current version 2.41.2dev3 → 2.41.2dev4

* Bump previous version 2.41.2dev2 → 2.41.2dev3

* Bump whl_cp312 cx_freeze to dev22

* Bump version 2.41.2dev4 → 2.41.2dev5

* Bump current version 2.41.2dev4 → 2.41.2dev5

* Bump previous version 2.41.2dev3 → 2.41.2dev4

* Bump whl_cp312 leif to 0.15.0

* Enhance download manager functionality (#591)

Feat enhance download manager functionality

- Added the option to always use the download manager.
- Introduced the `download_manager.open_on_no_matches` config
- Introduced the `download_manager.always_open` config
- Introduced the `download_manager.no_automatic_downloads` config
- Updated default app configuration and config reading.

- Updated download manager logic to determine when it should open.
- Added additional tests to ensure the proper functioning of the download manager.

- Enhanced download manager functionality with the following features:
  - The download manager now opens in two scenarios: when no matches are found or always, regardless of subtitle count.
  - Users have control over automatic downloads for subtitles that would have been downloaded by default when always using the download manager.
  - Updated the `download_manager` method in the `SubsearchCore` class.
  - Modified the handling of `rejected_subtitles` in the `DownloadManager` class.
  - Improved sorting and display of subtitles in the `DownloadManager`.
  - Added automatic downloads based on an acceptance threshold.
  - Removed temporary zip archives after subtitle extraction.

* Bump version 2.41.2dev5 → 2.42.0dev1

* Bump current version 2.41.2dev5 → 2.42.0dev1

* Bump previous version 2.41.2dev4 → 2.41.2dev5

* Docs update README.md

- Added a Note section for ppl interested in dev builds

* Fix  download count in log and toast (#592)

- Fixed the reported number of downloaded subtitles in the log and displayed as a toast massage

* Bump version 2.42.0dev1 → 2.42.0

* Bump current version 2.42.0dev1 → 2.42.0

* Bump previous version 2.41.2dev5 → 2.42.0dev1

* Bump last stable release 2.41.1 → 2.42.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: vagabondHustler <vagabondhustler.github@gmail.com>
Co-authored-by: vagabondHustler <92130287+vagabondHustler@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@vagabondHustler vagabondHustler changed the base branch from main to dev January 24, 2024 12:33
@vagabondHustler vagabondHustler merged commit 09e88a0 into dev Jan 24, 2024
5 checks passed
@vagabondHustler vagabondHustler deleted the workflow/fix_pypi_error/240124124112 branch January 24, 2024 12:37
@github-actions github-actions bot mentioned this pull request Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant