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

Minor fixes to versioning #32

Merged
merged 128 commits into from
Mar 4, 2024
Merged

Minor fixes to versioning #32

merged 128 commits into from
Mar 4, 2024

Conversation

TimeTravelPenguin
Copy link
Owner

No description provided.

TimeTravelPenguin and others added 30 commits January 16, 2024 00:23
Minor reordering
commit f61964d
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:46:42 2024 +1100

    Added flake8

commit 19856a4
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:46:13 2024 +1100

    Refactor for __version__ and ffmpeg_version_info use

commit d0a997d
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:45:41 2024 +1100

    Removed unused variable

commit 1f5c77e
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:45:10 2024 +1100

    Added documentation

commit 6c53d47
Merge: 9f035c4 cf01904
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 23:43:38 2024 +1100

    Merge branch 'observer-refactor' of https://github.com/TimeTravelPenguin/BulkAudioExtractTool into observer-refactor

    # Conflicts:
    #	src/BAET/Display/job_progress.py
    #	src/BAET/FFmpeg/extract.py
    #	src/BAET/_config/ffmpeg_version.py
    #	src/BAET/_config/versions.py
    #	src/BAET/_path.py
    #	src/BAET/jobs.py

commit 9f035c4
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 19:57:03 2024 +1100

    Namespace refactor

commit cf01904
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Mon Jan 8 19:57:03 2024 +1100

    Namespace refactor

commit bd40f1c
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 17:02:10 2024 +1100

    Swapped if check to potentially avoid an IO call

commit 3fe35db
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 16:59:13 2024 +1100

    Renamed property from indexed_outputs to stream_indexed_outputs

commit 867ccdd
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 16:58:33 2024 +1100

    Renamed FFmpegJob class to AudioExtractJob

commit 8fb4f7e
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Sun Jan 7 16:57:51 2024 +1100

    Renamed type aliases
commit 5ecd9a5
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 01:20:53 2024 +1100

    Added in preparation for testing

commit 828a2c6
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 01:20:23 2024 +1100

    Removed unneeded docstring

commit 9b6eb70
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 01:16:57 2024 +1100

    Updated flake8
Added badges
commit 3490ee0
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 13:33:06 2024 +1100

    Added CHANGELOG.md

commit cbcd775
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 13:32:46 2024 +1100

    Reverted previous changes and added properties, as per the poetry docs

commit 52c7ef2
Author: TimeTravelPenguin <TimeTravelPenguin@gmail.com>
Date:   Tue Jan 9 13:31:16 2024 +1100

    Dependency update
TimeTravelPenguin and others added 27 commits February 20, 2024 20:55
- Corrected case_sensitive behaviour of file extension
- Corrected behaviour of extracted output location
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.3.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.15...v0.3.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [bidict](https://github.com/jab/bidict) from 0.22.1 to 0.23.1.
- [Release notes](https://github.com/jab/bidict/releases)
- [Changelog](https://github.com/jab/bidict/blob/main/CHANGELOG.rst)
- [Commits](jab/bidict@v0.22.1...v0.23.1)

---
updated-dependencies:
- dependency-name: bidict
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TimeTravelPenguin <35803538+TimeTravelPenguin@users.noreply.github.com>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.1 to 2.6.3.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.1...v2.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TimeTravelPenguin <35803538+TimeTravelPenguin@users.noreply.github.com>
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.0.1...8.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TimeTravelPenguin <35803538+TimeTravelPenguin@users.noreply.github.com>
@TimeTravelPenguin TimeTravelPenguin merged commit 92fc5ec into main Mar 4, 2024
6 checks passed
@TimeTravelPenguin TimeTravelPenguin deleted the dev branch March 4, 2024 12:45
@TimeTravelPenguin TimeTravelPenguin restored the dev branch March 4, 2024 12:45
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