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

Switch on async-timeout > 4 #275

Merged
merged 1 commit into from
Nov 3, 2021
Merged

Conversation

shadchin
Copy link
Contributor

@shadchin shadchin commented Nov 3, 2021

What do these changes do?

Add support new async-timeout and switch on them.

Are there changes in behavior for the user?

No

Related issue number

#247
#268

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • Add a new news fragment into the CHANGES folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example: Fix issue with non-ascii contents in doctest text files.

@@ -7,7 +7,9 @@ module = "aiojobs"
author = "Andrew Svetlov"
author-email = "andrew.svetlov@gmail.com"
home-page = "https://github.com/aio-libs/aiojobs"
requires=[]
requires=[
"async-timeout >= 4"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"async-timeout >= 4"
"async-timeout >= 4.0.0"

Let's keep the full version

@asvetlov
Copy link
Member

asvetlov commented Nov 3, 2021

The PR is good.
New aiojobs release requires switching to Github Actions CI

I cannot estimate when I can find a time for this migration, and help is welcome!

@asvetlov asvetlov merged commit 5a53918 into aio-libs:master Nov 3, 2021
@shadchin shadchin deleted the async_timeout branch November 3, 2021 20:34
@ddc67cd
Copy link

ddc67cd commented Nov 9, 2021

Could you make a tag with this version, please? There's a problem using aiojobs with aiohttp because of different versions of async_timeout

@asvetlov
Copy link
Member

asvetlov commented Nov 9, 2021

I'd like to merge #277 first

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.

3 participants