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

V1.1.0 #60

Merged
merged 46 commits into from
Jan 3, 2024
Merged

V1.1.0 #60

merged 46 commits into from
Jan 3, 2024

Conversation

rfverbruggen
Copy link
Owner

No description provided.

rfverbruggen and others added 30 commits October 10, 2020 13:01
Merge back master to dev after 1.0.3
No need for matrix support over all python version when linting.
try readd python 3.6

Revert "update formatting"

This reverts commit 5b4ec91.

update formatting
Update the supported python version to 3.8-3.12
@@ -26,6 +34,8 @@
project_urls=PROJECT_URLS,
license="MIT",
description="A Python module for the Rachio API.",
long_description=long_description,
long_description_content_type='text/markdown',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.

@@ -33,7 +33,7 @@ def test_get(self, mock):

# Check that the mock function is called with the rights args.
self.assertEqual(
args[1], f"{BASE_API_URL}/device/" f"{deviceid}",
args[1], f"{BASE_API_URL}/device/{deviceid}",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.

args, kwargs = mock.call_args

# Check that the mock function is called with the rights args.
self.assertEqual(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.

args, kwargs = mock.call_args

# Check that the mock function is called with the rights args.
self.assertEqual(
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.

@rfverbruggen rfverbruggen merged commit 7f3c210 into master Jan 3, 2024
15 checks passed
@rfverbruggen rfverbruggen deleted the v1.1.0 branch January 3, 2024 09:50
rfverbruggen added a commit that referenced this pull request Jan 3, 2024
* Set the next dev version number: 1.0.4-dev

* Include python 3.9 in tests

* Use a static python version when linting

No need for matrix support over all python version when linting.

* Fix lint.yml indent

* Update index.rst

* Include codeql-analysis

* style: fixing some code smells

* Update tox.ini

* Update test.yml

* add valve support

* fix program string

* roll back to what worked

try readd python 3.6

Revert "update formatting"

This reverts commit 5b4ec91.

update formatting

* remove python 3.6

* try to make black happy

* build: update supported python versions

* build: quote python test versions

* chore: readd removed blank line

* docs: add all-contributors config

* docs: add all-contributors config

* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

* update tests

* Update publish.yml

* Update publish_test.yml

* Update publish_test.yml

* Update setup.cfg

* Update setup.py

* Delete setup.cfg

* Update setup.py

* Update publish.yml

* Update setup.py with new version number

* Update setup.py version number

---------

Co-authored-by: Brian Rogers <brg468@hotmail.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
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.

2 participants