-
Notifications
You must be signed in to change notification settings - Fork 43
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
TEST #259
Closed
Closed
TEST #259
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this was breaking, iirc particularly for pets. Changed to the above & works flawless now
Improve __eq__ functions in raid classes
rename first parameter of Pet.__repr__()
Rename first parameter of various classes hero/spell/troop
Fix for get_current_war
Bump to 2.4.0
Fix pyproject.toml
Fix bug where keys are not properly handled+ClanEvents.member_count
Current war index error, cls classes and more cache control
Co-authored-by: Lukas Dobler <[email protected]>
Th17 - New Th, Troop, Spell, Hero, & Equipment
Update conf.py
* fix: duplicated **kwarg values * chore: update versioning * docs: update changelog * fix: decorator must handle both async & sync functions * chore: cleanup decorator usage & remove manual cache setting assignments * refactor: use dictionary union instead of decorator to update kwargs * fix: set _defaults as property to allow it to use any updated values after init * fix: remove _defaults from slots * fix: move kwargs to correct spot
Fix: remove comparison in league group
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to workflows, dependencies, and codebase improvements. The most important changes include adding a manual trigger for PyPI pushes, updating dependencies in workflows, and various improvements to the
coc
module.Workflow and Dependency Updates:
.github/workflows/push-to-pypi.yml
: Added a manual trigger option for PyPI pushes and updated dependencies to use the latest versions ofactions/checkout
andactions/setup-python
..github/workflows/tests.yml
: Removed unused secrets and example script from the test workflow.Codebase Improvements:
coc/__init__.py
: Updated the version to3.8.2
and added new enums and imports. [1] [2] [3]coc/abc.py
: Added equality and hash methods to the class and refactored the_load_json_meta
method to handle JSON metadata more efficiently. [1] [2] [3] [4] [5] [6]coc/clans.py
: Renamed attributes related to versus points to builder base points and updated class documentation accordingly. [1] [2] [3] [4] [5] [6] [7]Documentation and Example Updates:
README.rst
: Corrected an exception name fromcoc.invalidcredentials
tococ.InvalidCredentials
..readthedocs.yml
: Updated the OS and Python version for the build configuration.